trace-to-skill v0.1.71
·
44 commits
to main
since this release
Highlights
- Adds
trace-to-skill checkpointfor local pre-agent workspace bundles before Codex or another coding agent edits a dirty repo. - Captures
git status, staged and unstaged binary diffs, restore notes, and copied blobs for changed or untracked files. - Keeps restore conservative: no automatic destructive restore, and gitignored files are excluded unless
--include-ignoredis explicitly passed. - Publishes
schemas/workspace-checkpoint-result.schema.jsonfor bots and dashboards.
Verification
npm run checkgit diff --checknpm pack --dry-run --jsonconfirmed checkpoint dist files and schema are included- Fresh local checkpoint smoke test confirmed tracked/untracked capture and default ignored-file exclusion