ace-context-evolution — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ace-context-evolution (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Treat durable context as an evolving playbook, not a shrinking summary. Preserve proven detail, update incrementally, and require execution evidence before promoting lessons.
CLAUDE.md, AGENTS.md, skill docs, or prompt files are being revised after repeated runs.Every durable update should include:
| Field | Purpose |
|---|---|
claim | The reusable instruction or lesson |
evidence | Command, trace, eval, user correction, issue, PR, or paper source |
scope | Where it applies and where it does not |
owner | File, skill, team, or subsystem affected |
expiry | Date or condition for review |
conflicts | Older rules this supersedes or limits |
See context-evolution-contract.md for templates.
Before replacing any long-lived context, compare the old and new versions:
python skills/context-engineering/ace-context-evolution/scripts/context_update_guard.py OLD.md NEW.mdReject the rewrite if it drops named tools, file paths, commands, metric thresholds, failure modes, citations, or explicit constraints without an invalidation note.
| Mistake | Fix |
|---|---|
| Rewriting the whole context after each run | Apply small patches grouped by evidence type |
| Treating shorter as better | Preserve operational details that changed behavior |
| Promoting one-off anecdotes | Require repeated evidence or a clear high-impact failure |
| Deleting stale rules | Mark them superseded and keep the reason if future agents may rediscover them |
| Mixing task scratchpads with durable memory | Keep transient reasoning out of permanent context |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.