chore: prepare v1.0.0 release#3
Conversation
Greptile SummaryThis PR finalizes the 1.0.0 release by writing the CHANGELOG section, bumping
Confidence Score: 4/5The four changed files are correct version-bump mechanics; the risk lies in an unchanged file outside the diff. The four changed files are correct and consistent. The concern is that skills/srcwalk/SKILL.md still advertises compatible_srcwalk >= 0.3.0, which allows a pre-1.0.0 binary to load the updated GUIDE.md and then fail on every 1.0.0-only command. AGENTS.md explicitly requires keeping SKILL.md in sync when the compatibility contract changes. skills/srcwalk/SKILL.md — the compatible_srcwalk lower bound should be raised to >=1.0.0 before the release ships Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: chore prepare v1.0.0] --> B[CHANGELOG.md\n1.0.0 section finalized]
A --> C[Cargo.toml\n0.5.0 → 1.0.0]
A --> D[Cargo.lock\nsrcwalk 0.5.0 → 1.0.0]
A --> E[npm/package.json\n0.5.0 → 1.0.0]
A --> F{skills/srcwalk/SKILL.md\nNOT changed}
F -->|compatible_srcwalk still >=0.3.0| G[⚠ Agent with srcwalk ≤0.5.0\nsatisfies constraint]
G --> H[GUIDE.md routes to\n1.0.0-only commands\nreview, diff, discover --as access]
H --> I[❌ CLI failures at runtime]
C --> J[✅ Version consistency\nCargo.toml = Cargo.lock = npm = 1.0.0]
Reviews (1): Last reviewed commit: "chore: prepare v1.0.0 release" | Re-trigger Greptile |
Summary
Validation