@attalabs/vinaya 0.4.3 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aeg-root/enforcement.md +1 -1
- package/aeg-root/state-machine.md +1 -1
- package/dist/checks/bin/check-branch-topology.js +55 -33
- package/dist/checks/bin/check-brief-shape.js +61 -34
- package/dist/checks/bin/check-closes-n.js +55 -33
- package/dist/checks/bin/check-coherence.js +55 -33
- package/dist/checks/bin/check-dead-branch-push.js +55 -33
- package/dist/checks/bin/check-dispatch-readiness.js +55 -33
- package/dist/checks/bin/check-doc-coverage-push.js +232 -36
- package/dist/checks/bin/check-doc-coverage.js +232 -36
- package/dist/checks/bin/check-first-push-dispatch.js +55 -33
- package/dist/checks/bin/check-issue-assignment.js +55 -33
- package/dist/checks/bin/check-no-disk-state.js +55 -33
- package/dist/checks/bin/check-reader-resolvable-prose.js +55 -33
- package/dist/checks/bin/check-registry-gates.js +55 -33
- package/dist/checks/bin/check-review-gate.js +233 -38
- package/dist/checks/bin/check-single-plan-pr.js +55 -33
- package/dist/checks/bin/check-test-plan.js +55 -33
- package/dist/index.js +138 -42
- package/package.json +1 -1
- package/studio-standalone/.worktrees/fix/bump-0.4.4/.vinaya/projects.md +63 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/aeg-manual-flow.md +216 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/contracts/archivist-tranche-archivist.md +92 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/contracts/brief-developer.md +140 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/contracts/developer-reviewer.md +106 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/contracts/planner-brief.md +130 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/contracts/reviewer-archivist.md +96 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/contracts/tranche-archivist-planner.md +116 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/coordination.md +293 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/documentation-coherence.md +65 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/enforcement.md +161 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/glossary.md +36 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/process.md +371 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/reviewer-prompt.md +68 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/archivist.md +167 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/brief-author.md +108 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/developer.md +429 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/planner.md +285 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/principal.md +107 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/reviewer.md +130 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/security.md +121 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/roles/tranche-archivist.md +257 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/skills/aeg/SKILL.md +90 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/skills/aeg-roles/SKILL.md +58 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/skills/brief-authoring/SKILL.md +497 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/state-machine.md +656 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/templates/brief-template.md +103 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/templates/issue-rationale-template.md +35 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/templates/pr-report-template.md +68 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranche-model.md +306 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-coherence-v1.md +55 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-coherence-v1.tokens.md +13 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-consolidation.md +28 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-governance-hardening.md +80 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-governance-ui-v2.md +168 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-governance-ui-v2.tokens.md +18 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-studio-cleanup.md +37 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-ui-v1.md +176 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/aeg-ui-v1.tokens.md +17 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/herald-agents-v2.md +35 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/herald-agents-v2.tokens.md +11 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/herald-onto-engine.md +99 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/aeg-root/tranches/completed/vada-agents-v2.md +220 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/apps/vinaya/cli/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/node_modules/@attalabs/vinaya/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/fix/bump-0.4.4/vinaya.config.json +36 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/.vinaya/projects.md +63 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/aeg-manual-flow.md +216 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/contracts/archivist-tranche-archivist.md +92 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/contracts/brief-developer.md +140 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/contracts/developer-reviewer.md +106 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/contracts/planner-brief.md +130 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/contracts/reviewer-archivist.md +96 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/contracts/tranche-archivist-planner.md +116 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/coordination.md +293 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/documentation-coherence.md +65 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/enforcement.md +161 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/glossary.md +36 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/process.md +371 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/reviewer-prompt.md +68 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/archivist.md +167 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/brief-author.md +108 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/developer.md +429 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/planner.md +285 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/principal.md +107 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/reviewer.md +130 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/security.md +121 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/roles/tranche-archivist.md +257 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/skills/aeg/SKILL.md +90 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/skills/aeg-roles/SKILL.md +58 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/skills/brief-authoring/SKILL.md +497 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/state-machine.md +656 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/templates/brief-template.md +103 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/templates/issue-rationale-template.md +35 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/templates/pr-report-template.md +68 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranche-model.md +306 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-coherence-v1.md +55 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-coherence-v1.tokens.md +13 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-consolidation.md +28 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-governance-hardening.md +80 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-governance-ui-v2.md +168 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-governance-ui-v2.tokens.md +18 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-studio-cleanup.md +37 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-ui-v1.md +176 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/aeg-ui-v1.tokens.md +17 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/herald-agents-v2.md +35 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/herald-agents-v2.tokens.md +11 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/herald-onto-engine.md +99 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/aeg-root/tranches/completed/vada-agents-v2.md +220 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/apps/vinaya/cli/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/node_modules/@attalabs/vinaya/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/fix/check-lifecycle-phase/vinaya.config.json +36 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/.vinaya/projects.md +63 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/aeg-manual-flow.md +216 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/contracts/archivist-tranche-archivist.md +92 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/contracts/brief-developer.md +140 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/contracts/developer-reviewer.md +106 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/contracts/planner-brief.md +130 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/contracts/reviewer-archivist.md +96 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/contracts/tranche-archivist-planner.md +116 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/coordination.md +293 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/documentation-coherence.md +65 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/enforcement.md +161 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/glossary.md +36 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/process.md +371 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/reviewer-prompt.md +68 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/archivist.md +167 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/brief-author.md +108 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/developer.md +429 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/planner.md +285 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/principal.md +107 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/reviewer.md +130 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/security.md +121 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/roles/tranche-archivist.md +257 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/skills/aeg/SKILL.md +90 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/skills/aeg-roles/SKILL.md +58 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/skills/brief-authoring/SKILL.md +497 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/state-machine.md +656 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/templates/brief-template.md +103 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/templates/issue-rationale-template.md +35 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/templates/pr-report-template.md +68 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranche-model.md +306 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-coherence-v1.md +55 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-coherence-v1.tokens.md +13 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-consolidation.md +28 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-governance-hardening.md +80 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-governance-ui-v2.md +168 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-governance-ui-v2.tokens.md +18 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-studio-cleanup.md +37 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-ui-v1.md +176 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/aeg-ui-v1.tokens.md +17 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/herald-agents-v2.md +35 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/herald-agents-v2.tokens.md +11 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/herald-onto-engine.md +99 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/aeg-root/tranches/completed/vada-agents-v2.md +220 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/apps/vinaya/cli/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/node_modules/@attalabs/vinaya/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/fix/vinaya-cli-noconsole/vinaya.config.json +36 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/.vinaya/projects.md +63 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/aeg-manual-flow.md +216 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/contracts/archivist-tranche-archivist.md +92 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/contracts/brief-developer.md +140 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/contracts/developer-reviewer.md +106 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/contracts/planner-brief.md +130 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/contracts/reviewer-archivist.md +96 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/contracts/tranche-archivist-planner.md +116 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/coordination.md +293 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/documentation-coherence.md +65 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/enforcement.md +161 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/glossary.md +36 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/process.md +371 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/reviewer-prompt.md +68 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/archivist.md +167 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/brief-author.md +108 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/developer.md +429 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/planner.md +285 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/principal.md +107 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/reviewer.md +130 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/security.md +121 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/roles/tranche-archivist.md +257 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/skills/aeg/SKILL.md +90 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/skills/aeg-roles/SKILL.md +58 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/skills/brief-authoring/SKILL.md +497 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/state-machine.md +656 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/templates/brief-template.md +103 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/templates/issue-rationale-template.md +35 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/templates/pr-report-template.md +68 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranche-model.md +306 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-coherence-v1.md +55 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-coherence-v1.tokens.md +13 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-consolidation.md +28 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-governance-hardening.md +80 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-governance-ui-v2.md +168 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-governance-ui-v2.tokens.md +18 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-studio-cleanup.md +37 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-ui-v1.md +176 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/aeg-ui-v1.tokens.md +17 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/herald-agents-v2.md +35 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/herald-agents-v2.tokens.md +11 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/herald-onto-engine.md +99 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/aeg-root/tranches/completed/vada-agents-v2.md +220 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/apps/vinaya/cli/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/node_modules/@attalabs/vinaya/tests/fixtures/checks/vinaya.config.json +9 -0
- package/studio-standalone/.worktrees/task/vinaya-adopter-ci-hotfix-v1/1/vinaya.config.json +36 -0
- package/studio-standalone/_node_modules/@atta/vinaya-cli/aeg-root/enforcement.md +1 -1
- package/studio-standalone/_node_modules/@atta/vinaya-cli/aeg-root/state-machine.md +1 -1
- package/studio-standalone/_node_modules/@attalabs/vinaya/aeg-root/enforcement.md +1 -1
- package/studio-standalone/_node_modules/@attalabs/vinaya/aeg-root/state-machine.md +1 -1
- package/studio-standalone/apps/vinaya/cli/aeg-root/enforcement.md +1 -1
- package/studio-standalone/apps/vinaya/cli/aeg-root/state-machine.md +1 -1
- package/studio-standalone/apps/vinaya/web/.next/BUILD_ID +1 -1
- package/studio-standalone/apps/vinaya/web/.next/build-manifest.json +3 -3
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/cli/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/config/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/docs/(standalone)/cli/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/docs/(standalone)/harness/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/docs/(standalone)/state-machine/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/docs/(with-sidebar)/[...slug]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/docs/(with-sidebar)/reference/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/docs/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/install/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/roadmap/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/archive/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/brief/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/develop/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/overview/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/plan/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/quick/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/review/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/security/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/start/wrap-up/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/state-machine/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/the-harness/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/(site)/the-studio/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.html +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.rsc +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/api/coherence/route.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/backlog/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/docs/[...slug]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/docs/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/projects/[name]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/projects/[name]/tranches/[slug]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/projects/[name]/tranches/[slug]/tasks/[taskId]/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/projects/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/app/studio/tranches/page.js.nft.json +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/chunks/ssr/[root-of-the-server]__0kqmrho._.js +1 -1
- package/studio-standalone/apps/vinaya/web/.next/server/chunks/ssr/[root-of-the-server]__1dxaovd._.js +2 -2
- package/studio-standalone/apps/vinaya/web/.next/server/middleware-build-manifest.js +3 -3
- package/studio-standalone/apps/vinaya/web/.next/server/pages/500.html +1 -1
- /package/studio-standalone/apps/vinaya/web/.next/static/{Afs41Lu9uNQ-T6uC-tm4_ → LixrFgIixvAYndTclqOnR}/_buildManifest.js +0 -0
- /package/studio-standalone/apps/vinaya/web/.next/static/{Afs41Lu9uNQ-T6uC-tm4_ → LixrFgIixvAYndTclqOnR}/_clientMiddlewareManifest.js +0 -0
- /package/studio-standalone/apps/vinaya/web/.next/static/{Afs41Lu9uNQ-T6uC-tm4_ → LixrFgIixvAYndTclqOnR}/_ssgManifest.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
// src/checks/bin/check-review-gate.ts
|
|
4
|
-
import { execFileSync as
|
|
4
|
+
import { execFileSync as execFileSync3 } from "node:child_process";
|
|
5
5
|
// ../../../packages/aeg-core/src/anchored-region.ts
|
|
6
6
|
function maskCode(body) {
|
|
7
7
|
const fill = (line) => " ".repeat(line.length);
|
|
@@ -1451,12 +1451,16 @@ function isCodeFile(p) {
|
|
|
1451
1451
|
var WAIVER_LABEL = label("waiver-docs");
|
|
1452
1452
|
var WAIVER_LABEL_REVIEW = label("waiver-review");
|
|
1453
1453
|
var PRINCIPAL_ALLOWLIST = ["daniboomerang"];
|
|
1454
|
+
function isPrincipal(login, principalAllowlist) {
|
|
1455
|
+
if (login === null)
|
|
1456
|
+
return false;
|
|
1457
|
+
const normalized = login.toLowerCase();
|
|
1458
|
+
return principalAllowlist.some((p) => p.toLowerCase() === normalized);
|
|
1459
|
+
}
|
|
1454
1460
|
function isWaiverLabelActorVerified(opts) {
|
|
1455
1461
|
if (!opts.labels.includes(opts.label))
|
|
1456
1462
|
return false;
|
|
1457
|
-
|
|
1458
|
-
return false;
|
|
1459
|
-
return opts.principalAllowlist.includes(opts.labelActor);
|
|
1463
|
+
return isPrincipal(opts.labelActor, opts.principalAllowlist);
|
|
1460
1464
|
}
|
|
1461
1465
|
|
|
1462
1466
|
// ../../../packages/aeg-core/src/doc-owners.ts
|
|
@@ -1644,6 +1648,27 @@ function overrideActive(opts) {
|
|
|
1644
1648
|
// ../../../packages/aeg-core/src/premise-check.ts
|
|
1645
1649
|
var ASSERTION_KINDS = new Set(["contains", "absent", "sha256"]);
|
|
1646
1650
|
|
|
1651
|
+
// ../../../packages/aeg-core/src/test-plan-section.ts
|
|
1652
|
+
var HEADING_FORM_RE = /^#{1,4}[ \t]*(?:\d+[a-z]?\.[ \t]*)?\*{0,2}Test Plan\*{0,2}[ \t]*$/im;
|
|
1653
|
+
var INLINE_FORM_RE = /^[ \t]*\*{0,2}Test Plan:?\*{0,2}/im;
|
|
1654
|
+
var NEXT_SECTION_RE = /\n(?:#{1,3}[ \t]|\*\*[A-Z][^*\n]*:\*\*)/;
|
|
1655
|
+
function locateTestPlanSection(body) {
|
|
1656
|
+
const region = anchoredRegion(body, "TEST-PLAN");
|
|
1657
|
+
if (region !== null)
|
|
1658
|
+
return { found: true, section: region };
|
|
1659
|
+
const headingMatch = HEADING_FORM_RE.exec(body);
|
|
1660
|
+
const match = headingMatch ?? INLINE_FORM_RE.exec(body);
|
|
1661
|
+
if (!match || match.index === undefined)
|
|
1662
|
+
return { found: false };
|
|
1663
|
+
const sectionBody = body.slice(match.index);
|
|
1664
|
+
const firstLineEnd = sectionBody.indexOf(`
|
|
1665
|
+
`);
|
|
1666
|
+
const searchFrom = firstLineEnd === -1 ? sectionBody.length : firstLineEnd + 1;
|
|
1667
|
+
const nextMatch = sectionBody.slice(searchFrom).match(NEXT_SECTION_RE);
|
|
1668
|
+
const sectionEnd = nextMatch ? searchFrom + (nextMatch.index ?? 0) : sectionBody.length;
|
|
1669
|
+
return { found: true, section: sectionBody.slice(0, sectionEnd) };
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1647
1672
|
// ../../../packages/aeg-core/src/brief-validation.ts
|
|
1648
1673
|
function headerRegion(prBody) {
|
|
1649
1674
|
const m = prBody.match(/^##\s/m);
|
|
@@ -1682,10 +1707,15 @@ function checkTierField(prBody, readTier) {
|
|
|
1682
1707
|
};
|
|
1683
1708
|
}
|
|
1684
1709
|
var TEST_PLAN_UNIT_TESTS_ONLY_RE = /(?:\*\*)?Test Plan(?:\*\*)?\s*:\s*(?:\*\*)?\s*unit-tests-only/i;
|
|
1710
|
+
function testPlanRegion(prBody) {
|
|
1711
|
+
const located = locateTestPlanSection(prBody);
|
|
1712
|
+
return located.found ? located.section : prBody;
|
|
1713
|
+
}
|
|
1685
1714
|
function checkTestPlan(prBody) {
|
|
1686
|
-
|
|
1715
|
+
const region = testPlanRegion(prBody);
|
|
1716
|
+
if (TEST_PLAN_UNIT_TESTS_ONLY_RE.test(region))
|
|
1687
1717
|
return { status: "pass", errors: [] };
|
|
1688
|
-
if (/\*\*\[(?:agent|principal)\]\*\*/.test(
|
|
1718
|
+
if (/\*\*\[(?:agent|principal)\]\*\*/.test(region))
|
|
1689
1719
|
return { status: "pass", errors: [] };
|
|
1690
1720
|
return {
|
|
1691
1721
|
status: "fail",
|
|
@@ -1695,9 +1725,10 @@ function checkTestPlan(prBody) {
|
|
|
1695
1725
|
};
|
|
1696
1726
|
}
|
|
1697
1727
|
function checkTestPlanExclusivity(prBody) {
|
|
1698
|
-
|
|
1728
|
+
const region = testPlanRegion(prBody);
|
|
1729
|
+
if (!TEST_PLAN_UNIT_TESTS_ONLY_RE.test(region))
|
|
1699
1730
|
return { status: "pass", errors: [] };
|
|
1700
|
-
if (/^-\s*\[[ xX]\]\s*\*{2}\[(?:agent|principal)\]\*{2}/im.test(
|
|
1731
|
+
if (/^-\s*\[[ xX]\]\s*\*{2}\[(?:agent|principal)\]\*{2}/im.test(region)) {
|
|
1701
1732
|
return {
|
|
1702
1733
|
status: "fail",
|
|
1703
1734
|
errors: [
|
|
@@ -1708,8 +1739,9 @@ function checkTestPlanExclusivity(prBody) {
|
|
|
1708
1739
|
return { status: "pass", errors: [] };
|
|
1709
1740
|
}
|
|
1710
1741
|
function checkPrincipalPlaceholder(prBody) {
|
|
1742
|
+
const region = testPlanRegion(prBody);
|
|
1711
1743
|
const lineRe = /^-\s*\[[ xX]\]\s*\*{2}\[principal\]\*{2}(.*)$/gim;
|
|
1712
|
-
for (const m of
|
|
1744
|
+
for (const m of region.matchAll(lineRe)) {
|
|
1713
1745
|
const content = m[1] ?? "";
|
|
1714
1746
|
if (/^\s*None\b/i.test(content)) {
|
|
1715
1747
|
return {
|
|
@@ -1788,6 +1820,15 @@ function checkClosesN(prBody) {
|
|
|
1788
1820
|
errors: ["brief-validation Closes #N: no `Closes #<N>` (or Fixes/Resolves) reference found in the PR body."]
|
|
1789
1821
|
};
|
|
1790
1822
|
}
|
|
1823
|
+
var BRIEF_SHAPE_MARKERS = [checkSurfaceMap, checkDocUpdateList, checkStopConditions, checkAutonomyClause];
|
|
1824
|
+
var TASK_BRANCH_PATTERN = /^task\/[^/]+\/[^/]+$/;
|
|
1825
|
+
function isTaskBranch(branch) {
|
|
1826
|
+
return TASK_BRANCH_PATTERN.test(branch);
|
|
1827
|
+
}
|
|
1828
|
+
function isBriefShaped(prBody) {
|
|
1829
|
+
const stripped = stripCode(prBody);
|
|
1830
|
+
return BRIEF_SHAPE_MARKERS.filter((check) => check(stripped).status === "pass").length >= 2;
|
|
1831
|
+
}
|
|
1791
1832
|
function checkBriefSections(prBody, readTier, options = {}) {
|
|
1792
1833
|
const { requireClosesN = true } = options;
|
|
1793
1834
|
const results = [
|
|
@@ -2157,11 +2198,12 @@ function isReviewGateExemptBranch(branch) {
|
|
|
2157
2198
|
return branch.startsWith("plan/");
|
|
2158
2199
|
}
|
|
2159
2200
|
function checkReviewGate(input) {
|
|
2201
|
+
const principalAllowlist = input.principalAllowlist ?? PRINCIPAL_ALLOWLIST;
|
|
2160
2202
|
const waived = isWaiverLabelActorVerified({
|
|
2161
2203
|
label: WAIVER_LABEL_REVIEW,
|
|
2162
2204
|
labels: input.labels,
|
|
2163
2205
|
labelActor: input.waiverLabelActor,
|
|
2164
|
-
principalAllowlist
|
|
2206
|
+
principalAllowlist
|
|
2165
2207
|
});
|
|
2166
2208
|
if (waived) {
|
|
2167
2209
|
return {
|
|
@@ -2170,8 +2212,8 @@ function checkReviewGate(input) {
|
|
|
2170
2212
|
waived: true
|
|
2171
2213
|
};
|
|
2172
2214
|
}
|
|
2173
|
-
const verified = input.comments.filter((c) => c.author
|
|
2174
|
-
const ignoredCount = input.comments.filter((c) => (c.author
|
|
2215
|
+
const verified = input.comments.filter((c) => isPrincipal(c.author, principalAllowlist));
|
|
2216
|
+
const ignoredCount = input.comments.filter((c) => !isPrincipal(c.author, principalAllowlist) && c.body.includes("VERDICT")).length;
|
|
2175
2217
|
const verifiedBodies = verified.map((c) => c.body);
|
|
2176
2218
|
const codeReview = extractCodeReviewVerdict(verifiedBodies);
|
|
2177
2219
|
const security = extractSecurityReviewVerdict(verifiedBodies);
|
|
@@ -2724,28 +2766,8 @@ function decideIssueAssignment(input) {
|
|
|
2724
2766
|
reason: `First push of \`${branch}\` — assigning Issue #${issue} to @${login} (the authenticated pusher).`
|
|
2725
2767
|
};
|
|
2726
2768
|
}
|
|
2727
|
-
// ../../../packages/aeg-core/src/test-plan-section.ts
|
|
2728
|
-
var HEADING_FORM_RE = /^#{1,4}[ \t]*(?:\d+[a-z]?\.[ \t]*)?\*{0,2}Test Plan\*{0,2}[ \t]*$/im;
|
|
2729
|
-
var INLINE_FORM_RE = /^[ \t]*\*{0,2}Test Plan:?\*{0,2}/im;
|
|
2730
|
-
var NEXT_SECTION_RE = /\n(?:#{1,3}[ \t]|\*\*[A-Z][^*\n]*:\*\*)/;
|
|
2731
|
-
function locateTestPlanSection(body) {
|
|
2732
|
-
const region = anchoredRegion(body, "TEST-PLAN");
|
|
2733
|
-
if (region !== null)
|
|
2734
|
-
return { found: true, section: region };
|
|
2735
|
-
const headingMatch = HEADING_FORM_RE.exec(body);
|
|
2736
|
-
const match = headingMatch ?? INLINE_FORM_RE.exec(body);
|
|
2737
|
-
if (!match || match.index === undefined)
|
|
2738
|
-
return { found: false };
|
|
2739
|
-
const sectionBody = body.slice(match.index);
|
|
2740
|
-
const firstLineEnd = sectionBody.indexOf(`
|
|
2741
|
-
`);
|
|
2742
|
-
const searchFrom = firstLineEnd === -1 ? sectionBody.length : firstLineEnd + 1;
|
|
2743
|
-
const nextMatch = sectionBody.slice(searchFrom).match(NEXT_SECTION_RE);
|
|
2744
|
-
const sectionEnd = nextMatch ? searchFrom + (nextMatch.index ?? 0) : sectionBody.length;
|
|
2745
|
-
return { found: true, section: sectionBody.slice(0, sectionEnd) };
|
|
2746
|
-
}
|
|
2747
2769
|
// ../../../packages/aeg-core/src/test-plan-gate.ts
|
|
2748
|
-
var
|
|
2770
|
+
var TASK_BRANCH_PATTERN2 = /^task\/[^/]+\/[^/]+$/;
|
|
2749
2771
|
function evaluateTestPlanGate(body, branch) {
|
|
2750
2772
|
if (!body) {
|
|
2751
2773
|
return {
|
|
@@ -2758,7 +2780,7 @@ function evaluateTestPlanGate(body, branch) {
|
|
|
2758
2780
|
}
|
|
2759
2781
|
const located = locateTestPlanSection(body);
|
|
2760
2782
|
if (!located.found) {
|
|
2761
|
-
if (
|
|
2783
|
+
if (TASK_BRANCH_PATTERN2.test(branch)) {
|
|
2762
2784
|
return {
|
|
2763
2785
|
verdict: "fail",
|
|
2764
2786
|
messages: [
|
|
@@ -2815,18 +2837,190 @@ function emitCheckError(error) {
|
|
|
2815
2837
|
`);
|
|
2816
2838
|
}
|
|
2817
2839
|
|
|
2840
|
+
// src/lib/config.ts
|
|
2841
|
+
import { execFileSync as execFileSync2 } from "node:child_process";
|
|
2842
|
+
import { homedir } from "node:os";
|
|
2843
|
+
import { dirname, join } from "node:path";
|
|
2844
|
+
import { z } from "zod";
|
|
2845
|
+
var EnvEntrySchema = z.union([
|
|
2846
|
+
z.literal(true),
|
|
2847
|
+
z.object({ optional: z.literal(true) }),
|
|
2848
|
+
z.object({ anyOf: z.array(z.string()).min(2) }),
|
|
2849
|
+
z.string()
|
|
2850
|
+
]);
|
|
2851
|
+
var CheckEntrySchema = z.object({
|
|
2852
|
+
run: z.string(),
|
|
2853
|
+
scope: z.enum(["diff", "full"]),
|
|
2854
|
+
include: z.array(z.string()).optional(),
|
|
2855
|
+
args: z.array(z.string()).optional(),
|
|
2856
|
+
timeoutMs: z.number().optional(),
|
|
2857
|
+
env: z.record(z.string(), EnvEntrySchema).optional(),
|
|
2858
|
+
requiresOpenPr: z.boolean().optional()
|
|
2859
|
+
}).superRefine((entry2, ctx) => {
|
|
2860
|
+
if (!entry2.env)
|
|
2861
|
+
return;
|
|
2862
|
+
for (const [key, value] of Object.entries(entry2.env)) {
|
|
2863
|
+
if (typeof value !== "object" || value === null || !("anyOf" in value))
|
|
2864
|
+
continue;
|
|
2865
|
+
const members = value.anyOf;
|
|
2866
|
+
if (new Set(members).size !== members.length) {
|
|
2867
|
+
ctx.addIssue({
|
|
2868
|
+
code: z.ZodIssueCode.custom,
|
|
2869
|
+
message: `env.${key}.anyOf has duplicate members`,
|
|
2870
|
+
path: ["env", key, "anyOf"]
|
|
2871
|
+
});
|
|
2872
|
+
}
|
|
2873
|
+
if (!members.includes(key)) {
|
|
2874
|
+
ctx.addIssue({
|
|
2875
|
+
code: z.ZodIssueCode.custom,
|
|
2876
|
+
message: `env.${key}.anyOf must include "${key}" itself as a member`,
|
|
2877
|
+
path: ["env", key, "anyOf"]
|
|
2878
|
+
});
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
});
|
|
2882
|
+
var BRIEF_BUILTINS = [
|
|
2883
|
+
"tier",
|
|
2884
|
+
"testPlan",
|
|
2885
|
+
"testPlanExclusivity",
|
|
2886
|
+
"principalPlaceholder",
|
|
2887
|
+
"surfaceMap",
|
|
2888
|
+
"docUpdateList",
|
|
2889
|
+
"worktreeStep0",
|
|
2890
|
+
"stopConditions",
|
|
2891
|
+
"autonomyClause",
|
|
2892
|
+
"project",
|
|
2893
|
+
"for",
|
|
2894
|
+
"closesN",
|
|
2895
|
+
"premiseCoverage",
|
|
2896
|
+
"issueRationale"
|
|
2897
|
+
];
|
|
2898
|
+
var BriefSectionSchema = z.union([
|
|
2899
|
+
z.object({ builtin: z.enum(BRIEF_BUILTINS) }),
|
|
2900
|
+
z.object({ heading: z.string().min(1), name: z.string().optional() }),
|
|
2901
|
+
z.object({ field: z.string().min(1), name: z.string().optional() }),
|
|
2902
|
+
z.object({ phrase: z.string().min(1), name: z.string().optional() })
|
|
2903
|
+
]);
|
|
2904
|
+
var BriefSchemaSchema = z.object({
|
|
2905
|
+
pr: z.object({ sections: z.array(BriefSectionSchema) }).optional(),
|
|
2906
|
+
issue: z.object({ sections: z.array(BriefSectionSchema) }).optional()
|
|
2907
|
+
});
|
|
2908
|
+
function isSafeRepoRelPath(p) {
|
|
2909
|
+
if (p.length === 0)
|
|
2910
|
+
return false;
|
|
2911
|
+
if (p.startsWith("/") || /^[a-zA-Z]:[\\/]/.test(p))
|
|
2912
|
+
return false;
|
|
2913
|
+
return p.split(/[\\/]/).every((seg) => seg !== ".." && seg !== "");
|
|
2914
|
+
}
|
|
2915
|
+
var SafeRepoRelPath = z.string().refine(isSafeRepoRelPath, {
|
|
2916
|
+
message: "must be a repo-root-relative path with no `..` segment or absolute root"
|
|
2917
|
+
});
|
|
2918
|
+
var ManagedBlockRecordSchema = z.object({
|
|
2919
|
+
path: SafeRepoRelPath,
|
|
2920
|
+
marker: z.string(),
|
|
2921
|
+
comment: z.enum(["hash", "html"])
|
|
2922
|
+
});
|
|
2923
|
+
var ManagedManifestSchema = z.object({
|
|
2924
|
+
version: z.number().int().positive(),
|
|
2925
|
+
files: z.array(SafeRepoRelPath),
|
|
2926
|
+
blocks: z.array(ManagedBlockRecordSchema),
|
|
2927
|
+
labels: z.array(z.string())
|
|
2928
|
+
});
|
|
2929
|
+
var VinayaConfigSchema = z.object({
|
|
2930
|
+
rings: z.object({
|
|
2931
|
+
ring1_forgeWriteInterception: z.boolean(),
|
|
2932
|
+
ring2_asyncAudits: z.boolean()
|
|
2933
|
+
}).optional(),
|
|
2934
|
+
checks: z.record(z.string(), CheckEntrySchema).optional(),
|
|
2935
|
+
briefSchema: BriefSchemaSchema.optional(),
|
|
2936
|
+
managed: ManagedManifestSchema.optional(),
|
|
2937
|
+
principals: z.array(z.string()).min(1).optional()
|
|
2938
|
+
});
|
|
2939
|
+
var GLOBAL_VINAYA_HOME = join(homedir(), ".vinaya");
|
|
2940
|
+
var GLOBAL_CONFIG_PATH = join(GLOBAL_VINAYA_HOME, "config.json");
|
|
2941
|
+
var LOCAL_CONFIG_FILENAME = "vinaya.config.json";
|
|
2942
|
+
function resolvePrincipalAllowlist(config) {
|
|
2943
|
+
return config?.principals ?? PRINCIPAL_ALLOWLIST;
|
|
2944
|
+
}
|
|
2945
|
+
function trustAnchorRepo() {
|
|
2946
|
+
const wellFormed = (slug) => /^[^/\s]+\/[^/\s]+$/.test(slug) ? slug : null;
|
|
2947
|
+
const fromRunner = process.env.GITHUB_REPOSITORY?.trim();
|
|
2948
|
+
if (fromRunner) {
|
|
2949
|
+
const validated = wellFormed(fromRunner);
|
|
2950
|
+
if (validated)
|
|
2951
|
+
return validated;
|
|
2952
|
+
}
|
|
2953
|
+
try {
|
|
2954
|
+
const url = execFileSync2("git", ["remote", "get-url", "origin"], {
|
|
2955
|
+
encoding: "utf-8",
|
|
2956
|
+
stdio: ["ignore", "pipe", "pipe"]
|
|
2957
|
+
}).trim();
|
|
2958
|
+
const m = url.match(/github\.com[:/]([^/]+)\/(.+?)(?:\.git)?\/?$/);
|
|
2959
|
+
return m?.[1] && m[2] ? wellFormed(`${m[1]}/${m[2]}`) : null;
|
|
2960
|
+
} catch {
|
|
2961
|
+
return null;
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
function ghFetchTrustAnchorConfig() {
|
|
2965
|
+
const repo = trustAnchorRepo();
|
|
2966
|
+
if (!repo)
|
|
2967
|
+
throw new Error("could not resolve repo identity for the trust-anchor read");
|
|
2968
|
+
return execFileSync2("gh", ["api", `repos/${repo}/contents/${LOCAL_CONFIG_FILENAME}`, "--jq", ".content"], {
|
|
2969
|
+
encoding: "utf-8",
|
|
2970
|
+
stdio: ["ignore", "pipe", "pipe"]
|
|
2971
|
+
});
|
|
2972
|
+
}
|
|
2973
|
+
function firstLine(err) {
|
|
2974
|
+
return err?.message?.split(`
|
|
2975
|
+
`)[0] ?? "unknown error";
|
|
2976
|
+
}
|
|
2977
|
+
function isMissingFileError(err) {
|
|
2978
|
+
const stderr = err?.stderr;
|
|
2979
|
+
const haystack = [
|
|
2980
|
+
err?.message ?? "",
|
|
2981
|
+
typeof stderr === "string" ? stderr : stderr?.toString() ?? ""
|
|
2982
|
+
].join(`
|
|
2983
|
+
`);
|
|
2984
|
+
return /\b404\b|not found/i.test(haystack);
|
|
2985
|
+
}
|
|
2986
|
+
function loadTrustAnchorConfig(fetcher = ghFetchTrustAnchorConfig) {
|
|
2987
|
+
const warn = (why) => process.stdout.write(`⚠ could not read \`principals\` from the default branch (${why}) — falling back to vinaya's built-in principal allowlist.
|
|
2988
|
+
`);
|
|
2989
|
+
let base64;
|
|
2990
|
+
try {
|
|
2991
|
+
base64 = fetcher().trim();
|
|
2992
|
+
} catch (err) {
|
|
2993
|
+
if (!isMissingFileError(err))
|
|
2994
|
+
warn(firstLine(err));
|
|
2995
|
+
return null;
|
|
2996
|
+
}
|
|
2997
|
+
if (!base64)
|
|
2998
|
+
return null;
|
|
2999
|
+
try {
|
|
3000
|
+
const raw = Buffer.from(base64, "base64").toString("utf-8");
|
|
3001
|
+
const parsed = VinayaConfigSchema.safeParse(JSON.parse(raw));
|
|
3002
|
+
if (parsed.success)
|
|
3003
|
+
return parsed.data;
|
|
3004
|
+
warn("it did not satisfy the config schema");
|
|
3005
|
+
return null;
|
|
3006
|
+
} catch {
|
|
3007
|
+
warn("it was not readable as JSON");
|
|
3008
|
+
return null;
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
3011
|
+
|
|
2818
3012
|
// src/checks/bin/check-review-gate.ts
|
|
2819
3013
|
var CHECK_NAME = "review-gate";
|
|
2820
3014
|
function git(args) {
|
|
2821
3015
|
try {
|
|
2822
|
-
return
|
|
3016
|
+
return execFileSync3("git", args, { encoding: "utf8", stdio: ["ignore", "pipe", "pipe"] }).trim();
|
|
2823
3017
|
} catch {
|
|
2824
3018
|
return "";
|
|
2825
3019
|
}
|
|
2826
3020
|
}
|
|
2827
3021
|
function fetchPr(prNumber) {
|
|
2828
3022
|
try {
|
|
2829
|
-
const out =
|
|
3023
|
+
const out = execFileSync3("gh", ["pr", "view", String(prNumber), "--json", "number,comments,labels"], {
|
|
2830
3024
|
encoding: "utf8",
|
|
2831
3025
|
stdio: ["ignore", "pipe", "pipe"]
|
|
2832
3026
|
});
|
|
@@ -2837,7 +3031,7 @@ function fetchPr(prNumber) {
|
|
|
2837
3031
|
}
|
|
2838
3032
|
function fetchWaiverLabelActor(prNumber, label2) {
|
|
2839
3033
|
try {
|
|
2840
|
-
const out =
|
|
3034
|
+
const out = execFileSync3("gh", ["api", `repos/{owner}/{repo}/issues/${prNumber}/timeline`, "--paginate"], {
|
|
2841
3035
|
encoding: "utf8",
|
|
2842
3036
|
stdio: ["ignore", "pipe", "pipe"]
|
|
2843
3037
|
});
|
|
@@ -2875,7 +3069,8 @@ function main() {
|
|
|
2875
3069
|
const result = checkReviewGate({
|
|
2876
3070
|
comments: pr.comments.map((c) => ({ body: c.body, author: c.author?.login ?? null })),
|
|
2877
3071
|
labels,
|
|
2878
|
-
waiverLabelActor
|
|
3072
|
+
waiverLabelActor,
|
|
3073
|
+
principalAllowlist: resolvePrincipalAllowlist(loadTrustAnchorConfig())
|
|
2879
3074
|
});
|
|
2880
3075
|
if (result.verdict === "fail") {
|
|
2881
3076
|
emitCheckError({
|
|
@@ -1451,12 +1451,16 @@ function isCodeFile(p) {
|
|
|
1451
1451
|
var WAIVER_LABEL = label("waiver-docs");
|
|
1452
1452
|
var WAIVER_LABEL_REVIEW = label("waiver-review");
|
|
1453
1453
|
var PRINCIPAL_ALLOWLIST = ["daniboomerang"];
|
|
1454
|
+
function isPrincipal(login, principalAllowlist) {
|
|
1455
|
+
if (login === null)
|
|
1456
|
+
return false;
|
|
1457
|
+
const normalized = login.toLowerCase();
|
|
1458
|
+
return principalAllowlist.some((p) => p.toLowerCase() === normalized);
|
|
1459
|
+
}
|
|
1454
1460
|
function isWaiverLabelActorVerified(opts) {
|
|
1455
1461
|
if (!opts.labels.includes(opts.label))
|
|
1456
1462
|
return false;
|
|
1457
|
-
|
|
1458
|
-
return false;
|
|
1459
|
-
return opts.principalAllowlist.includes(opts.labelActor);
|
|
1463
|
+
return isPrincipal(opts.labelActor, opts.principalAllowlist);
|
|
1460
1464
|
}
|
|
1461
1465
|
|
|
1462
1466
|
// ../../../packages/aeg-core/src/doc-owners.ts
|
|
@@ -1644,6 +1648,27 @@ function overrideActive(opts) {
|
|
|
1644
1648
|
// ../../../packages/aeg-core/src/premise-check.ts
|
|
1645
1649
|
var ASSERTION_KINDS = new Set(["contains", "absent", "sha256"]);
|
|
1646
1650
|
|
|
1651
|
+
// ../../../packages/aeg-core/src/test-plan-section.ts
|
|
1652
|
+
var HEADING_FORM_RE = /^#{1,4}[ \t]*(?:\d+[a-z]?\.[ \t]*)?\*{0,2}Test Plan\*{0,2}[ \t]*$/im;
|
|
1653
|
+
var INLINE_FORM_RE = /^[ \t]*\*{0,2}Test Plan:?\*{0,2}/im;
|
|
1654
|
+
var NEXT_SECTION_RE = /\n(?:#{1,3}[ \t]|\*\*[A-Z][^*\n]*:\*\*)/;
|
|
1655
|
+
function locateTestPlanSection(body) {
|
|
1656
|
+
const region = anchoredRegion(body, "TEST-PLAN");
|
|
1657
|
+
if (region !== null)
|
|
1658
|
+
return { found: true, section: region };
|
|
1659
|
+
const headingMatch = HEADING_FORM_RE.exec(body);
|
|
1660
|
+
const match = headingMatch ?? INLINE_FORM_RE.exec(body);
|
|
1661
|
+
if (!match || match.index === undefined)
|
|
1662
|
+
return { found: false };
|
|
1663
|
+
const sectionBody = body.slice(match.index);
|
|
1664
|
+
const firstLineEnd = sectionBody.indexOf(`
|
|
1665
|
+
`);
|
|
1666
|
+
const searchFrom = firstLineEnd === -1 ? sectionBody.length : firstLineEnd + 1;
|
|
1667
|
+
const nextMatch = sectionBody.slice(searchFrom).match(NEXT_SECTION_RE);
|
|
1668
|
+
const sectionEnd = nextMatch ? searchFrom + (nextMatch.index ?? 0) : sectionBody.length;
|
|
1669
|
+
return { found: true, section: sectionBody.slice(0, sectionEnd) };
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1647
1672
|
// ../../../packages/aeg-core/src/brief-validation.ts
|
|
1648
1673
|
function headerRegion(prBody) {
|
|
1649
1674
|
const m = prBody.match(/^##\s/m);
|
|
@@ -1682,10 +1707,15 @@ function checkTierField(prBody, readTier) {
|
|
|
1682
1707
|
};
|
|
1683
1708
|
}
|
|
1684
1709
|
var TEST_PLAN_UNIT_TESTS_ONLY_RE = /(?:\*\*)?Test Plan(?:\*\*)?\s*:\s*(?:\*\*)?\s*unit-tests-only/i;
|
|
1710
|
+
function testPlanRegion(prBody) {
|
|
1711
|
+
const located = locateTestPlanSection(prBody);
|
|
1712
|
+
return located.found ? located.section : prBody;
|
|
1713
|
+
}
|
|
1685
1714
|
function checkTestPlan(prBody) {
|
|
1686
|
-
|
|
1715
|
+
const region = testPlanRegion(prBody);
|
|
1716
|
+
if (TEST_PLAN_UNIT_TESTS_ONLY_RE.test(region))
|
|
1687
1717
|
return { status: "pass", errors: [] };
|
|
1688
|
-
if (/\*\*\[(?:agent|principal)\]\*\*/.test(
|
|
1718
|
+
if (/\*\*\[(?:agent|principal)\]\*\*/.test(region))
|
|
1689
1719
|
return { status: "pass", errors: [] };
|
|
1690
1720
|
return {
|
|
1691
1721
|
status: "fail",
|
|
@@ -1695,9 +1725,10 @@ function checkTestPlan(prBody) {
|
|
|
1695
1725
|
};
|
|
1696
1726
|
}
|
|
1697
1727
|
function checkTestPlanExclusivity(prBody) {
|
|
1698
|
-
|
|
1728
|
+
const region = testPlanRegion(prBody);
|
|
1729
|
+
if (!TEST_PLAN_UNIT_TESTS_ONLY_RE.test(region))
|
|
1699
1730
|
return { status: "pass", errors: [] };
|
|
1700
|
-
if (/^-\s*\[[ xX]\]\s*\*{2}\[(?:agent|principal)\]\*{2}/im.test(
|
|
1731
|
+
if (/^-\s*\[[ xX]\]\s*\*{2}\[(?:agent|principal)\]\*{2}/im.test(region)) {
|
|
1701
1732
|
return {
|
|
1702
1733
|
status: "fail",
|
|
1703
1734
|
errors: [
|
|
@@ -1708,8 +1739,9 @@ function checkTestPlanExclusivity(prBody) {
|
|
|
1708
1739
|
return { status: "pass", errors: [] };
|
|
1709
1740
|
}
|
|
1710
1741
|
function checkPrincipalPlaceholder(prBody) {
|
|
1742
|
+
const region = testPlanRegion(prBody);
|
|
1711
1743
|
const lineRe = /^-\s*\[[ xX]\]\s*\*{2}\[principal\]\*{2}(.*)$/gim;
|
|
1712
|
-
for (const m of
|
|
1744
|
+
for (const m of region.matchAll(lineRe)) {
|
|
1713
1745
|
const content = m[1] ?? "";
|
|
1714
1746
|
if (/^\s*None\b/i.test(content)) {
|
|
1715
1747
|
return {
|
|
@@ -1788,6 +1820,15 @@ function checkClosesN(prBody) {
|
|
|
1788
1820
|
errors: ["brief-validation Closes #N: no `Closes #<N>` (or Fixes/Resolves) reference found in the PR body."]
|
|
1789
1821
|
};
|
|
1790
1822
|
}
|
|
1823
|
+
var BRIEF_SHAPE_MARKERS = [checkSurfaceMap, checkDocUpdateList, checkStopConditions, checkAutonomyClause];
|
|
1824
|
+
var TASK_BRANCH_PATTERN = /^task\/[^/]+\/[^/]+$/;
|
|
1825
|
+
function isTaskBranch(branch) {
|
|
1826
|
+
return TASK_BRANCH_PATTERN.test(branch);
|
|
1827
|
+
}
|
|
1828
|
+
function isBriefShaped(prBody) {
|
|
1829
|
+
const stripped = stripCode(prBody);
|
|
1830
|
+
return BRIEF_SHAPE_MARKERS.filter((check) => check(stripped).status === "pass").length >= 2;
|
|
1831
|
+
}
|
|
1791
1832
|
function checkBriefSections(prBody, readTier, options = {}) {
|
|
1792
1833
|
const { requireClosesN = true } = options;
|
|
1793
1834
|
const results = [
|
|
@@ -2157,11 +2198,12 @@ function isReviewGateExemptBranch(branch) {
|
|
|
2157
2198
|
return branch.startsWith("plan/");
|
|
2158
2199
|
}
|
|
2159
2200
|
function checkReviewGate(input) {
|
|
2201
|
+
const principalAllowlist = input.principalAllowlist ?? PRINCIPAL_ALLOWLIST;
|
|
2160
2202
|
const waived = isWaiverLabelActorVerified({
|
|
2161
2203
|
label: WAIVER_LABEL_REVIEW,
|
|
2162
2204
|
labels: input.labels,
|
|
2163
2205
|
labelActor: input.waiverLabelActor,
|
|
2164
|
-
principalAllowlist
|
|
2206
|
+
principalAllowlist
|
|
2165
2207
|
});
|
|
2166
2208
|
if (waived) {
|
|
2167
2209
|
return {
|
|
@@ -2170,8 +2212,8 @@ function checkReviewGate(input) {
|
|
|
2170
2212
|
waived: true
|
|
2171
2213
|
};
|
|
2172
2214
|
}
|
|
2173
|
-
const verified = input.comments.filter((c) => c.author
|
|
2174
|
-
const ignoredCount = input.comments.filter((c) => (c.author
|
|
2215
|
+
const verified = input.comments.filter((c) => isPrincipal(c.author, principalAllowlist));
|
|
2216
|
+
const ignoredCount = input.comments.filter((c) => !isPrincipal(c.author, principalAllowlist) && c.body.includes("VERDICT")).length;
|
|
2175
2217
|
const verifiedBodies = verified.map((c) => c.body);
|
|
2176
2218
|
const codeReview = extractCodeReviewVerdict(verifiedBodies);
|
|
2177
2219
|
const security = extractSecurityReviewVerdict(verifiedBodies);
|
|
@@ -2724,28 +2766,8 @@ function decideIssueAssignment(input) {
|
|
|
2724
2766
|
reason: `First push of \`${branch}\` — assigning Issue #${issue} to @${login} (the authenticated pusher).`
|
|
2725
2767
|
};
|
|
2726
2768
|
}
|
|
2727
|
-
// ../../../packages/aeg-core/src/test-plan-section.ts
|
|
2728
|
-
var HEADING_FORM_RE = /^#{1,4}[ \t]*(?:\d+[a-z]?\.[ \t]*)?\*{0,2}Test Plan\*{0,2}[ \t]*$/im;
|
|
2729
|
-
var INLINE_FORM_RE = /^[ \t]*\*{0,2}Test Plan:?\*{0,2}/im;
|
|
2730
|
-
var NEXT_SECTION_RE = /\n(?:#{1,3}[ \t]|\*\*[A-Z][^*\n]*:\*\*)/;
|
|
2731
|
-
function locateTestPlanSection(body) {
|
|
2732
|
-
const region = anchoredRegion(body, "TEST-PLAN");
|
|
2733
|
-
if (region !== null)
|
|
2734
|
-
return { found: true, section: region };
|
|
2735
|
-
const headingMatch = HEADING_FORM_RE.exec(body);
|
|
2736
|
-
const match = headingMatch ?? INLINE_FORM_RE.exec(body);
|
|
2737
|
-
if (!match || match.index === undefined)
|
|
2738
|
-
return { found: false };
|
|
2739
|
-
const sectionBody = body.slice(match.index);
|
|
2740
|
-
const firstLineEnd = sectionBody.indexOf(`
|
|
2741
|
-
`);
|
|
2742
|
-
const searchFrom = firstLineEnd === -1 ? sectionBody.length : firstLineEnd + 1;
|
|
2743
|
-
const nextMatch = sectionBody.slice(searchFrom).match(NEXT_SECTION_RE);
|
|
2744
|
-
const sectionEnd = nextMatch ? searchFrom + (nextMatch.index ?? 0) : sectionBody.length;
|
|
2745
|
-
return { found: true, section: sectionBody.slice(0, sectionEnd) };
|
|
2746
|
-
}
|
|
2747
2769
|
// ../../../packages/aeg-core/src/test-plan-gate.ts
|
|
2748
|
-
var
|
|
2770
|
+
var TASK_BRANCH_PATTERN2 = /^task\/[^/]+\/[^/]+$/;
|
|
2749
2771
|
function evaluateTestPlanGate(body, branch) {
|
|
2750
2772
|
if (!body) {
|
|
2751
2773
|
return {
|
|
@@ -2758,7 +2780,7 @@ function evaluateTestPlanGate(body, branch) {
|
|
|
2758
2780
|
}
|
|
2759
2781
|
const located = locateTestPlanSection(body);
|
|
2760
2782
|
if (!located.found) {
|
|
2761
|
-
if (
|
|
2783
|
+
if (TASK_BRANCH_PATTERN2.test(branch)) {
|
|
2762
2784
|
return {
|
|
2763
2785
|
verdict: "fail",
|
|
2764
2786
|
messages: [
|