Add AI operating template (governance, specs, hooks) for 3RIC#5
Open
ebadger wants to merge 1 commit into
Open
Conversation
Instantiates the AIProjectTemplate operating system into the repo: docs/ (MISSION, LEARNINGS, ROLES, CODE-REVIEW-PANEL, SUGGESTIONS + learnings scaffolding), specs/ (SYSTEM umbrella plus HARDWARE/ROMS/EMULATOR/WEB/DISK sub-specs), status/SYSTEM-STATUS, the compliance-hooks Copilot extension, reviewer + lens agent scaffolding, issue/PR templates, and a pre-push test gate. All generic placeholders and layer language are localized to 3RIC (Badger6502): C++17 VM core, WinUI 3 (C++/WinRT) host, Emscripten/WASM web build, MSVC unit tests, C# romgen ROM tools, KiCad/22V10/Logisim hardware, and WozLib/MockMicroSD/picodisk disk tooling. The compliance SPEC_PATTERNS and cross-layer checklist target the repo's actual directories; scripts/dev/pre-push-tests.sh runs the web node tests and Badger6502VMTest, failing open when nothing is built and honoring SKIP_TEST_GUARD. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applies the AIProjectTemplate "AI operating system" to this repo, localized to 3RIC / Badger6502. This is governance + docs + tooling scaffolding only — it does not touch any emulator, ROM, hardware, or web source.
What's included
docs/—MISSION.md(the Badger6502 mission),LEARNINGS.md(canonical workflow rules §1–6 + Tier-1 digest, 5.3 KB, under budget),ROLES.md,CODE-REVIEW-PANEL.md,SUGGESTIONS.md, and thelearnings/capture scaffolding.specs/—SYSTEM.mdumbrella (architecture diagram, memory map, critical path) linking five sub-specs authored from source:HARDWARE.md,ROMS.md,EMULATOR.md,WEB.md,DISK.md.status/SYSTEM-STATUS.md— run/build/verify commands (VS Test Explorer + web node tests), no-secrets note, key scripts..github/—copilot-instructions.md, the compliance-hooks Copilot extension (cross-layer nudges + learnings start-checklist), gpt/gemini reviewer agents, lens/agent skeletons, and issue/PR templates..githooks/+scripts/dev/— learnings-budget check, hook installer, and apre-push-tests.shgate.Localized to 3RIC (not generic)
romgenROM tools, KiCad/22V10/Logisim hardware, and WozLib/MockMicroSD/picodiskdisk tooling.SPEC_PATTERNSand the cross-layer checklist target the repo's actual directories (emulator/,web/,romgen/,kicad/,logisim/,22v10/) and the sharedbadger6502.bin/fontrom.datcontract.Pre-push test gate (
scripts/dev/pre-push-tests.sh)Runs the web headless node tests (
web/test_*.cjs) and the C++Badger6502VMTestsuite. Fail-closed when built, fail-open when not: if a build output is missing it warns and skips rather than forcing a full build to push.SKIP_TEST_GUARD=1 git pushis the escape hatch. Hooks are opt-in viascripts/dev/install-hooks.sh.Notes / to verify
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com