Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 880 Bytes

File metadata and controls

17 lines (12 loc) · 880 Bytes

Agent Instructions

This repo is the source of truth for the Auto Git skill suite. Do not edit generated gist packages by hand.

Definition of done

  • Run pnpm run verify.
  • Keep skills/** and docs/gists/** as the source files.
  • Regenerate gists/** with pnpm run gists:package after source edits.
  • Keep the generated gist package check passing with pnpm run gists:check.
  • Keep GitHub Actions generated by @async/pipeline; do not hand-edit .github/workflows/async-pipeline.yml.
  • If pipeline.ts changes, run pnpm run pipeline:github:generate and pnpm run pipeline:github:check.
  • Never commit secrets or local token files. Gist publishing uses the GIST_TOKEN environment variable locally and the GIST_TOKEN GitHub Actions secret in CI.

Commit style

Use the Auto Git commit-by-intent style in skills/auto-git/references/commit-by-intent.md.