Skip to content

Add machine-readable onboarding fingerprint (code-mint-status.json)#2

Merged
Jacob Miller (jacob-pattern) merged 1 commit intomainfrom
feat/code-mint-status-fingerprint
Apr 2, 2026
Merged

Add machine-readable onboarding fingerprint (code-mint-status.json)#2
Jacob Miller (jacob-pattern) merged 1 commit intomainfrom
feat/code-mint-status-fingerprint

Conversation

@jacob-pattern
Copy link
Copy Markdown
Collaborator

@jacob-pattern Jacob Miller (jacob-pattern) commented Apr 2, 2026

Summary

  • Introduces .agents/code-mint-status.json, a committed JSON file that tracks which north-star outcomes have been proven in any onboarded repository or monorepo scope. Enables quick cross-repo scanning with jq or find.
  • Every skill that updates docs/onboarding-checklist.md now also updates the fingerprint with the relevant outcome status and date.
  • Documents the convention in docs/skill-development.md with rules for scoping, create-if-missing, parallel write serialization, status vocabulary, date format, and N/A semantics.

What changed

Area Files Change
New template .agents/code-mint-status.json JSON fingerprint with six outcome slots
Orchestrator meta--onboarding/SKILL.md Init in Prepare Directories, update at Phase 1 and Phase 5, serialize parallel writes
10 skills All auditor/creator SKILL.md files + sre-agent Add fingerprint update alongside checklist update
Skill creator meta--skill-creator/SKILL.md New skills inherit the convention
Convention docs docs/skill-development.md Status Fingerprint section (template, update rule, scoping, create-if-missing, parallel writes, cross-repo scanning)
Supporting docs outcomes.md, framework.md, adoption-guide.md, onboarding-checklist.md Reference the fingerprint
Repo map / setup AGENTS.md, README.md, CONTRIBUTING.md Repo map entry, copy command, doc change checklist

Design decisions

  • Self-identifying filename: code-mint-status.json (not generic status.json) so the file is unambiguous in shared .agents/ directories.
  • Index, not replacement: Detailed evidence stays in the checklist. The JSON is for quick scanning and tooling.
  • No gitignore changes needed: The file lives at .agents/code-mint-status.json, outside the .agents/reports/* ignore pattern.
  • Parallel write safety: Phase 1 auditors defer fingerprint writes to a single After Phase 1 step.
  • Standalone skill support: Skills create the file from the template if it does not exist yet.

….json)

Introduce a committed JSON file that tracks which north-star outcomes
have been proven in a target repository, enabling quick cross-repo
scanning of code-mint onboarding status.

Changes:
- New template: .agents/code-mint-status.json
- meta--onboarding: initialize fingerprint in Prepare Directories,
  update at Phase 1 and Phase 5 boundaries, serialize parallel writes
- All 10 auditor/creator skills: update fingerprint alongside checklist
- meta--skill-creator: new skills inherit the fingerprint convention
- docs/skill-development.md: Status Fingerprint section with update
  rule, scoping, create-if-missing, parallel writes, and vocabulary
- docs/outcomes.md, framework.md, adoption-guide.md,
  onboarding-checklist.md: reference the fingerprint
- AGENTS.md, README.md, CONTRIBUTING.md: repo map and copy commands

Made-with: Cursor
@jacob-pattern Jacob Miller (jacob-pattern) merged commit 3e23904 into main Apr 2, 2026
7 checks passed
@jacob-pattern Jacob Miller (jacob-pattern) deleted the feat/code-mint-status-fingerprint branch April 2, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants