-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
Spec ID: specs.java-99-bootstrap
File: /home/ganesh/projects/java-99-problems/specs/java-99-bootstrap.feature.md
Links:
- ADR: ADR: specs.java-99-bootstrap #79
- Wiki: https://github.com/ganesh47/java-99-problems/wiki/Spec-Bootstrap-specs-for-java-99-problems
Phases:
- Idea/Todo
- ADR/Design Review
- Plan
- Tasks
- Implementation
- Release
- Close
Features:
- repo.creation (accept: Repo has .specs.yml and baseline spec scaffold wired to Specs Board and labels spec/feature; Specs directory uses markdown+yaml front matter and paths specs/**/*.feature.md)
- codex.enablement (accept: .codex/commands includes specs wrappers (specs, spec-next, spec-sync, spec-coverage, approve); Codex context paths include src/main/java and src/test/java)
- spec-kit.templates (accept: spec-kit templates fetched via
specs templatesorspecs scan --refresh-spec-kitand recorded in context;npm run spec-kit:checkexists and is referenced by CI/doctor guidance) - gh.automation (accept: Workflows for guard, coverage, security scans, and release are added/enabled in this repo; Specs sync/close updates project Status (Todo/In Progress/Done) when a Specs Board exists)
- adr.wiki.flow (accept: Sync creates ADR discussion + wiki page for this spec and stores links in the issue body; Guardrails require ADR URL + approval marker, wiki URL, open issue, and no CHANGES_REQUESTED reviews before merge)