Commit Graph

4 Commits

Author SHA1 Message Date
Carlo1911 651553f4f5 ci: bump checkout/setup-python to v7 to drop Node 20 warning
v4/v5 still declare node20 in their action.yml even though runners now
force node24 — v7 of both actions declares node24 natively.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 18:20:11 -05:00
Carlo1911 53e9a72128 ci: add GitHub Actions workflow to run tests on PRs
Runs pytest against pull requests and pushes to main, so it can be
wired as a required status check before the repo accepts external
contributions.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 17:56:41 -05:00
Carlo1911 08b63db324 docs: update README and SKILL documentation with minimum configuration details and usage examples 2026-08-04 16:11:42 -05:00
Carlo1911 18df2fe7b4 skill-evolution: host-agnostic skill self-improvement pipeline
Standalone Python stdlib pipeline that reads an agent's past sessions,
compares them against installed skills, and generates structured
improvement proposals gated by an evaluation framework before anything
mutates. Host-agnostic via HostAdapter (Hermes, Claude Code).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-04 14:24:33 -05:00