feat: complete AMC source review gap receipts - #26
Open
AgentMaturity wants to merge 2 commits into
Open
Conversation
- add source-review receipt coverage through AMC-1188/RAViG and related backlog hardening - update docs, tests, website, methodology, changesets, and source-boundary surfaces - ignore generated AMC dashboard/gate/test-result artifacts Verification: - npm rebuild better-sqlite3 - git diff --check -- . ':(exclude)AMC_OS' - npx vitest run tests/metricValidity.test.ts tests/publicMethodology.test.ts --reporter=dot (106 tests) - npm run typecheck - npm run build - npm test -- --reporter=dot (462 files, 5947 tests)
✅ AMC Score: 0.00 (L0)
Status: Meets threshold Agent Maturity Compass · amc-action v1 |
CI runs npm test before the explicit build step, while several CLI tests execute dist/cli.js. Add npm pretest so a clean checkout builds the CLI before Vitest. Verification: - rm -rf dist && npm test -- --reporter=dot tests/quickstartNonInteractiveGuard.test.ts tests/startupGuidance.test.ts tests/upDemoMode.test.ts - npm run typecheck - npm test -- --reporter=dot - git diff --check -- . ':(exclude)AMC_OS'
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.
Summary
Verification
npm rebuild better-sqlite3✅git diff --check -- . ':(exclude)AMC_OS'✅npx vitest run tests/metricValidity.test.ts tests/publicMethodology.test.ts --reporter=dot✅ 2 files / 106 testsnpm run typecheck✅npm run build✅npm test -- --reporter=dot✅ 462 files / 5,947 testsNotes
AMC_OS/remains gitignored/local reference material and is not included in this PR.