Skip to content

trace-to-skill v0.1.71

Choose a tag to compare

@grnbtqdbyx-create grnbtqdbyx-create released this 31 May 22:59
· 44 commits to main since this release

Highlights

  • Adds trace-to-skill checkpoint for 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-ignored is explicitly passed.
  • Publishes schemas/workspace-checkpoint-result.schema.json for bots and dashboards.

Verification

  • npm run check
  • git diff --check
  • npm pack --dry-run --json confirmed checkpoint dist files and schema are included
  • Fresh local checkpoint smoke test confirmed tracked/untracked capture and default ignored-file exclusion