gennady 0.8.3 → 0.8.4-draft.2
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/README.md +212 -3
- package/ai/directives/agent-inbox/arch-interrogation.directive.xml +387 -0
- package/ai/directives/agent-inbox/change-interrogation.directive.xml +107 -0
- package/ai/directives/agent-inbox/code-interrogation.directive.xml +54 -0
- package/ai/directives/agent-inbox/contract-interrogation.directive.xml +93 -0
- package/ai/directives/agent-inbox/golden-chat-output.example.md +176 -0
- package/ai/directives/agent-inbox/inbox-flow.directive.xml +588 -0
- package/ai/directives/agent-inbox/posting-rules.directive.xml +260 -0
- package/ai/directives/agent-inbox/security-interrogation.directive.xml +108 -0
- package/ai/directives/agent-inbox/update-review.directive.xml +136 -0
- package/ai/directives/agent-inbox/visual-vocabulary.directive.xml +188 -0
- package/ai/directives/coding/result-conventions.xml +4 -4
- package/ai/directives/coding/svelte5-runes.xml +30 -30
- package/ai/directives/coding/sveltekit-rules.xml +27 -27
- package/ai/directives/coding/typescript-rules.xml +50 -50
- package/ai/directives/coding/uikit-component-storybook.xml +32 -32
- package/ai/directives/coding/uikit-component-svelte.xml +35 -35
- package/ai/directives/coding/uikit-spec-drafting.xml +22 -22
- package/ai/directives/infra/eslint-setup.xml +29 -29
- package/ai/directives/infra/git-setup.xml +25 -25
- package/ai/directives/infra/nodejs-npm-setup.xml +36 -36
- package/ai/directives/infra/storybook-setup.xml +22 -22
- package/ai/directives/knowledge.xml +0 -46
- package/ai/directives/sdd-v2/agent-inbox/code-lens.directive.xml +108 -0
- package/ai/directives/sdd-v2/agent-inbox/enrich.directive.xml +222 -0
- package/ai/directives/sdd-v2/agent-inbox/security-lens.directive.xml +161 -0
- package/ai/directives/sdd-v2/agent-inbox/synthesize.directive.xml +113 -0
- package/ai/directives/sdd-v2/agent-inbox/track-review.directive.xml +439 -0
- package/ai/directives/sdd-v2/amplify-nfr.directive.xml +93 -0
- package/ai/directives/sdd-v2/amplify-observability.directive.xml +98 -0
- package/ai/directives/sdd-v2/amplify-security.directive.xml +104 -0
- package/ai/directives/sdd-v2/amplify-storage.directive.xml +95 -0
- package/ai/directives/sdd-v2/audit.directive.xml +473 -0
- package/ai/directives/sdd-v2/code-review.directive.xml +260 -0
- package/ai/directives/sdd-v2/compression.directive.xml +214 -0
- package/ai/directives/sdd-v2/critic-protocol.directive.xml +210 -0
- package/ai/directives/sdd-v2/critic.directive.xml +210 -0
- package/ai/directives/sdd-v2/discover-from-code.directive.xml +173 -0
- package/ai/directives/sdd-v2/execute.directive.xml +337 -0
- package/ai/directives/sdd-v2/formats/audit-round.xml +37 -0
- package/ai/directives/sdd-v2/formats/change-manifest.xml +30 -0
- package/ai/directives/sdd-v2/formats/dbc-contracts.xml +59 -0
- package/ai/directives/sdd-v2/formats/diagram-vocabulary.xml +181 -0
- package/ai/directives/sdd-v2/formats/entity-inventory-format.xml +17 -0
- package/ai/directives/sdd-v2/formats/entity-surface-format.xml +24 -0
- package/ai/directives/sdd-v2/formats/infra-base-minimal-spec.xml +22 -0
- package/ai/directives/sdd-v2/formats/infrastructure-spec-structure.xml +121 -0
- package/ai/directives/sdd-v2/formats/interface-spec-structure.xml +91 -0
- package/ai/directives/sdd-v2/formats/library-spec-structure.xml +100 -0
- package/ai/directives/sdd-v2/formats/module-map-update.xml +33 -0
- package/ai/directives/sdd-v2/formats/module-spec-structure.xml +150 -0
- package/ai/directives/sdd-v2/formats/module-tasks-index.xml +30 -0
- package/ai/directives/sdd-v2/formats/nfr-budgets-format.xml +21 -0
- package/ai/directives/sdd-v2/formats/pivot-formats.xml +27 -0
- package/ai/directives/sdd-v2/formats/portal-structure.xml +29 -0
- package/ai/directives/sdd-v2/formats/product-spec-structure.xml +109 -0
- package/ai/directives/sdd-v2/formats/project-tasks-index.xml +36 -0
- package/ai/directives/sdd-v2/formats/scope-tasks-index.xml +35 -0
- package/ai/directives/sdd-v2/formats/security-section-format.xml +26 -0
- package/ai/directives/sdd-v2/formats/task-ticket-structure.xml +125 -0
- package/ai/directives/sdd-v2/guides/project-setup.md +41 -0
- package/ai/directives/sdd-v2/guides/v1-to-v2-migration.md +104 -0
- package/ai/directives/sdd-v2/infra.directive.xml +331 -0
- package/ai/directives/sdd-v2/interface.directive.xml +277 -0
- package/ai/directives/sdd-v2/interview-protocol.directive.xml +284 -0
- package/ai/directives/sdd-v2/migration-v1-v2.directive.xml +472 -0
- package/ai/directives/sdd-v2/module.directive.xml +462 -0
- package/ai/directives/sdd-v2/phase-execution-protocol.directive.xml +460 -0
- package/ai/directives/sdd-v2/readiness.directive.xml +303 -0
- package/ai/directives/sdd-v2/reconcile.directive.xml +405 -0
- package/ai/directives/sdd-v2/recover-from-code.directive.xml +174 -0
- package/ai/directives/sdd-v2/review-lifecycle.directive.xml +108 -0
- package/ai/directives/sdd-v2/root.directive.xml +217 -0
- package/ai/directives/sdd-v2/router.directive.xml +384 -0
- package/ai/directives/sdd-v2/scaffold.directive.xml +513 -0
- package/ai/directives/sdd-v2/scope.directive.xml +421 -0
- package/ai/directives/testing/common.xml +42 -7
- package/ai/directives/testing/node-test.xml +33 -23
- package/ai/directives/testing/playwright-cli.xml +29 -29
- package/ai/directives/testing/playwright-e2e.xml +29 -29
- package/ai/directives/testing/storybook-usage.xml +27 -27
- package/ai/directives/testing/svelte-testing.xml +27 -27
- package/ai/directives/testing/vitest-rules.xml +25 -25
- package/ai/flow-sim/PROTOCOL.md +159 -0
- package/ai/flow-sim/README.md +39 -0
- package/ai/flow-sim/scenarios/S1-route-new-scope.md +107 -0
- package/ai/flow-sim/scenarios/S10-multi-scope-route.md +213 -0
- package/ai/flow-sim/scenarios/S11-migration-full.md +501 -0
- package/ai/flow-sim/scenarios/S2-preflight-migration.md +129 -0
- package/ai/flow-sim/scenarios/S3-preflight-carveout.md +141 -0
- package/ai/flow-sim/scenarios/S4-discover.md +112 -0
- package/ai/flow-sim/scenarios/S5-recover.md +154 -0
- package/ai/flow-sim/scenarios/S6-scaffold-ticket.md +283 -0
- package/ai/flow-sim/scenarios/S7-execute-lifecycle.md +750 -0
- package/ai/flow-sim/scenarios/S8-reconcile-trivial.md +696 -0
- package/ai/flow-sim/scenarios/S9-reconcile-from-code.md +669 -0
- package/ai/inspector/README.md +40 -0
- package/ai/inspector/core/__tests__/parse-directive.test.ts +155 -0
- package/ai/inspector/core/__tests__/parse-skill.test.ts +80 -0
- package/ai/inspector/core/model.ts +37 -0
- package/ai/inspector/core/parse-directive.ts +181 -0
- package/ai/inspector/core/parse-skill.ts +89 -0
- package/ai/inspector/core/resolve.ts +53 -0
- package/ai/inspector/core/scan.ts +109 -0
- package/ai/inspector/e2e/inspector.spec.ts +117 -0
- package/ai/inspector/generate.ts +154 -0
- package/ai/inspector/playwright.config.ts +20 -0
- package/ai/inspector/serve.ts +30 -0
- package/ai/inspector/web/__tests__/debug.test.ts +173 -0
- package/ai/inspector/web/__tests__/markdown.test.ts +185 -0
- package/ai/inspector/web/app.js +324 -0
- package/ai/inspector/web/debug.js +202 -0
- package/ai/inspector/web/index.html +38 -0
- package/ai/inspector/web/markdown.js +85 -0
- package/ai/inspector/web/styles.css +569 -0
- package/ai/kit/AUTHORING.md +121 -0
- package/ai/kit/__tests__/deps.test.ts +61 -0
- package/ai/kit/__tests__/lint-axioms.test.ts +192 -0
- package/ai/kit/__tests__/render.test.ts +192 -0
- package/ai/kit/__tests__/skeleton-parity.test.ts +50 -0
- package/ai/kit/anti-pattern/coding/AP_FALSE_PRIVATE_AND_ENUM.xml +27 -0
- package/ai/kit/anti-pattern/coding/AP_OVEREDIT.xml +2 -0
- package/ai/kit/anti-pattern/coding/ap-builtin-without-prefix.xml +6 -0
- package/ai/kit/anti-pattern/coding/ap-false-private-and-enum.xml +27 -0
- package/ai/kit/anti-pattern/coding/ap-mixed-module-system.xml +6 -0
- package/ai/kit/anti-pattern/coding/ap-overedit.xml +2 -0
- package/ai/kit/anti-pattern/coding/ap-redundant-jsdoc-duplication.xml +19 -0
- package/ai/kit/anti-pattern/critic/AP_CERTAINTY.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_CREEP.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_DISMISS_CONFUSION.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_EDIT.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_FORMAT_BIAS.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_INTERNAL_PARANOIA.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_NITPICK.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_REUSE_BLIND.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_SELF_CRITIQUE.xml +2 -0
- package/ai/kit/anti-pattern/critic/AP_SURFACE.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-certainty.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-creep.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-dismiss-confusion.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-edit.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-format-bias.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-internal-paranoia.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-nitpick.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-reuse-blind.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-self-critique.xml +2 -0
- package/ai/kit/anti-pattern/critic/ap-surface.xml +2 -0
- package/ai/kit/anti-pattern/e2e/AP_CLI_AUTO_UPDATE_SNAPSHOTS.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_CLI_CSS_XPATH_FROM_CODEGEN.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_CLI_HEADED_FOR_AGENT.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_CLI_SKIP_TRACE_ON_FAILURE.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_CLI_WRITE_TEST_WITHOUT_AX_TREE.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_E2E_CSS_LOCATOR.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_E2E_FULL_PAGE_SNAPSHOT.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_E2E_INLINE_LOGIN.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_E2E_STANDALONE_POM.xml +6 -0
- package/ai/kit/anti-pattern/e2e/AP_E2E_UNMOCKED_NETWORK.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-cli-auto-update-snapshots.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-cli-css-xpath-from-codegen.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-cli-headed-for-agent.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-cli-skip-trace-on-failure.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-cli-write-test-without-ax-tree.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-e2e-css-locator.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-e2e-full-page-snapshot.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-e2e-inline-login.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-e2e-standalone-pom.xml +6 -0
- package/ai/kit/anti-pattern/e2e/ap-e2e-unmocked-network.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_AGENT_DISABLE_COMMENT.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_FORCE_PUSH_TO_MAIN.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_FORMATTING_DUPLICATION.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_LIGHTWEIGHT_TAG.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_MULTIPLE_LOCK_FILES.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_NODE_MODULES_COMMITTED.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_NO_VERIFY_AS_HABIT.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_NVMRC_ENGINES_MISMATCH.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_NVMRC_RANGE.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_SECRET_IN_HISTORY.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_TYPE_AWARE_DUPLICATION.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_UNMOTIVATED_NON_AUTOFIX_RULE.xml +6 -0
- package/ai/kit/anti-pattern/infra/AP_WARN_LEVEL_USAGE.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-agent-disable-comment.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-force-push-to-main.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-formatting-duplication.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-lightweight-tag.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-multiple-lock-files.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-no-verify-as-habit.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-node-modules-committed.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-npmrc-absent.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-nvmrc-engines-mismatch.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-nvmrc-range.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-secret-in-history.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-tool-range-pin.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-type-aware-duplication.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-unmotivated-non-autofix-rule.xml +6 -0
- package/ai/kit/anti-pattern/infra/ap-warn-level-usage.xml +6 -0
- package/ai/kit/anti-pattern/logging/AP_BARE_CONSOLE_AND_LOST_CAUSE.xml +32 -0
- package/ai/kit/anti-pattern/logging/ap-bare-console-and-lost-cause.xml +32 -0
- package/ai/kit/anti-pattern/process/AP_NO_RE_DISPATCH.xml +2 -0
- package/ai/kit/anti-pattern/process/AP_SPIN.xml +2 -0
- package/ai/kit/anti-pattern/process/AP_VAGUE_REJECT.xml +2 -0
- package/ai/kit/anti-pattern/process/ap-no-re-dispatch.xml +2 -0
- package/ai/kit/anti-pattern/process/ap-spin.xml +2 -0
- package/ai/kit/anti-pattern/process/ap-vague-reject.xml +2 -0
- package/ai/kit/anti-pattern/spec/AP_ENTITY_SPRAWL.xml +2 -0
- package/ai/kit/anti-pattern/spec/ap-entity-sprawl.xml +2 -0
- package/ai/kit/anti-pattern/storybook/AP_ADHOC_HIERARCHY.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_MISSING_PLAY.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_MULTIPLE_CONCEPTS_ONE_STORY.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_RESTATED_ARGS.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_AGENTS_MD_SKIPPED.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_HALLUCINATED_PROPS.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_MANUAL_SCAFFOLD_BEFORE_INIT.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_MISSING_AI_TAG.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_MISSING_PLAY_ON_INTERACTION.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_NO_MCP_INTEGRATION.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_REWRITE_INSTEAD_OF_COMPOSE.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_SKIP_SELF_VERIFY.xml +6 -0
- package/ai/kit/anti-pattern/storybook/AP_SB_VERIFY_SKIPPED.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-adhoc-hierarchy.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-missing-play.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-multiple-concepts-one-story.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-restated-args.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-agents-md-skipped.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-hallucinated-props.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-manual-scaffold-before-init.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-missing-ai-tag.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-missing-play-on-interaction.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-no-mcp-integration.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-rewrite-instead-of-compose.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-skip-self-verify.xml +6 -0
- package/ai/kit/anti-pattern/storybook/ap-sb-verify-skipped.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_DERIVED_WITH_SIDE_EFFECT.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_EFFECT_WITHOUT_TEARDOWN.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_EXPORT_LET_LEGACY.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_ON_EVENT_DIRECTIVE.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_REACTIVE_DOLLAR_COLON.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_RUNES_IN_PLAIN_TS.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SK_COMPONENT_FETCH_FOR_INITIAL_DATA.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SK_GLOBAL_FETCH_IN_LOAD.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SK_PAGE_OPTIONS_GLOBALIZED.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SK_PRIVATE_ENV_IN_CLIENT.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SK_THROW_INSTEAD_OF_FAIL.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_DIRECT_QUERYSELECTOR.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_NO_CLEANUP.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_NO_EFFECT_ROOT.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_NO_FLUSH.xml +6 -0
- package/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_PLAIN_TS_EXTENSION.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-derived-with-side-effect.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-effect-without-teardown.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-export-let-legacy.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-on-event-directive.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-reactive-dollar-colon.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-runes-in-plain-ts.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-sk-component-fetch-for-initial-data.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-sk-global-fetch-in-load.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-sk-page-options-globalized.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-sk-private-env-in-client.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-sk-throw-instead-of-fail.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-svelte-test-direct-queryselector.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-svelte-test-no-cleanup.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-svelte-test-no-effect-root.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-svelte-test-no-flush.xml +6 -0
- package/ai/kit/anti-pattern/svelte/ap-svelte-test-plain-ts-extension.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_ATOMIC_NOISE_ANCHORS.xml +20 -0
- package/ai/kit/anti-pattern/testing/AP_BEFORE_EACH_LET_PILEUP.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_CONTAINS_ON_ERROR_AND_PRIVATE_INSPECTION.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_DUPLICATE_BDD_GROUP.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_LEAKED_LIFECYCLE_AND_GLOBAL_RELIANCE.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_PARALLEL_FACTORIES.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_PRIVATE_INSPECTION.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_SHARED_MUTABLE_STATE_AND_NON_ENGLISH_NARRATION.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_SKIP_INSTEAD_OF_FIX.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_SNAPSHOT_FOR_SCALAR.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_TRY_CATCH_FLAG_ANTIPATTERN.xml +6 -0
- package/ai/kit/anti-pattern/testing/AP_UNJUSTIFIED_VI_MOCK.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-atomic-noise-anchors.xml +20 -0
- package/ai/kit/anti-pattern/testing/ap-before-each-let-pileup.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-contains-on-error-and-private-inspection.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-duplicate-bdd-group.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-leaked-lifecycle-and-global-reliance.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-parallel-factories.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-private-inspection.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-shared-mutable-state-and-non-english-narration.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-skip-instead-of-fix.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-snapshot-for-scalar.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-try-catch-flag-antipattern.xml +6 -0
- package/ai/kit/anti-pattern/testing/ap-unjustified-vi-mock.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_DROPPED_VARIANTS.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_FABRICATED_MEASUREMENTS.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_HARDCODED_PIXELS.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_HOST_SELECTOR.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_IMG_TAG_ICON.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_MISSING_A11Y_AUDIT.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_MISSING_ARIA.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_MISSING_DATA_STATE.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_OVERRIDE_WITHOUT_COMMENT.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_PASCAL_CASE_FILENAME.xml +6 -0
- package/ai/kit/anti-pattern/uikit/AP_SILENT_MISSING_TOKEN.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-dropped-variants.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-fabricated-measurements.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-hardcoded-pixels.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-host-selector.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-img-tag-icon.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-missing-a11y-audit.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-missing-aria.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-missing-data-state.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-override-without-comment.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-pascal-case-filename.xml +6 -0
- package/ai/kit/anti-pattern/uikit/ap-silent-missing-token.xml +6 -0
- package/ai/kit/axiom/agent-inbox/ax-complexity-budget.xml +9 -0
- package/ai/kit/axiom/agent-inbox/ax-minimal-change-suspicion.xml +9 -0
- package/ai/kit/axiom/agent-inbox/ax-review-purpose.xml +10 -0
- package/ai/kit/axiom/agent-inbox/ax-simpler-alternative.xml +9 -0
- package/ai/kit/axiom/audit/ax-audit-modes.xml +6 -0
- package/ai/kit/axiom/audit/ax-audit-reads-code.xml +11 -0
- package/ai/kit/axiom/audit/ax-bdd-coverage-verification.xml +8 -0
- package/ai/kit/axiom/audit/ax-closed-world-primary-check.xml +4 -0
- package/ai/kit/axiom/audit/ax-completeness-check.xml +6 -0
- package/ai/kit/axiom/audit/ax-drift-taxonomy.xml +21 -0
- package/ai/kit/axiom/audit/ax-ephemeral-output.xml +8 -0
- package/ai/kit/axiom/audit/ax-execution-log-verification.xml +6 -0
- package/ai/kit/axiom/audit/ax-finding-routing.xml +22 -0
- package/ai/kit/axiom/audit/ax-findings-as-proposals.xml +7 -0
- package/ai/kit/axiom/audit/ax-git-diff-scan.xml +11 -0
- package/ai/kit/axiom/audit/ax-insight-backflow-capture.xml +10 -0
- package/ai/kit/axiom/audit/ax-learning-context.xml +2 -0
- package/ai/kit/axiom/audit/ax-mechanical-via-sdd-check.xml +9 -0
- package/ai/kit/axiom/audit/ax-neutral-findings.xml +4 -0
- package/ai/kit/axiom/audit/ax-no-auto-fix.xml +4 -0
- package/ai/kit/axiom/audit/ax-provenance-is-a-product.xml +2 -0
- package/ai/kit/axiom/audit/ax-reopen-rounds-in-ticket.xml +10 -0
- package/ai/kit/axiom/audit/ax-rules-cascade-verification.xml +17 -0
- package/ai/kit/axiom/audit/ax-rules-compliance-against-activated-rules.xml +22 -0
- package/ai/kit/axiom/audit/ax-runtime-backing-verification.xml +8 -0
- package/ai/kit/axiom/audit/ax-severity-tagging.xml +13 -0
- package/ai/kit/axiom/audit/ax-severity.xml +7 -0
- package/ai/kit/axiom/audit/ax-stale-after-pivot-verification.xml +12 -0
- package/ai/kit/axiom/audit/ax-task-id-integrity.xml +13 -0
- package/ai/kit/axiom/boundary/ax-bootstrap-narrow-read.xml +6 -0
- package/ai/kit/axiom/boundary/ax-closed-world-inventory.xml +4 -0
- package/ai/kit/axiom/boundary/ax-cross-scope-dependencies.xml +4 -0
- package/ai/kit/axiom/boundary/ax-entity-surface-completeness.xml +4 -0
- package/ai/kit/axiom/boundary/ax-guarded-result-boundary.xml +5 -0
- package/ai/kit/axiom/boundary/ax-isolation-signal.xml +2 -0
- package/ai/kit/axiom/boundary/ax-isolation-through-public-boundary.xml +4 -0
- package/ai/kit/axiom/boundary/ax-portal-read-only-with-placeholder-exception.xml +4 -0
- package/ai/kit/axiom/boundary/ax-reference-over-copy.xml +2 -0
- package/ai/kit/axiom/boundary/ax-result-public-boundary.xml +11 -0
- package/ai/kit/axiom/boundary/ax-scope-type-gate.xml +6 -0
- package/ai/kit/axiom/boundary/ax-semantic-location-over-lines.xml +2 -0
- package/ai/kit/axiom/boundary/ax-semantic-safety.xml +2 -0
- package/ai/kit/axiom/boundary/ax-spec-never-edited.xml +4 -0
- package/ai/kit/axiom/boundary/ax-ssot-traceability.xml +4 -0
- package/ai/kit/axiom/boundary/ax-ticket-write-scope.xml +9 -0
- package/ai/kit/axiom/coding/ax-ai-readability.xml +2 -0
- package/ai/kit/axiom/coding/ax-anchor-format.xml +6 -0
- package/ai/kit/axiom/coding/ax-comment-density.xml +4 -0
- package/ai/kit/axiom/coding/ax-comment-placement.xml +4 -0
- package/ai/kit/axiom/coding/ax-comment-vocabulary.xml +6 -0
- package/ai/kit/axiom/coding/ax-comments-add-nonsyntactic-intent.xml +4 -0
- package/ai/kit/axiom/coding/ax-configurable-names.xml +5 -0
- package/ai/kit/axiom/coding/ax-consumer-driven.xml +8 -0
- package/ai/kit/axiom/coding/ax-contractual-naming.xml +4 -0
- package/ai/kit/axiom/coding/ax-domain-prefix-for-external.xml +4 -0
- package/ai/kit/axiom/coding/ax-early-exit.xml +2 -0
- package/ai/kit/axiom/coding/ax-explicit-class-fields.xml +4 -0
- package/ai/kit/axiom/coding/ax-file-header-append-only.xml +10 -0
- package/ai/kit/axiom/coding/ax-file-header-task-traceability.xml +16 -0
- package/ai/kit/axiom/coding/ax-file-level-context.xml +13 -0
- package/ai/kit/axiom/coding/ax-import-canonical-form.xml +15 -0
- package/ai/kit/axiom/coding/ax-introduced-discipline.xml +4 -0
- package/ai/kit/axiom/coding/ax-modern-ts-density.xml +4 -0
- package/ai/kit/axiom/coding/ax-modularity-limits.xml +4 -0
- package/ai/kit/axiom/coding/ax-namespace-naming.xml +4 -0
- package/ai/kit/axiom/coding/ax-no-code-generation.xml +2 -0
- package/ai/kit/axiom/coding/ax-no-premature-abstractions.xml +4 -0
- package/ai/kit/axiom/coding/ax-no-silent-escape-hatch.xml +4 -0
- package/ai/kit/axiom/coding/ax-node-builtins-prefix.xml +10 -0
- package/ai/kit/axiom/coding/ax-principled-decomposition.xml +4 -0
- package/ai/kit/axiom/coding/ax-teleological-naming.xml +4 -0
- package/ai/kit/axiom/coding/ax-tools-as-hands.xml +12 -0
- package/ai/kit/axiom/coding/ax-verb-precision.xml +4 -0
- package/ai/kit/axiom/coding/ax-yagni-overengineering-guard.xml +4 -0
- package/ai/kit/axiom/critic/ax-comprehension-first.xml +2 -0
- package/ai/kit/axiom/critic/ax-confusion-bug.xml +2 -0
- package/ai/kit/axiom/critic/ax-critic-model-tier.xml +10 -0
- package/ai/kit/axiom/critic/ax-default-accept.xml +2 -0
- package/ai/kit/axiom/critic/ax-finding-addressee.xml +6 -0
- package/ai/kit/axiom/critic/ax-goal-owner-gate.xml +7 -0
- package/ai/kit/axiom/critic/ax-isolation.xml +2 -0
- package/ai/kit/axiom/critic/ax-polish-mode.xml +7 -0
- package/ai/kit/axiom/critic/ax-product-architect-lens.xml +13 -0
- package/ai/kit/axiom/critic/ax-read-only.xml +2 -0
- package/ai/kit/axiom/critic/ax-uncertainty-is-signal.xml +2 -0
- package/ai/kit/axiom/critic/ax-uncomfortable-questions.xml +12 -0
- package/ai/kit/axiom/e2e/ax-cli-ax-tree-as-primary-vision.xml +6 -0
- package/ai/kit/axiom/e2e/ax-cli-codegen-is-recorder-not-author.xml +4 -0
- package/ai/kit/axiom/e2e/ax-cli-dev-server-precondition.xml +4 -0
- package/ai/kit/axiom/e2e/ax-cli-explore-before-author.xml +6 -0
- package/ai/kit/axiom/e2e/ax-cli-explore-loop-has-four-steps.xml +10 -0
- package/ai/kit/axiom/e2e/ax-cli-headless-for-agent.xml +4 -0
- package/ai/kit/axiom/e2e/ax-cli-role-locators-from-ax-tree.xml +4 -0
- package/ai/kit/axiom/e2e/ax-cli-snapshot-update-gate.xml +6 -0
- package/ai/kit/axiom/e2e/ax-cli-trace-for-failure-diagnosis.xml +6 -0
- package/ai/kit/axiom/e2e/ax-cli-transition-to-authoring.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-auth-via-storage-state.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-ax-tree-as-contract.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-browser-coverage-pragmatic.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-file-layout.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-file-size-budget.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-fixture-based-pom.xml +6 -0
- package/ai/kit/axiom/e2e/ax-e2e-headless-always.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-network-mock-at-route.xml +6 -0
- package/ai/kit/axiom/e2e/ax-e2e-role-locators-only.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-self-verification-loop.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-snapshot-partial-by-default.xml +4 -0
- package/ai/kit/axiom/e2e/ax-e2e-structure-ax-first.xml +10 -0
- package/ai/kit/axiom/e2e/ax-e2e-visual-regression-gated.xml +4 -0
- package/ai/kit/axiom/error/ax-catch-log-recover.xml +10 -0
- package/ai/kit/axiom/error/ax-error-chaining-cause.xml +4 -0
- package/ai/kit/axiom/error/ax-error-via-class.xml +4 -0
- package/ai/kit/axiom/error/ax-fail-fast-validation.xml +4 -0
- package/ai/kit/axiom/error/ax-focused-error-assertions.xml +4 -0
- package/ai/kit/axiom/error/ax-mandatory-try-catch-in-business-logic.xml +4 -0
- package/ai/kit/axiom/error/ax-markup-safety.xml +2 -0
- package/ai/kit/axiom/error/ax-minimal-error-surface.xml +4 -0
- package/ai/kit/axiom/error/ax-must-extractor.xml +4 -0
- package/ai/kit/axiom/error/ax-no-bare-throw-unknown.xml +6 -0
- package/ai/kit/axiom/error/ax-no-result-iserr-short-circuit.xml +5 -0
- package/ai/kit/axiom/error/ax-no-result-object-literal.xml +6 -0
- package/ai/kit/axiom/error/ax-no-result-ok-short-circuit.xml +6 -0
- package/ai/kit/axiom/error/ax-no-result-second-generic.xml +6 -0
- package/ai/kit/axiom/error/ax-result-unwrap-on-success-paths.xml +4 -0
- package/ai/kit/axiom/error/ax-trace-prefixed-errors.xml +4 -0
- package/ai/kit/axiom/infra/ax-ai-first-scripts-one-shot.xml +27 -0
- package/ai/kit/axiom/infra/ax-autofix-preferred.xml +12 -0
- package/ai/kit/axiom/infra/ax-binary-severity.xml +10 -0
- package/ai/kit/axiom/infra/ax-branch-strategy.xml +16 -0
- package/ai/kit/axiom/infra/ax-commit-convention.xml +18 -0
- package/ai/kit/axiom/infra/ax-config-auditable-by-agent.xml +10 -0
- package/ai/kit/axiom/infra/ax-custom-plugins-obey-meta-policy.xml +9 -0
- package/ai/kit/axiom/infra/ax-dependency-addition-checklist.xml +9 -0
- package/ai/kit/axiom/infra/ax-exact-pinning-for-tooling.xml +10 -0
- package/ai/kit/axiom/infra/ax-flat-config.xml +6 -0
- package/ai/kit/axiom/infra/ax-gitignore-baseline.xml +22 -0
- package/ai/kit/axiom/infra/ax-history-policy.xml +16 -0
- package/ai/kit/axiom/infra/ax-hooks-integration.xml +4 -0
- package/ai/kit/axiom/infra/ax-infra-base-bootstrap.xml +6 -0
- package/ai/kit/axiom/infra/ax-infrastructure-flow.xml +16 -0
- package/ai/kit/axiom/infra/ax-lfs-submodules.xml +8 -0
- package/ai/kit/axiom/infra/ax-lint-run-is-mechanical.xml +8 -0
- package/ai/kit/axiom/infra/ax-lock-file-discipline.xml +10 -0
- package/ai/kit/axiom/infra/ax-module-system-explicit.xml +4 -0
- package/ai/kit/axiom/infra/ax-no-disable-comments-by-agent.xml +16 -0
- package/ai/kit/axiom/infra/ax-non-autofix-prefer-delegation.xml +17 -0
- package/ai/kit/axiom/infra/ax-npm-agent-sandbox-registry.xml +28 -0
- package/ai/kit/axiom/infra/ax-presets-passed-through-the-gate.xml +8 -0
- package/ai/kit/axiom/infra/ax-prettier-owns-formatting.xml +12 -0
- package/ai/kit/axiom/infra/ax-project-layout.xml +11 -0
- package/ai/kit/axiom/infra/ax-rule-change-requires-operator-confirm.xml +13 -0
- package/ai/kit/axiom/infra/ax-secrets-discipline.xml +17 -0
- package/ai/kit/axiom/infra/ax-single-package-manager.xml +6 -0
- package/ai/kit/axiom/infra/ax-tag-release.xml +17 -0
- package/ai/kit/axiom/infra/ax-third-party-tool-current-api.xml +8 -0
- package/ai/kit/axiom/infra/ax-type-aware-prefer-ts.xml +10 -0
- package/ai/kit/axiom/interview/ax-amplification-opt-in.xml +8 -0
- package/ai/kit/axiom/interview/ax-coverage-map-closure.xml +9 -0
- package/ai/kit/axiom/interview/ax-defaults-first.xml +9 -0
- package/ai/kit/axiom/logging/ax-alerts-on-symptoms.xml +7 -0
- package/ai/kit/axiom/logging/ax-log-density.xml +4 -0
- package/ai/kit/axiom/logging/ax-log-message-format.xml +6 -0
- package/ai/kit/axiom/logging/ax-log-message-purity.xml +4 -0
- package/ai/kit/axiom/logging/ax-log-performance-metrics.xml +4 -0
- package/ai/kit/axiom/logging/ax-stdout-first-transport.xml +2 -0
- package/ai/kit/axiom/logging/ax-structured-logging.xml +6 -0
- package/ai/kit/axiom/perf/ax-allocation-is-enemy.xml +2 -0
- package/ai/kit/axiom/perf/ax-backpressure-is-law.xml +2 -0
- package/ai/kit/axiom/perf/ax-big-o-matters.xml +2 -0
- package/ai/kit/axiom/perf/ax-budgets-are-numbers.xml +8 -0
- package/ai/kit/axiom/perf/ax-concurrency-limits.xml +2 -0
- package/ai/kit/axiom/perf/ax-engine-optimizations.xml +2 -0
- package/ai/kit/axiom/perf/ax-gc-pressure.xml +2 -0
- package/ai/kit/axiom/perf/ax-hoisting-safety.xml +2 -0
- package/ai/kit/axiom/perf/ax-latency-stacking.xml +2 -0
- package/ai/kit/axiom/perf/ax-one-time-cost.xml +2 -0
- package/ai/kit/axiom/perf/ax-retained-memory.xml +2 -0
- package/ai/kit/axiom/perf/ax-target-hardware.xml +2 -0
- package/ai/kit/axiom/process/ax-amplify-defaults-first.xml +11 -0
- package/ai/kit/axiom/process/ax-artifact-style-self-check.xml +9 -0
- package/ai/kit/axiom/process/ax-audit-hook.xml +3 -0
- package/ai/kit/axiom/process/ax-blocker-escalation.xml +12 -0
- package/ai/kit/axiom/process/ax-blocker-resolution-trail.xml +9 -0
- package/ai/kit/axiom/process/ax-cap-5.xml +1 -0
- package/ai/kit/axiom/process/ax-close-with-integrity-check.xml +4 -0
- package/ai/kit/axiom/process/ax-coverage-report-blocker-explicit.xml +4 -0
- package/ai/kit/axiom/process/ax-cross-scope-change.xml +10 -0
- package/ai/kit/axiom/process/ax-dialogue-discipline.xml +12 -0
- package/ai/kit/axiom/process/ax-dispatch-via-batch.xml +8 -0
- package/ai/kit/axiom/process/ax-diverge-before-recommend.xml +18 -0
- package/ai/kit/axiom/process/ax-env-fix-channel.xml +23 -0
- package/ai/kit/axiom/process/ax-execution-log-plan-vs-fact.xml +18 -0
- package/ai/kit/axiom/process/ax-execution-order.xml +5 -0
- package/ai/kit/axiom/process/ax-fix-classification.xml +7 -0
- package/ai/kit/axiom/process/ax-grouping-reduces-noise.xml +2 -0
- package/ai/kit/axiom/process/ax-halt-vs-fail-distinction.xml +10 -0
- package/ai/kit/axiom/process/ax-handoff-typed.xml +3 -0
- package/ai/kit/axiom/process/ax-live-log.xml +3 -0
- package/ai/kit/axiom/process/ax-narrow-recon.xml +9 -0
- package/ai/kit/axiom/process/ax-no-focused-or-skipped-tests-on-merge.xml +4 -0
- package/ai/kit/axiom/process/ax-no-process-narration.xml +7 -0
- package/ai/kit/axiom/process/ax-operator-agreement.xml +6 -0
- package/ai/kit/axiom/process/ax-operator-dialogue-style.xml +42 -0
- package/ai/kit/axiom/process/ax-operator-language.xml +15 -0
- package/ai/kit/axiom/process/ax-operator-output-live-text.xml +7 -0
- package/ai/kit/axiom/process/ax-operator-safeguard.xml +10 -0
- package/ai/kit/axiom/process/ax-owner.xml +1 -0
- package/ai/kit/axiom/process/ax-permitted-bash-commands.xml +31 -0
- package/ai/kit/axiom/process/ax-phase-scope-lock.xml +3 -0
- package/ai/kit/axiom/process/ax-preflight-blast-radius-scoped.xml +10 -0
- package/ai/kit/axiom/process/ax-problem-probes-spec.xml +14 -0
- package/ai/kit/axiom/process/ax-progressive-disclosure.xml +8 -0
- package/ai/kit/axiom/process/ax-q-ids.xml +3 -0
- package/ai/kit/axiom/process/ax-re-dispatch.xml +1 -0
- package/ai/kit/axiom/process/ax-read-per-manifest.xml +11 -0
- package/ai/kit/axiom/process/ax-rejection-reason.xml +1 -0
- package/ai/kit/axiom/process/ax-reopen-format.xml +15 -0
- package/ai/kit/axiom/process/ax-scale-proportional-depth.xml +8 -0
- package/ai/kit/axiom/process/ax-scratch-log.xml +1 -0
- package/ai/kit/axiom/process/ax-step-by-step-approval.xml +13 -0
- package/ai/kit/axiom/process/ax-stop-no-edits.xml +1 -0
- package/ai/kit/axiom/process/ax-surgical.xml +1 -0
- package/ai/kit/axiom/process/ax-task-id-uniqueness.xml +11 -0
- package/ai/kit/axiom/process/ax-task-parallel.xml +1 -0
- package/ai/kit/axiom/process/ax-task-resolution.xml +10 -0
- package/ai/kit/axiom/process/ax-ticket-section-names-normative.xml +3 -0
- package/ai/kit/axiom/process/ax-tool-invocation.xml +12 -0
- package/ai/kit/axiom/process/ax-verification-before-handoff.xml +19 -0
- package/ai/kit/axiom/process/ax-verify-and-finalize.xml +4 -0
- package/ai/kit/axiom/process/ax-verify-at-end.xml +4 -0
- package/ai/kit/axiom/scaffold/ax-append-only-module-add.xml +9 -0
- package/ai/kit/axiom/scaffold/ax-bootstrap-ticket-derivation.xml +9 -0
- package/ai/kit/axiom/scaffold/ax-cross-scope-task-placement.xml +4 -0
- package/ai/kit/axiom/scaffold/ax-dag-and-ticket-boundaries.xml +16 -0
- package/ai/kit/axiom/scaffold/ax-directive-mode.xml +6 -0
- package/ai/kit/axiom/scaffold/ax-extend-dag-preserves-existing-ids.xml +11 -0
- package/ai/kit/axiom/scaffold/ax-handoff-to-task-scaffolding.xml +6 -0
- package/ai/kit/axiom/scaffold/ax-idempotent-modes.xml +8 -0
- package/ai/kit/axiom/scaffold/ax-mode-auto-detect-or-halt.xml +6 -0
- package/ai/kit/axiom/scaffold/ax-phases-declared-in-header.xml +20 -0
- package/ai/kit/axiom/scaffold/ax-rule-activation-plan.xml +7 -0
- package/ai/kit/axiom/scaffold/ax-rule-activation.xml +8 -0
- package/ai/kit/axiom/scaffold/ax-rules-cascade-resolution.xml +15 -0
- package/ai/kit/axiom/scaffold/ax-rules-load-from-phase-block.xml +16 -0
- package/ai/kit/axiom/scaffold/ax-rules-resolution-hard-fail.xml +4 -0
- package/ai/kit/axiom/scaffold/ax-scope-rules-declaration.xml +15 -0
- package/ai/kit/axiom/scaffold/ax-stack-based-flow.xml +6 -0
- package/ai/kit/axiom/scaffold/ax-task-dimensions.xml +10 -0
- package/ai/kit/axiom/scaffold/ax-ticket-deduplication.xml +4 -0
- package/ai/kit/axiom/scaffold/ax-ticket-has-bdd-and-tests.xml +12 -0
- package/ai/kit/axiom/spec/ax-access-patterns-drive-schema.xml +7 -0
- package/ai/kit/axiom/spec/ax-context-to-contract.xml +4 -0
- package/ai/kit/axiom/spec/ax-contracts-textual-agnostic.xml +11 -0
- package/ai/kit/axiom/spec/ax-data-lifecycle-explicit.xml +7 -0
- package/ai/kit/axiom/spec/ax-decision-log-required.xml +7 -0
- package/ai/kit/axiom/spec/ax-draft-ready-for-review.xml +8 -0
- package/ai/kit/axiom/spec/ax-dx-first.xml +12 -0
- package/ai/kit/axiom/spec/ax-exact-scope.xml +4 -0
- package/ai/kit/axiom/spec/ax-external-input-untrusted.xml +7 -0
- package/ai/kit/axiom/spec/ax-handoff-to-module-decomposition.xml +4 -0
- package/ai/kit/axiom/spec/ax-hierarchical-specs.xml +8 -0
- package/ai/kit/axiom/spec/ax-interface-flow.xml +7 -0
- package/ai/kit/axiom/spec/ax-living-spec.xml +6 -0
- package/ai/kit/axiom/spec/ax-module-boundary-by-operator.xml +4 -0
- package/ai/kit/axiom/spec/ax-no-data-loss.xml +10 -0
- package/ai/kit/axiom/spec/ax-no-silent-option-drop.xml +4 -0
- package/ai/kit/axiom/spec/ax-pivot-requires-supersession.xml +6 -0
- package/ai/kit/axiom/spec/ax-portal-primary-owner.xml +10 -0
- package/ai/kit/axiom/spec/ax-ports-and-abstractions-discipline.xml +7 -0
- package/ai/kit/axiom/spec/ax-product-library-flow.xml +15 -0
- package/ai/kit/axiom/spec/ax-refine-module-preserves-contracts.xml +12 -0
- package/ai/kit/axiom/spec/ax-runtime-backing-explicit.xml +9 -0
- package/ai/kit/axiom/spec/ax-runtime-backing-in-contracts.xml +9 -0
- package/ai/kit/axiom/spec/ax-scope-graph-detection.xml +19 -0
- package/ai/kit/axiom/spec/ax-scope-graph-discipline.xml +8 -0
- package/ai/kit/axiom/spec/ax-scope-spec-module-map-ownership.xml +17 -0
- package/ai/kit/axiom/spec/ax-scope-stays-thin.xml +14 -0
- package/ai/kit/axiom/spec/ax-scope-table-format.xml +7 -0
- package/ai/kit/axiom/spec/ax-scope-type-branch.xml +13 -0
- package/ai/kit/axiom/spec/ax-spec-dimensions.xml +14 -0
- package/ai/kit/axiom/spec/ax-spec-lifecycle.xml +10 -0
- package/ai/kit/axiom/spec/ax-spec-structure.xml +13 -0
- package/ai/kit/axiom/spec/ax-stateless-artifact.xml +6 -0
- package/ai/kit/axiom/spec/ax-vision-only-for-application.xml +4 -0
- package/ai/kit/axiom/storybook/ax-ai-generated-tag.xml +13 -0
- package/ai/kit/axiom/storybook/ax-compose-from-base-story.xml +13 -0
- package/ai/kit/axiom/storybook/ax-hierarchy-mirrors-spec.xml +25 -0
- package/ai/kit/axiom/storybook/ax-one-story-per-variant.xml +18 -0
- package/ai/kit/axiom/storybook/ax-play-function-required.xml +27 -0
- package/ai/kit/axiom/storybook/ax-sb-agents-md-updated-as-part-of-setup.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-browser-prereq-handled.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-follow-generated-guide.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-init-via-official-installer.xml +6 -0
- package/ai/kit/axiom/storybook/ax-sb-mcp-is-mandatory.xml +6 -0
- package/ai/kit/axiom/storybook/ax-sb-no-parallel-test-harnesses.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-ai-generated-tag.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-component-change-triggers-story-run.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-compose-existing-first.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-mcp-first.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-never-hallucinate-props.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-no-parallel-render-harness.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-one-story-one-concept.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-play-for-interaction.xml +4 -0
- package/ai/kit/axiom/storybook/ax-sb-use-self-verify-before-handoff.xml +6 -0
- package/ai/kit/axiom/storybook/ax-sb-verify-before-handoff.xml +9 -0
- package/ai/kit/axiom/storybook/ax-storybook-title-from-spec.xml +10 -0
- package/ai/kit/axiom/svelte/ax-bindable-for-two-way.xml +4 -0
- package/ai/kit/axiom/svelte/ax-component-structure-fixed.xml +4 -0
- package/ai/kit/axiom/svelte/ax-derived-is-pure.xml +4 -0
- package/ai/kit/axiom/svelte/ax-effect-ownership-and-cleanup.xml +6 -0
- package/ai/kit/axiom/svelte/ax-event-handlers-as-attributes.xml +6 -0
- package/ai/kit/axiom/svelte/ax-inspect-is-dev-only.xml +4 -0
- package/ai/kit/axiom/svelte/ax-legacy-patterns-forbidden.xml +4 -0
- package/ai/kit/axiom/svelte/ax-local-runes-over-stores-for-local-state.xml +6 -0
- package/ai/kit/axiom/svelte/ax-props-via-destructuring.xml +6 -0
- package/ai/kit/axiom/svelte/ax-runes-are-compiler-keywords.xml +6 -0
- package/ai/kit/axiom/svelte/ax-runes-location-restriction.xml +6 -0
- package/ai/kit/axiom/svelte/ax-sk-adapter-chosen-not-defaulted.xml +4 -0
- package/ai/kit/axiom/svelte/ax-sk-data-via-load.xml +6 -0
- package/ai/kit/axiom/svelte/ax-sk-fetch-from-load-uses-sdk-fetch.xml +4 -0
- package/ai/kit/axiom/svelte/ax-sk-hooks-own-cross-cutting.xml +6 -0
- package/ai/kit/axiom/svelte/ax-sk-mutations-via-actions.xml +6 -0
- package/ai/kit/axiom/svelte/ax-sk-page-options-per-route.xml +6 -0
- package/ai/kit/axiom/svelte/ax-sk-project-layout.xml +4 -0
- package/ai/kit/axiom/svelte/ax-sk-routing-is-file-based.xml +6 -0
- package/ai/kit/axiom/svelte/ax-sk-server-client-boundary.xml +8 -0
- package/ai/kit/axiom/svelte/ax-sk-types-from-generated.xml +4 -0
- package/ai/kit/axiom/svelte/ax-sk-validation-at-action-boundary.xml +4 -0
- package/ai/kit/axiom/svelte/ax-snippets-replace-slots.xml +4 -0
- package/ai/kit/axiom/svelte/ax-svelte-conventions.xml +10 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-effect-root-outside-component.xml +6 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-file-extension.xml +4 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-flush-before-assert.xml +6 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-inherited-vitest-rules.xml +4 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-jsdom-environment.xml +4 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-library-for-rendering.xml +6 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-mount-and-cleanup.xml +8 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-no-direct-dom-query.xml +4 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-prefer-story-tests-when-available.xml +4 -0
- package/ai/kit/axiom/svelte/ax-svelte-test-role-queries-preferred.xml +4 -0
- package/ai/kit/axiom/testing/ax-anchor-coverage-nontrivial.xml +4 -0
- package/ai/kit/axiom/testing/ax-anchor-intentful-names.xml +4 -0
- package/ai/kit/axiom/testing/ax-anchor-trivial-exception.xml +4 -0
- package/ai/kit/axiom/testing/ax-assert-api-choice.xml +13 -0
- package/ai/kit/axiom/testing/ax-bdd-generation.xml +19 -0
- package/ai/kit/axiom/testing/ax-bdd-name-discipline.xml +4 -0
- package/ai/kit/axiom/testing/ax-case-flow.xml +6 -0
- package/ai/kit/axiom/testing/ax-contract-over-implementation.xml +10 -0
- package/ai/kit/axiom/testing/ax-coverage-by-contract-not-by-line.xml +9 -0
- package/ai/kit/axiom/testing/ax-default-direct-assertion-protocol.xml +6 -0
- package/ai/kit/axiom/testing/ax-explicit-vitest-imports.xml +4 -0
- package/ai/kit/axiom/testing/ax-file-name-and-default-shape.xml +4 -0
- package/ai/kit/axiom/testing/ax-fixture-io-policy.xml +4 -0
- package/ai/kit/axiom/testing/ax-hooks-only-for-lifecycle.xml +6 -0
- package/ai/kit/axiom/testing/ax-http-boundary-injection.xml +6 -0
- package/ai/kit/axiom/testing/ax-http-mock-agent-pattern.xml +9 -0
- package/ai/kit/axiom/testing/ax-it-opening-brief.xml +8 -0
- package/ai/kit/axiom/testing/ax-mock-as-last-resort.xml +11 -0
- package/ai/kit/axiom/testing/ax-mock-hygiene.xml +12 -0
- package/ai/kit/axiom/testing/ax-mock-requires-operator-confirm.xml +9 -0
- package/ai/kit/axiom/testing/ax-no-describe-let-pileup.xml +4 -0
- package/ai/kit/axiom/testing/ax-no-falsification-via-mocks.xml +4 -0
- package/ai/kit/axiom/testing/ax-one-test-one-scenario.xml +4 -0
- package/ai/kit/axiom/testing/ax-one-unified-context-per-file.xml +10 -0
- package/ai/kit/axiom/testing/ax-partial-string-via-match.xml +4 -0
- package/ai/kit/axiom/testing/ax-phase-anchors.xml +16 -0
- package/ai/kit/axiom/testing/ax-prefer-factory-over-hooks.xml +6 -0
- package/ai/kit/axiom/testing/ax-prefer-native-mock-fn.xml +9 -0
- package/ai/kit/axiom/testing/ax-prefer-vi-fn-for-interaction.xml +4 -0
- package/ai/kit/axiom/testing/ax-snapshot-file-location.xml +4 -0
- package/ai/kit/axiom/testing/ax-snapshot-usage-gate.xml +4 -0
- package/ai/kit/axiom/testing/ax-test-anchor-naming.xml +4 -0
- package/ai/kit/axiom/testing/ax-test-file-size-budget.xml +6 -0
- package/ai/kit/axiom/testing/ax-test-mandate.xml +10 -0
- package/ai/kit/axiom/testing/ax-tests-no-human-narration.xml +4 -0
- package/ai/kit/axiom/testing/ax-time-env-global-lifecycle.xml +9 -0
- package/ai/kit/axiom/testing/ax-vitest-assert-api-choice.xml +12 -0
- package/ai/kit/axiom/testing/ax-vitest-isolation-default.xml +4 -0
- package/ai/kit/axiom/testing/ax-vitest-run-not-watch.xml +16 -0
- package/ai/kit/axiom/truth/ax-autonomous-research.xml +2 -0
- package/ai/kit/axiom/truth/ax-evidence-hygiene.xml +9 -0
- package/ai/kit/axiom/truth/ax-freshness-guard.xml +2 -0
- package/ai/kit/axiom/truth/ax-live-source-only.xml +2 -0
- package/ai/kit/axiom/truth/ax-no-unverified-findings.xml +2 -0
- package/ai/kit/axiom/truth/ax-production-realism.xml +4 -0
- package/ai/kit/axiom/truth/ax-real-run-over-ping.xml +2 -0
- package/ai/kit/axiom/truth/ax-reuse-first.xml +2 -0
- package/ai/kit/axiom/truth/ax-spec-is-sole-source.xml +6 -0
- package/ai/kit/axiom/truth/ax-stale-must-be-rejected.xml +2 -0
- package/ai/kit/axiom/typescript/ax-base-contract-shape.xml +25 -0
- package/ai/kit/axiom/typescript/ax-consumers-tag-semantics.xml +4 -0
- package/ai/kit/axiom/typescript/ax-direct-implementation-protocol.xml +9 -0
- package/ai/kit/axiom/typescript/ax-english-only-names-and-comments.xml +4 -0
- package/ai/kit/axiom/typescript/ax-entity-specific-minimums.xml +11 -0
- package/ai/kit/axiom/typescript/ax-flat-jsdoc-for-properties.xml +6 -0
- package/ai/kit/axiom/typescript/ax-implementation-hiding-in-public.xml +4 -0
- package/ai/kit/axiom/typescript/ax-no-transpile-only-constructs.xml +6 -0
- package/ai/kit/axiom/typescript/ax-tag-usage-matrix.xml +15 -0
- package/ai/kit/axiom/typescript/ax-truthful-encapsulation.xml +6 -0
- package/ai/kit/axiom/typescript/ax-type-vs-interface-choice.xml +4 -0
- package/ai/kit/axiom/uikit/ax-a11y-audit-parameters.xml +14 -0
- package/ai/kit/axiom/uikit/ax-a11y-defaults.xml +12 -0
- package/ai/kit/axiom/uikit/ax-a11y-requirements.xml +18 -0
- package/ai/kit/axiom/uikit/ax-component-props-contract.xml +20 -0
- package/ai/kit/axiom/uikit/ax-css-module-selector-conventions.xml +10 -0
- package/ai/kit/axiom/uikit/ax-css-tokens-via-root.xml +12 -0
- package/ai/kit/axiom/uikit/ax-data-attrs-not-host.xml +16 -0
- package/ai/kit/axiom/uikit/ax-data-state-for-testability.xml +8 -0
- package/ai/kit/axiom/uikit/ax-element-structure-from-extraction.xml +13 -0
- package/ai/kit/axiom/uikit/ax-existing-components-check.xml +9 -0
- package/ai/kit/axiom/uikit/ax-extraction-input.xml +15 -0
- package/ai/kit/axiom/uikit/ax-file-structure-kebab-case.xml +13 -0
- package/ai/kit/axiom/uikit/ax-icon-svg-tight-viewbox.xml +6 -0
- package/ai/kit/axiom/uikit/ax-token-discipline.xml +9 -0
- package/ai/kit/axiom/uikit/ax-token-override-comment.xml +11 -0
- package/ai/kit/axiom/uikit/ax-token-section-generation.xml +13 -0
- package/ai/kit/axiom/uikit/ax-variant-grouping.xml +10 -0
- package/ai/kit/build-directives.ts +39 -0
- package/ai/kit/contract/audit/audit-session-summary-format.xml +38 -0
- package/ai/kit/contract/audit/finding-format.xml +20 -0
- package/ai/kit/contract/audit/ticket-audit-round-format.xml +38 -0
- package/ai/kit/contract/critic/oc-structured.xml +2 -0
- package/ai/kit/contract/interview/coverage-map-format.xml +12 -0
- package/ai/kit/contract/process/blocker-format.xml +9 -0
- package/ai/kit/contract/process/breadcrumb-format.xml +8 -0
- package/ai/kit/contract/process/execute-summary-format.xml +11 -0
- package/ai/kit/contract/process/fix-summary-format.xml +23 -0
- package/ai/kit/contract/process/flow-diagram-when.xml +12 -0
- package/ai/kit/contract/process/halt-format.xml +6 -0
- package/ai/kit/contract/process/handoff-format.xml +13 -0
- package/ai/kit/contract/process/message-layout.xml +16 -0
- package/ai/kit/contract/process/orchestrator-progress-format.xml +10 -0
- package/ai/kit/contract/process/phase-block-format.xml +22 -0
- package/ai/kit/contract/process/phase-progress-format.xml +13 -0
- package/ai/kit/contract/process/plan-table-format.xml +7 -0
- package/ai/kit/contract/process/question-format.xml +27 -0
- package/ai/kit/contract/process/return-summary-format.xml +17 -0
- package/ai/kit/contract/process/round-close-format.xml +8 -0
- package/ai/kit/contract/process/session-file-format.xml +25 -0
- package/ai/kit/contract/process/side-dive-format.xml +7 -0
- package/ai/kit/contract/process/trace-header-format.xml +11 -0
- package/ai/kit/contract/process/understanding-block-format.xml +12 -0
- package/ai/kit/contract/scaffold/module-tasks-index.xml +9 -0
- package/ai/kit/contract/scaffold/project-tasks-index.xml +10 -0
- package/ai/kit/contract/scaffold/scope-tasks-index.xml +11 -0
- package/ai/kit/contract/scaffold/task-ticket-structure.xml +19 -0
- package/ai/kit/contract/spec/change-manifest-format.xml +31 -0
- package/ai/kit/contract/spec/dbc-adapter-format.xml +22 -0
- package/ai/kit/contract/spec/dbc-port-format.xml +38 -0
- package/ai/kit/contract/spec/decision-log-entry-format.xml +12 -0
- package/ai/kit/contract/spec/entity-inventory-format.xml +18 -0
- package/ai/kit/contract/spec/entity-surface-format.xml +25 -0
- package/ai/kit/contract/spec/infra-base-minimal-spec.xml +23 -0
- package/ai/kit/contract/spec/infrastructure-spec-structure.xml +8 -0
- package/ai/kit/contract/spec/interface-spec-structure.xml +6 -0
- package/ai/kit/contract/spec/library-spec-structure.xml +6 -0
- package/ai/kit/contract/spec/module-spec-markdown-structure.xml +10 -0
- package/ai/kit/contract/spec/nfr-budgets-format.xml +22 -0
- package/ai/kit/contract/spec/pivot-invalidation-list-format.xml +9 -0
- package/ai/kit/contract/spec/portal-structure-contract.xml +6 -0
- package/ai/kit/contract/spec/product-spec-structure.xml +6 -0
- package/ai/kit/contract/spec/rework-decision-log-entry-format.xml +19 -0
- package/ai/kit/contract/spec/scope-spec-module-map-update.xml +34 -0
- package/ai/kit/contract/spec/security-section-format.xml +27 -0
- package/ai/kit/contract/uikit/spec-structure.xml +67 -0
- package/ai/kit/definition/e2e/def-cli-ax-snapshot.xml +4 -0
- package/ai/kit/definition/e2e/def-cli-trace.xml +4 -0
- package/ai/kit/definition/e2e/def-e2e-ax-contract.xml +4 -0
- package/ai/kit/definition/e2e/def-e2e-fixture-pom.xml +4 -0
- package/ai/kit/definition/infra/def-autofixable-rule.xml +4 -0
- package/ai/kit/definition/infra/def-cjs.xml +2 -0
- package/ai/kit/definition/infra/def-esm.xml +2 -0
- package/ai/kit/definition/infra/def-exact-pin.xml +2 -0
- package/ai/kit/definition/infra/def-lint-pipeline.xml +4 -0
- package/ai/kit/definition/infra/def-motivated-non-autofix-rule.xml +4 -0
- package/ai/kit/definition/infra/def-operator-disable.xml +4 -0
- package/ai/kit/definition/infra/def-reproducibility-triad.xml +2 -0
- package/ai/kit/definition/process/def-logic-switch.xml +12 -0
- package/ai/kit/definition/process/def-read-and-use-directive.xml +12 -0
- package/ai/kit/definition/storybook/def-play-contract.xml +4 -0
- package/ai/kit/definition/storybook/def-sb-mcp-server.xml +4 -0
- package/ai/kit/definition/storybook/def-sb-mcp-tools.xml +4 -0
- package/ai/kit/definition/storybook/def-sb-story-canonical-form.xml +4 -0
- package/ai/kit/definition/storybook/def-sb-test-addon.xml +4 -0
- package/ai/kit/definition/storybook/def-spec-mirror-hierarchy.xml +4 -0
- package/ai/kit/definition/svelte/def-flush-boundary.xml +4 -0
- package/ai/kit/definition/svelte/def-form-action.xml +4 -0
- package/ai/kit/definition/svelte/def-runes-file.xml +4 -0
- package/ai/kit/definition/svelte/def-server-load.xml +4 -0
- package/ai/kit/definition/svelte/def-svelte-rune.xml +4 -0
- package/ai/kit/definition/svelte/def-svelte-test-file.xml +4 -0
- package/ai/kit/definition/svelte/def-universal-load.xml +4 -0
- package/ai/kit/definition/testing/def-injection-seam.xml +4 -0
- package/ai/kit/definition/testing/def-non-trivial-case.xml +4 -0
- package/ai/kit/definition/testing/def-phase-anchor-format.xml +4 -0
- package/ai/kit/definition/testing/def-test-payload-vocab.xml +4 -0
- package/ai/kit/definition/testing/def-unified-context.xml +4 -0
- package/ai/kit/definition/typescript/def-allowed-comment-payload.xml +4 -0
- package/ai/kit/definition/typescript/def-complexity-trigger.xml +4 -0
- package/ai/kit/definition/typescript/def-trace-prefix.xml +2 -0
- package/ai/kit/definition/uikit/def-component-artefact.xml +4 -0
- package/ai/kit/definition/uikit/def-data-attribute-selector.xml +4 -0
- package/ai/kit/definition/uikit/def-token-override.xml +4 -0
- package/ai/kit/demo/indent-check.ts +56 -0
- package/ai/kit/demo/render-demo.ts +26 -0
- package/ai/kit/demo/sdd-mini.hbs +11 -0
- package/ai/kit/hook/coding/hook-module-system-declared.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_CLI_DEV_SERVER_REACHABLE.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_CLI_NO_AUTO_UPDATE_SNAPSHOTS.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_CLI_NO_HEADED_IN_AGENT_SCRIPTS.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_CLI_PLAYWRIGHT_INSTALLED.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_E2E_FILE_SIZE_BUDGET.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_E2E_NO_CSS_LOCATORS.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_E2E_NO_HEADED.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_E2E_NO_ONLY_OR_SKIP.xml +6 -0
- package/ai/kit/hook/e2e/HOOK_E2E_RUN_CHROMIUM.xml +6 -0
- package/ai/kit/hook/e2e/hook-cli-dev-server-reachable.xml +6 -0
- package/ai/kit/hook/e2e/hook-cli-no-auto-update-snapshots.xml +6 -0
- package/ai/kit/hook/e2e/hook-cli-no-headed-in-agent-scripts.xml +6 -0
- package/ai/kit/hook/e2e/hook-cli-playwright-installed.xml +6 -0
- package/ai/kit/hook/e2e/hook-e2e-file-size-budget.xml +6 -0
- package/ai/kit/hook/e2e/hook-e2e-no-css-locators.xml +6 -0
- package/ai/kit/hook/e2e/hook-e2e-no-headed.xml +6 -0
- package/ai/kit/hook/e2e/hook-e2e-no-only-or-skip.xml +6 -0
- package/ai/kit/hook/e2e/hook-e2e-run-chromium.xml +6 -0
- package/ai/kit/hook/infra/HOOK_AUDIT_NEW_RULE.xml +6 -0
- package/ai/kit/hook/infra/HOOK_DEFAULT_BRANCH_MAIN.xml +6 -0
- package/ai/kit/hook/infra/HOOK_GITIGNORE_PRESENT.xml +6 -0
- package/ai/kit/hook/infra/HOOK_LINT_FIX_GREEN.xml +6 -0
- package/ai/kit/hook/infra/HOOK_LINT_NO_DRIFT.xml +6 -0
- package/ai/kit/hook/infra/HOOK_NON_AUTOFIX_HAS_COMMENT.xml +6 -0
- package/ai/kit/hook/infra/HOOK_NO_AGENT_DISABLE_COMMENTS.xml +6 -0
- package/ai/kit/hook/infra/HOOK_NO_ENV_TRACKED.xml +6 -0
- package/ai/kit/hook/infra/HOOK_NO_FORMATTING_DUPLICATION.xml +6 -0
- package/ai/kit/hook/infra/HOOK_NO_NODE_MODULES_TRACKED.xml +6 -0
- package/ai/kit/hook/infra/HOOK_NO_WARN_LEVEL_IN_CONFIG.xml +6 -0
- package/ai/kit/hook/infra/HOOK_PROJECT_LINT.xml +6 -0
- package/ai/kit/hook/infra/HOOK_TAG_ANNOTATED.xml +6 -0
- package/ai/kit/hook/infra/HOOK_TYPECHECK.xml +6 -0
- package/ai/kit/hook/infra/hook-audit-new-rule.xml +6 -0
- package/ai/kit/hook/infra/hook-default-branch-main.xml +6 -0
- package/ai/kit/hook/infra/hook-engines-present.xml +6 -0
- package/ai/kit/hook/infra/hook-gitignore-present.xml +6 -0
- package/ai/kit/hook/infra/hook-lint-fix-green.xml +6 -0
- package/ai/kit/hook/infra/hook-lint-no-drift.xml +6 -0
- package/ai/kit/hook/infra/hook-lock-file-exists.xml +6 -0
- package/ai/kit/hook/infra/hook-no-agent-disable-comments.xml +6 -0
- package/ai/kit/hook/infra/hook-no-env-tracked.xml +6 -0
- package/ai/kit/hook/infra/hook-no-foreign-lock-files.xml +6 -0
- package/ai/kit/hook/infra/hook-no-formatting-duplication.xml +6 -0
- package/ai/kit/hook/infra/hook-no-node-modules-tracked.xml +6 -0
- package/ai/kit/hook/infra/hook-no-warn-level-in-config.xml +6 -0
- package/ai/kit/hook/infra/hook-non-autofix-has-comment.xml +6 -0
- package/ai/kit/hook/infra/hook-npmrc-registry.xml +6 -0
- package/ai/kit/hook/infra/hook-nvmrc-exact.xml +6 -0
- package/ai/kit/hook/infra/hook-project-lint.xml +6 -0
- package/ai/kit/hook/infra/hook-tag-annotated.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_ADDON_PRESENT.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_AGENTS_MD_MENTIONS_STORYBOOK.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_AI_TAG_PRESENT.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_PLAYWRIGHT_BROWSER_PRESENT.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_PLAY_PRESENT.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_PREVIEW_BOOTS.xml +6 -0
- package/ai/kit/hook/storybook/HOOK_SB_RUN_STORY_TESTS.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-addon-present.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-agents-md-mentions-storybook.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-ai-tag-present.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-interactive-stories-have-play.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-play-present.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-playwright-browser-present.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-preview-boots.xml +6 -0
- package/ai/kit/hook/storybook/hook-sb-run-story-tests.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_NO_CREATE_EVENT_DISPATCHER.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_NO_LEGACY_PROP_SYNTAX.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_NO_LEGACY_REACTIVE.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_NO_RUNES_IN_PLAIN_TS.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SK_BUILD.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SK_NO_CLIENT_FETCH_IN_COMPONENT.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SK_NO_GLOBAL_FETCH_IN_LOAD.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SK_NO_PRIVATE_ENV_IN_CLIENT.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SK_TYPECHECK.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SVELTE_CHECK.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SVELTE_TEST_EXTENSION_DISCIPLINE.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SVELTE_TEST_HAS_CLEANUP.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SVELTE_TEST_HAS_FLUSH_AFTER_USEREVENT.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SVELTE_TEST_NO_DIRECT_DOM_QUERIES.xml +6 -0
- package/ai/kit/hook/svelte/HOOK_SVELTE_TEST_RUN.xml +6 -0
- package/ai/kit/hook/svelte/hook-no-create-event-dispatcher.xml +6 -0
- package/ai/kit/hook/svelte/hook-no-legacy-prop-syntax.xml +6 -0
- package/ai/kit/hook/svelte/hook-no-legacy-reactive.xml +6 -0
- package/ai/kit/hook/svelte/hook-no-runes-in-plain-ts.xml +6 -0
- package/ai/kit/hook/svelte/hook-sk-build.xml +6 -0
- package/ai/kit/hook/svelte/hook-sk-no-client-fetch-in-component.xml +6 -0
- package/ai/kit/hook/svelte/hook-sk-no-global-fetch-in-load.xml +6 -0
- package/ai/kit/hook/svelte/hook-sk-no-private-env-in-client.xml +6 -0
- package/ai/kit/hook/svelte/hook-sk-typecheck.xml +6 -0
- package/ai/kit/hook/svelte/hook-svelte-check.xml +6 -0
- package/ai/kit/hook/svelte/hook-svelte-test-extension-discipline.xml +6 -0
- package/ai/kit/hook/svelte/hook-svelte-test-has-cleanup.xml +6 -0
- package/ai/kit/hook/svelte/hook-svelte-test-has-flush-after-userevent.xml +6 -0
- package/ai/kit/hook/svelte/hook-svelte-test-no-direct-dom-queries.xml +6 -0
- package/ai/kit/hook/svelte/hook-svelte-test-run.xml +6 -0
- package/ai/kit/hook/testing/HOOK_ANCHOR_PAIRING.xml +6 -0
- package/ai/kit/hook/testing/HOOK_COVERAGE.xml +5 -0
- package/ai/kit/hook/testing/HOOK_NO_FORBIDDEN_TEST_PATTERNS.xml +6 -0
- package/ai/kit/hook/testing/HOOK_RUN_SINGLE_FILE.xml +5 -0
- package/ai/kit/hook/testing/HOOK_RUN_TESTS.xml +5 -0
- package/ai/kit/hook/testing/HOOK_TYPECHECK_BEFORE_TEST.xml +5 -0
- package/ai/kit/hook/testing/hook-anchor-pairing.xml +6 -0
- package/ai/kit/hook/testing/hook-coverage-node.xml +5 -0
- package/ai/kit/hook/testing/hook-coverage-vitest.xml +5 -0
- package/ai/kit/hook/testing/hook-file-size-budget.xml +6 -0
- package/ai/kit/hook/testing/hook-no-auto-snapshot-update.xml +6 -0
- package/ai/kit/hook/testing/hook-no-forbidden-test-patterns-node.xml +6 -0
- package/ai/kit/hook/testing/hook-no-forbidden-test-patterns-vitest.xml +5 -0
- package/ai/kit/hook/testing/hook-no-unjustified-vi-mock.xml +6 -0
- package/ai/kit/hook/testing/hook-parallel-factories-guard.xml +5 -0
- package/ai/kit/hook/testing/hook-run-single-file-node.xml +5 -0
- package/ai/kit/hook/testing/hook-run-single-file-vitest.xml +5 -0
- package/ai/kit/hook/testing/hook-run-tests-node.xml +5 -0
- package/ai/kit/hook/testing/hook-run-tests-vitest.xml +5 -0
- package/ai/kit/hook/testing/hook-typecheck-before-test.xml +5 -0
- package/ai/kit/hook/typescript/HOOK_NO_FORBIDDEN_CONSTRUCTS.xml +6 -0
- package/ai/kit/hook/typescript/HOOK_TYPECHECK.xml +6 -0
- package/ai/kit/hook/typescript/hook-no-forbidden-constructs.xml +6 -0
- package/ai/kit/hook/typescript/hook-typecheck.xml +6 -0
- package/ai/kit/hook/uikit/HOOK_ARIA_ATTRIBUTES_PRESENT.xml +6 -0
- package/ai/kit/hook/uikit/HOOK_DATA_STATE_PRESENT.xml +6 -0
- package/ai/kit/hook/uikit/HOOK_KEBAB_CASE_FILES.xml +6 -0
- package/ai/kit/hook/uikit/HOOK_NO_HOST_SELECTOR.xml +6 -0
- package/ai/kit/hook/uikit/HOOK_OVERRIDE_COMMENTS_PRESENT.xml +6 -0
- package/ai/kit/hook/uikit/HOOK_SB_A11Y_AUDIT_CONFIG.xml +6 -0
- package/ai/kit/hook/uikit/hook-aria-attributes-present.xml +6 -0
- package/ai/kit/hook/uikit/hook-data-state-present.xml +6 -0
- package/ai/kit/hook/uikit/hook-kebab-case-files.xml +6 -0
- package/ai/kit/hook/uikit/hook-no-host-selector.xml +6 -0
- package/ai/kit/hook/uikit/hook-override-comments-present.xml +6 -0
- package/ai/kit/hook/uikit/hook-sb-a11y-audit-config.xml +6 -0
- package/ai/kit/lint-axioms.ts +102 -0
- package/ai/kit/pattern/e2e/pt-cli-explore-loop.xml +29 -0
- package/ai/kit/pattern/e2e/pt-e2e-auth-setup-project.xml +20 -0
- package/ai/kit/pattern/e2e/pt-e2e-ax-snapshot-baseline.xml +21 -0
- package/ai/kit/pattern/e2e/pt-e2e-fixture-pom.xml +31 -0
- package/ai/kit/pattern/e2e/pt-e2e-interaction-delta.xml +19 -0
- package/ai/kit/pattern/e2e/pt-e2e-network-mock.xml +21 -0
- package/ai/kit/pattern/infra/pt-dependency-addition.xml +21 -0
- package/ai/kit/pattern/infra/pt-esm-builtins.xml +14 -0
- package/ai/kit/pattern/infra/pt-lint-config-shape.xml +104 -0
- package/ai/kit/pattern/infra/pt-minimal-package-json.xml +21 -0
- package/ai/kit/pattern/infra/pt-npm-script-shape.xml +18 -0
- package/ai/kit/pattern/infra/pt-npmrc.xml +10 -0
- package/ai/kit/pattern/infra/pt-nvmrc.xml +6 -0
- package/ai/kit/pattern/infra/pt-rule-audit-protocol.xml +40 -0
- package/ai/kit/pattern/spec/example-contracts.xml +20 -0
- package/ai/kit/pattern/spec/example-infrastructure.xml +28 -0
- package/ai/kit/pattern/spec/example-library.xml +21 -0
- package/ai/kit/pattern/spec/example-product.xml +19 -0
- package/ai/kit/pattern/storybook/pt-canonical-stories-file.xml +74 -0
- package/ai/kit/pattern/storybook/pt-sb-composed-story-with-play.xml +37 -0
- package/ai/kit/pattern/storybook/pt-story-with-visual-contract.xml +20 -0
- package/ai/kit/pattern/svelte/pt-basic-component-with-runes.xml +27 -0
- package/ai/kit/pattern/svelte/pt-bindable-prop.xml +14 -0
- package/ai/kit/pattern/svelte/pt-component-svelte-template.xml +54 -0
- package/ai/kit/pattern/svelte/pt-effect-with-teardown.xml +17 -0
- package/ai/kit/pattern/svelte/pt-form-action-with-fail.xml +24 -0
- package/ai/kit/pattern/svelte/pt-page-consuming-load.xml +17 -0
- package/ai/kit/pattern/svelte/pt-server-hook-auth.xml +18 -0
- package/ai/kit/pattern/svelte/pt-server-load.xml +21 -0
- package/ai/kit/pattern/svelte/pt-snippet-and-render.xml +17 -0
- package/ai/kit/pattern/svelte/pt-svelte-test-effect-root-for-runes.xml +30 -0
- package/ai/kit/pattern/svelte/pt-svelte-test-render-and-assert.xml +22 -0
- package/ai/kit/pattern/svelte/pt-svelte-test-user-interaction-with-flush.xml +28 -0
- package/ai/kit/pattern/testing/pt-async-retry-with-brief.xml +48 -0
- package/ai/kit/pattern/testing/pt-di-over-mock.xml +53 -0
- package/ai/kit/pattern/testing/pt-direct-scalar-case.xml +20 -0
- package/ai/kit/pattern/testing/pt-error-path-with-assert-rejects.xml +35 -0
- package/ai/kit/pattern/testing/pt-fixture-and-observe-aggregation.xml +43 -0
- package/ai/kit/pattern/testing/pt-lifecycle-context-with-cleanup.xml +48 -0
- package/ai/kit/pattern/testing/pt-mock-fn-interaction-contract.xml +40 -0
- package/ai/kit/pattern/testing/pt-unified-factory-context.xml +58 -0
- package/ai/kit/pattern/typescript/pt-async-operation-with-timing.xml +40 -0
- package/ai/kit/pattern/typescript/pt-direct-implementation-with-log-and-error.xml +48 -0
- package/ai/kit/pattern/typescript/pt-expressive-terseness.xml +11 -0
- package/ai/kit/pattern/typescript/pt-module-and-data-type.xml +20 -0
- package/ai/kit/pattern/typescript/pt-service-contract-interface.xml +28 -0
- package/ai/kit/pattern/typescript/pt-type-narrowing-and-modern-operators.xml +36 -0
- package/ai/kit/pattern/uikit/pt-module-css-template.xml +26 -0
- package/ai/kit/pattern/uikit/pt-tokens-css-template.xml +17 -0
- package/ai/kit/render.ts +87 -0
- package/ai/kit/templates/coding/result-conventions.hbs +37 -0
- package/ai/kit/templates/coding/result-conventions.xml +37 -0
- package/ai/kit/templates/sdd-v2/agent-inbox/code-lens.directive.hbs +109 -0
- package/ai/kit/templates/sdd-v2/agent-inbox/enrich.directive.hbs +203 -0
- package/ai/kit/templates/sdd-v2/agent-inbox/security-lens.directive.hbs +161 -0
- package/ai/kit/templates/sdd-v2/agent-inbox/synthesize.directive.hbs +114 -0
- package/ai/kit/templates/sdd-v2/agent-inbox/track-review.directive.hbs +442 -0
- package/ai/kit/templates/sdd-v2/amplify-nfr.directive.hbs +73 -0
- package/ai/kit/templates/sdd-v2/amplify-observability.directive.hbs +73 -0
- package/ai/kit/templates/sdd-v2/amplify-security.directive.hbs +70 -0
- package/ai/kit/templates/sdd-v2/amplify-storage.directive.hbs +71 -0
- package/ai/kit/templates/sdd-v2/audit.directive.hbs +241 -0
- package/ai/kit/templates/sdd-v2/code-review.directive.hbs +90 -0
- package/ai/kit/templates/sdd-v2/compression.directive.hbs +113 -0
- package/ai/kit/templates/sdd-v2/critic-protocol.directive.hbs +93 -0
- package/ai/kit/templates/sdd-v2/critic.directive.hbs +103 -0
- package/ai/kit/templates/sdd-v2/discover-from-code.directive.hbs +115 -0
- package/ai/kit/templates/sdd-v2/execute.directive.hbs +186 -0
- package/ai/kit/templates/sdd-v2/formats/audit-round.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/change-manifest.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/dbc-contracts.hbs +3 -0
- package/ai/kit/templates/sdd-v2/formats/diagram-vocabulary.hbs +181 -0
- package/ai/kit/templates/sdd-v2/formats/entity-inventory-format.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/entity-surface-format.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/infra-base-minimal-spec.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/infrastructure-spec-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/interface-spec-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/library-spec-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/module-map-update.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/module-spec-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/module-tasks-index.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/nfr-budgets-format.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/pivot-formats.hbs +3 -0
- package/ai/kit/templates/sdd-v2/formats/portal-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/product-spec-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/project-tasks-index.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/scope-tasks-index.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/security-section-format.hbs +1 -0
- package/ai/kit/templates/sdd-v2/formats/task-ticket-structure.hbs +1 -0
- package/ai/kit/templates/sdd-v2/infra.directive.hbs +180 -0
- package/ai/kit/templates/sdd-v2/interface.directive.hbs +154 -0
- package/ai/kit/templates/sdd-v2/interview-protocol.directive.hbs +254 -0
- package/ai/kit/templates/sdd-v2/migration-v1-v2.directive.hbs +301 -0
- package/ai/kit/templates/sdd-v2/module.directive.hbs +247 -0
- package/ai/kit/templates/sdd-v2/phase-execution-protocol.directive.hbs +202 -0
- package/ai/kit/templates/sdd-v2/readiness.directive.hbs +143 -0
- package/ai/kit/templates/sdd-v2/reconcile.directive.hbs +183 -0
- package/ai/kit/templates/sdd-v2/recover-from-code.directive.hbs +153 -0
- package/ai/kit/templates/sdd-v2/review-lifecycle.directive.hbs +70 -0
- package/ai/kit/templates/sdd-v2/root.directive.hbs +133 -0
- package/ai/kit/templates/sdd-v2/router.directive.hbs +179 -0
- package/ai/kit/templates/sdd-v2/scaffold.directive.hbs +227 -0
- package/ai/kit/templates/sdd-v2/scope.directive.hbs +236 -0
- package/ai/skills/README.md +133 -0
- package/ai/skills/agent-inbox/SKILL.md +48 -0
- package/ai/skills/opencode-get-session/SKILL.md +149 -0
- package/ai/skills/prd-interview/PRD_TEMPLATE.md +84 -0
- package/ai/skills/prd-interview/SKILL.md +133 -0
- package/ai/skills/sdd/SKILL.md +30 -0
- package/ai/skills/sdd-audit/SKILL.md +2 -2
- package/ai/skills/sdd-check/SKILL.md +21 -134
- package/ai/skills/sdd-code-review/SKILL.md +27 -0
- package/ai/skills/sdd-critic/SKILL.md +26 -5
- package/ai/skills/sdd-execute/SKILL.md +29 -200
- package/ai/skills/sdd-reconcile/SKILL.md +32 -0
- package/ai/skills/sdd-scaffold/SKILL.md +34 -6
- package/ai/skills/workspace-permission-setup/SKILL.md +194 -0
- package/cli/cmd/README.md +234 -0
- package/dist/ai/directives/agent-inbox/arch-interrogation.directive.xml +387 -0
- package/dist/ai/directives/agent-inbox/change-interrogation.directive.xml +107 -0
- package/dist/ai/directives/agent-inbox/code-interrogation.directive.xml +54 -0
- package/dist/ai/directives/agent-inbox/contract-interrogation.directive.xml +93 -0
- package/dist/ai/directives/agent-inbox/golden-chat-output.example.md +176 -0
- package/dist/ai/directives/agent-inbox/inbox-flow.directive.xml +588 -0
- package/dist/ai/directives/agent-inbox/posting-rules.directive.xml +260 -0
- package/dist/ai/directives/agent-inbox/security-interrogation.directive.xml +108 -0
- package/dist/ai/directives/agent-inbox/update-review.directive.xml +136 -0
- package/dist/ai/directives/agent-inbox/visual-vocabulary.directive.xml +188 -0
- package/dist/ai/directives/coding/result-conventions.xml +4 -4
- package/dist/ai/directives/coding/svelte5-runes.xml +30 -30
- package/dist/ai/directives/coding/sveltekit-rules.xml +27 -27
- package/dist/ai/directives/coding/typescript-rules.xml +50 -50
- package/dist/ai/directives/coding/uikit-component-storybook.xml +32 -32
- package/dist/ai/directives/coding/uikit-component-svelte.xml +35 -35
- package/dist/ai/directives/coding/uikit-spec-drafting.xml +22 -22
- package/dist/ai/directives/infra/eslint-setup.xml +29 -29
- package/dist/ai/directives/infra/git-setup.xml +25 -25
- package/dist/ai/directives/infra/nodejs-npm-setup.xml +36 -36
- package/dist/ai/directives/infra/storybook-setup.xml +22 -22
- package/dist/ai/directives/knowledge.xml +0 -46
- package/dist/ai/directives/sdd-v2/agent-inbox/code-lens.directive.xml +108 -0
- package/dist/ai/directives/sdd-v2/agent-inbox/enrich.directive.xml +222 -0
- package/dist/ai/directives/sdd-v2/agent-inbox/security-lens.directive.xml +161 -0
- package/dist/ai/directives/sdd-v2/agent-inbox/synthesize.directive.xml +113 -0
- package/dist/ai/directives/sdd-v2/agent-inbox/track-review.directive.xml +439 -0
- package/dist/ai/directives/sdd-v2/amplify-nfr.directive.xml +93 -0
- package/dist/ai/directives/sdd-v2/amplify-observability.directive.xml +98 -0
- package/dist/ai/directives/sdd-v2/amplify-security.directive.xml +104 -0
- package/dist/ai/directives/sdd-v2/amplify-storage.directive.xml +95 -0
- package/dist/ai/directives/sdd-v2/audit.directive.xml +473 -0
- package/dist/ai/directives/sdd-v2/code-review.directive.xml +260 -0
- package/dist/ai/directives/sdd-v2/compression.directive.xml +214 -0
- package/dist/ai/directives/sdd-v2/critic-protocol.directive.xml +210 -0
- package/dist/ai/directives/sdd-v2/critic.directive.xml +210 -0
- package/dist/ai/directives/sdd-v2/discover-from-code.directive.xml +173 -0
- package/dist/ai/directives/sdd-v2/execute.directive.xml +337 -0
- package/dist/ai/directives/sdd-v2/formats/audit-round.xml +37 -0
- package/dist/ai/directives/sdd-v2/formats/change-manifest.xml +30 -0
- package/dist/ai/directives/sdd-v2/formats/dbc-contracts.xml +59 -0
- package/dist/ai/directives/sdd-v2/formats/diagram-vocabulary.xml +181 -0
- package/dist/ai/directives/sdd-v2/formats/entity-inventory-format.xml +17 -0
- package/dist/ai/directives/sdd-v2/formats/entity-surface-format.xml +24 -0
- package/dist/ai/directives/sdd-v2/formats/infra-base-minimal-spec.xml +22 -0
- package/dist/ai/directives/sdd-v2/formats/infrastructure-spec-structure.xml +121 -0
- package/dist/ai/directives/sdd-v2/formats/interface-spec-structure.xml +91 -0
- package/dist/ai/directives/sdd-v2/formats/library-spec-structure.xml +100 -0
- package/dist/ai/directives/sdd-v2/formats/module-map-update.xml +33 -0
- package/dist/ai/directives/sdd-v2/formats/module-spec-structure.xml +150 -0
- package/dist/ai/directives/sdd-v2/formats/module-tasks-index.xml +30 -0
- package/dist/ai/directives/sdd-v2/formats/nfr-budgets-format.xml +21 -0
- package/dist/ai/directives/sdd-v2/formats/pivot-formats.xml +27 -0
- package/dist/ai/directives/sdd-v2/formats/portal-structure.xml +29 -0
- package/dist/ai/directives/sdd-v2/formats/product-spec-structure.xml +109 -0
- package/dist/ai/directives/sdd-v2/formats/project-tasks-index.xml +36 -0
- package/dist/ai/directives/sdd-v2/formats/scope-tasks-index.xml +35 -0
- package/dist/ai/directives/sdd-v2/formats/security-section-format.xml +26 -0
- package/dist/ai/directives/sdd-v2/formats/task-ticket-structure.xml +125 -0
- package/dist/ai/directives/sdd-v2/guides/project-setup.md +41 -0
- package/dist/ai/directives/sdd-v2/guides/v1-to-v2-migration.md +104 -0
- package/dist/ai/directives/sdd-v2/infra.directive.xml +331 -0
- package/dist/ai/directives/sdd-v2/interface.directive.xml +277 -0
- package/dist/ai/directives/sdd-v2/interview-protocol.directive.xml +284 -0
- package/dist/ai/directives/sdd-v2/migration-v1-v2.directive.xml +472 -0
- package/dist/ai/directives/sdd-v2/module.directive.xml +462 -0
- package/dist/ai/directives/sdd-v2/phase-execution-protocol.directive.xml +460 -0
- package/dist/ai/directives/sdd-v2/readiness.directive.xml +303 -0
- package/dist/ai/directives/sdd-v2/reconcile.directive.xml +405 -0
- package/dist/ai/directives/sdd-v2/recover-from-code.directive.xml +174 -0
- package/dist/ai/directives/sdd-v2/review-lifecycle.directive.xml +108 -0
- package/dist/ai/directives/sdd-v2/root.directive.xml +217 -0
- package/dist/ai/directives/sdd-v2/router.directive.xml +384 -0
- package/dist/ai/directives/sdd-v2/scaffold.directive.xml +513 -0
- package/dist/ai/directives/sdd-v2/scope.directive.xml +421 -0
- package/dist/ai/directives/testing/common.xml +42 -7
- package/dist/ai/directives/testing/node-test.xml +33 -23
- package/dist/ai/directives/testing/playwright-cli.xml +29 -29
- package/dist/ai/directives/testing/playwright-e2e.xml +29 -29
- package/dist/ai/directives/testing/storybook-usage.xml +27 -27
- package/dist/ai/directives/testing/svelte-testing.xml +27 -27
- package/dist/ai/directives/testing/vitest-rules.xml +25 -25
- package/dist/ai/flow-sim/PROTOCOL.md +159 -0
- package/dist/ai/flow-sim/README.md +39 -0
- package/dist/ai/flow-sim/scenarios/S1-route-new-scope.md +107 -0
- package/dist/ai/flow-sim/scenarios/S10-multi-scope-route.md +213 -0
- package/dist/ai/flow-sim/scenarios/S11-migration-full.md +501 -0
- package/dist/ai/flow-sim/scenarios/S2-preflight-migration.md +129 -0
- package/dist/ai/flow-sim/scenarios/S3-preflight-carveout.md +141 -0
- package/dist/ai/flow-sim/scenarios/S4-discover.md +112 -0
- package/dist/ai/flow-sim/scenarios/S5-recover.md +154 -0
- package/dist/ai/flow-sim/scenarios/S6-scaffold-ticket.md +283 -0
- package/dist/ai/flow-sim/scenarios/S7-execute-lifecycle.md +750 -0
- package/dist/ai/flow-sim/scenarios/S8-reconcile-trivial.md +696 -0
- package/dist/ai/flow-sim/scenarios/S9-reconcile-from-code.md +669 -0
- package/dist/ai/inspector/README.md +40 -0
- package/dist/ai/inspector/core/__tests__/parse-directive.test.ts +155 -0
- package/dist/ai/inspector/core/__tests__/parse-skill.test.ts +80 -0
- package/dist/ai/inspector/core/model.ts +37 -0
- package/dist/ai/inspector/core/parse-directive.ts +181 -0
- package/dist/ai/inspector/core/parse-skill.ts +89 -0
- package/dist/ai/inspector/core/resolve.ts +53 -0
- package/dist/ai/inspector/core/scan.ts +109 -0
- package/dist/ai/inspector/e2e/inspector.spec.ts +117 -0
- package/dist/ai/inspector/generate.ts +154 -0
- package/dist/ai/inspector/playwright.config.ts +20 -0
- package/dist/ai/inspector/serve.ts +30 -0
- package/dist/ai/inspector/web/__tests__/debug.test.ts +173 -0
- package/dist/ai/inspector/web/__tests__/markdown.test.ts +185 -0
- package/dist/ai/inspector/web/app.js +324 -0
- package/dist/ai/inspector/web/debug.js +202 -0
- package/dist/ai/inspector/web/index.html +38 -0
- package/dist/ai/inspector/web/markdown.js +85 -0
- package/dist/ai/inspector/web/styles.css +569 -0
- package/dist/ai/kit/AUTHORING.md +121 -0
- package/dist/ai/kit/__tests__/deps.test.ts +61 -0
- package/dist/ai/kit/__tests__/lint-axioms.test.ts +192 -0
- package/dist/ai/kit/__tests__/render.test.ts +192 -0
- package/dist/ai/kit/__tests__/skeleton-parity.test.ts +50 -0
- package/dist/ai/kit/anti-pattern/coding/AP_FALSE_PRIVATE_AND_ENUM.xml +27 -0
- package/dist/ai/kit/anti-pattern/coding/AP_OVEREDIT.xml +2 -0
- package/dist/ai/kit/anti-pattern/coding/ap-builtin-without-prefix.xml +6 -0
- package/dist/ai/kit/anti-pattern/coding/ap-false-private-and-enum.xml +27 -0
- package/dist/ai/kit/anti-pattern/coding/ap-mixed-module-system.xml +6 -0
- package/dist/ai/kit/anti-pattern/coding/ap-overedit.xml +2 -0
- package/dist/ai/kit/anti-pattern/coding/ap-redundant-jsdoc-duplication.xml +19 -0
- package/dist/ai/kit/anti-pattern/critic/AP_CERTAINTY.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_CREEP.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_DISMISS_CONFUSION.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_EDIT.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_FORMAT_BIAS.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_INTERNAL_PARANOIA.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_NITPICK.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_REUSE_BLIND.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_SELF_CRITIQUE.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/AP_SURFACE.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-certainty.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-creep.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-dismiss-confusion.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-edit.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-format-bias.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-internal-paranoia.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-nitpick.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-reuse-blind.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-self-critique.xml +2 -0
- package/dist/ai/kit/anti-pattern/critic/ap-surface.xml +2 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_CLI_AUTO_UPDATE_SNAPSHOTS.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_CLI_CSS_XPATH_FROM_CODEGEN.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_CLI_HEADED_FOR_AGENT.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_CLI_SKIP_TRACE_ON_FAILURE.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_CLI_WRITE_TEST_WITHOUT_AX_TREE.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_E2E_CSS_LOCATOR.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_E2E_FULL_PAGE_SNAPSHOT.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_E2E_INLINE_LOGIN.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_E2E_STANDALONE_POM.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/AP_E2E_UNMOCKED_NETWORK.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-cli-auto-update-snapshots.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-cli-css-xpath-from-codegen.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-cli-headed-for-agent.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-cli-skip-trace-on-failure.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-cli-write-test-without-ax-tree.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-e2e-css-locator.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-e2e-full-page-snapshot.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-e2e-inline-login.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-e2e-standalone-pom.xml +6 -0
- package/dist/ai/kit/anti-pattern/e2e/ap-e2e-unmocked-network.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_AGENT_DISABLE_COMMENT.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_FORCE_PUSH_TO_MAIN.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_FORMATTING_DUPLICATION.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_LIGHTWEIGHT_TAG.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_MULTIPLE_LOCK_FILES.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_NODE_MODULES_COMMITTED.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_NO_VERIFY_AS_HABIT.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_NVMRC_ENGINES_MISMATCH.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_NVMRC_RANGE.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_SECRET_IN_HISTORY.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_TYPE_AWARE_DUPLICATION.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_UNMOTIVATED_NON_AUTOFIX_RULE.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/AP_WARN_LEVEL_USAGE.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-agent-disable-comment.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-force-push-to-main.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-formatting-duplication.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-lightweight-tag.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-multiple-lock-files.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-no-verify-as-habit.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-node-modules-committed.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-npmrc-absent.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-nvmrc-engines-mismatch.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-nvmrc-range.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-secret-in-history.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-tool-range-pin.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-type-aware-duplication.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-unmotivated-non-autofix-rule.xml +6 -0
- package/dist/ai/kit/anti-pattern/infra/ap-warn-level-usage.xml +6 -0
- package/dist/ai/kit/anti-pattern/logging/AP_BARE_CONSOLE_AND_LOST_CAUSE.xml +32 -0
- package/dist/ai/kit/anti-pattern/logging/ap-bare-console-and-lost-cause.xml +32 -0
- package/dist/ai/kit/anti-pattern/process/AP_NO_RE_DISPATCH.xml +2 -0
- package/dist/ai/kit/anti-pattern/process/AP_SPIN.xml +2 -0
- package/dist/ai/kit/anti-pattern/process/AP_VAGUE_REJECT.xml +2 -0
- package/dist/ai/kit/anti-pattern/process/ap-no-re-dispatch.xml +2 -0
- package/dist/ai/kit/anti-pattern/process/ap-spin.xml +2 -0
- package/dist/ai/kit/anti-pattern/process/ap-vague-reject.xml +2 -0
- package/dist/ai/kit/anti-pattern/spec/AP_ENTITY_SPRAWL.xml +2 -0
- package/dist/ai/kit/anti-pattern/spec/ap-entity-sprawl.xml +2 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_ADHOC_HIERARCHY.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_MISSING_PLAY.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_MULTIPLE_CONCEPTS_ONE_STORY.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_RESTATED_ARGS.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_AGENTS_MD_SKIPPED.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_HALLUCINATED_PROPS.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_MANUAL_SCAFFOLD_BEFORE_INIT.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_MISSING_AI_TAG.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_MISSING_PLAY_ON_INTERACTION.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_NO_MCP_INTEGRATION.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_REWRITE_INSTEAD_OF_COMPOSE.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_SKIP_SELF_VERIFY.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/AP_SB_VERIFY_SKIPPED.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-adhoc-hierarchy.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-missing-play.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-multiple-concepts-one-story.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-restated-args.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-agents-md-skipped.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-hallucinated-props.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-manual-scaffold-before-init.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-missing-ai-tag.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-missing-play-on-interaction.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-no-mcp-integration.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-rewrite-instead-of-compose.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-skip-self-verify.xml +6 -0
- package/dist/ai/kit/anti-pattern/storybook/ap-sb-verify-skipped.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_DERIVED_WITH_SIDE_EFFECT.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_EFFECT_WITHOUT_TEARDOWN.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_EXPORT_LET_LEGACY.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_ON_EVENT_DIRECTIVE.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_REACTIVE_DOLLAR_COLON.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_RUNES_IN_PLAIN_TS.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SK_COMPONENT_FETCH_FOR_INITIAL_DATA.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SK_GLOBAL_FETCH_IN_LOAD.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SK_PAGE_OPTIONS_GLOBALIZED.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SK_PRIVATE_ENV_IN_CLIENT.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SK_THROW_INSTEAD_OF_FAIL.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_DIRECT_QUERYSELECTOR.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_NO_CLEANUP.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_NO_EFFECT_ROOT.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_NO_FLUSH.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/AP_SVELTE_TEST_PLAIN_TS_EXTENSION.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-derived-with-side-effect.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-effect-without-teardown.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-export-let-legacy.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-on-event-directive.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-reactive-dollar-colon.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-runes-in-plain-ts.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-sk-component-fetch-for-initial-data.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-sk-global-fetch-in-load.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-sk-page-options-globalized.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-sk-private-env-in-client.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-sk-throw-instead-of-fail.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-svelte-test-direct-queryselector.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-svelte-test-no-cleanup.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-svelte-test-no-effect-root.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-svelte-test-no-flush.xml +6 -0
- package/dist/ai/kit/anti-pattern/svelte/ap-svelte-test-plain-ts-extension.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_ATOMIC_NOISE_ANCHORS.xml +20 -0
- package/dist/ai/kit/anti-pattern/testing/AP_BEFORE_EACH_LET_PILEUP.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_CONTAINS_ON_ERROR_AND_PRIVATE_INSPECTION.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_DUPLICATE_BDD_GROUP.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_LEAKED_LIFECYCLE_AND_GLOBAL_RELIANCE.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_PARALLEL_FACTORIES.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_PRIVATE_INSPECTION.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_SHARED_MUTABLE_STATE_AND_NON_ENGLISH_NARRATION.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_SKIP_INSTEAD_OF_FIX.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_SNAPSHOT_FOR_SCALAR.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_TRY_CATCH_FLAG_ANTIPATTERN.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/AP_UNJUSTIFIED_VI_MOCK.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-atomic-noise-anchors.xml +20 -0
- package/dist/ai/kit/anti-pattern/testing/ap-before-each-let-pileup.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-contains-on-error-and-private-inspection.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-duplicate-bdd-group.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-leaked-lifecycle-and-global-reliance.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-parallel-factories.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-private-inspection.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-shared-mutable-state-and-non-english-narration.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-skip-instead-of-fix.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-snapshot-for-scalar.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-try-catch-flag-antipattern.xml +6 -0
- package/dist/ai/kit/anti-pattern/testing/ap-unjustified-vi-mock.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_DROPPED_VARIANTS.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_FABRICATED_MEASUREMENTS.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_HARDCODED_PIXELS.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_HOST_SELECTOR.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_IMG_TAG_ICON.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_MISSING_A11Y_AUDIT.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_MISSING_ARIA.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_MISSING_DATA_STATE.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_OVERRIDE_WITHOUT_COMMENT.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_PASCAL_CASE_FILENAME.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/AP_SILENT_MISSING_TOKEN.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-dropped-variants.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-fabricated-measurements.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-hardcoded-pixels.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-host-selector.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-img-tag-icon.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-missing-a11y-audit.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-missing-aria.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-missing-data-state.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-override-without-comment.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-pascal-case-filename.xml +6 -0
- package/dist/ai/kit/anti-pattern/uikit/ap-silent-missing-token.xml +6 -0
- package/dist/ai/kit/axiom/agent-inbox/ax-complexity-budget.xml +9 -0
- package/dist/ai/kit/axiom/agent-inbox/ax-minimal-change-suspicion.xml +9 -0
- package/dist/ai/kit/axiom/agent-inbox/ax-review-purpose.xml +10 -0
- package/dist/ai/kit/axiom/agent-inbox/ax-simpler-alternative.xml +9 -0
- package/dist/ai/kit/axiom/audit/ax-audit-modes.xml +6 -0
- package/dist/ai/kit/axiom/audit/ax-audit-reads-code.xml +11 -0
- package/dist/ai/kit/axiom/audit/ax-bdd-coverage-verification.xml +8 -0
- package/dist/ai/kit/axiom/audit/ax-closed-world-primary-check.xml +4 -0
- package/dist/ai/kit/axiom/audit/ax-completeness-check.xml +6 -0
- package/dist/ai/kit/axiom/audit/ax-drift-taxonomy.xml +21 -0
- package/dist/ai/kit/axiom/audit/ax-ephemeral-output.xml +8 -0
- package/dist/ai/kit/axiom/audit/ax-execution-log-verification.xml +6 -0
- package/dist/ai/kit/axiom/audit/ax-finding-routing.xml +22 -0
- package/dist/ai/kit/axiom/audit/ax-findings-as-proposals.xml +7 -0
- package/dist/ai/kit/axiom/audit/ax-git-diff-scan.xml +11 -0
- package/dist/ai/kit/axiom/audit/ax-insight-backflow-capture.xml +10 -0
- package/dist/ai/kit/axiom/audit/ax-learning-context.xml +2 -0
- package/dist/ai/kit/axiom/audit/ax-mechanical-via-sdd-check.xml +9 -0
- package/dist/ai/kit/axiom/audit/ax-neutral-findings.xml +4 -0
- package/dist/ai/kit/axiom/audit/ax-no-auto-fix.xml +4 -0
- package/dist/ai/kit/axiom/audit/ax-provenance-is-a-product.xml +2 -0
- package/dist/ai/kit/axiom/audit/ax-reopen-rounds-in-ticket.xml +10 -0
- package/dist/ai/kit/axiom/audit/ax-rules-cascade-verification.xml +17 -0
- package/dist/ai/kit/axiom/audit/ax-rules-compliance-against-activated-rules.xml +22 -0
- package/dist/ai/kit/axiom/audit/ax-runtime-backing-verification.xml +8 -0
- package/dist/ai/kit/axiom/audit/ax-severity-tagging.xml +13 -0
- package/dist/ai/kit/axiom/audit/ax-severity.xml +7 -0
- package/dist/ai/kit/axiom/audit/ax-stale-after-pivot-verification.xml +12 -0
- package/dist/ai/kit/axiom/audit/ax-task-id-integrity.xml +13 -0
- package/dist/ai/kit/axiom/boundary/ax-bootstrap-narrow-read.xml +6 -0
- package/dist/ai/kit/axiom/boundary/ax-closed-world-inventory.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-cross-scope-dependencies.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-entity-surface-completeness.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-guarded-result-boundary.xml +5 -0
- package/dist/ai/kit/axiom/boundary/ax-isolation-signal.xml +2 -0
- package/dist/ai/kit/axiom/boundary/ax-isolation-through-public-boundary.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-portal-read-only-with-placeholder-exception.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-reference-over-copy.xml +2 -0
- package/dist/ai/kit/axiom/boundary/ax-result-public-boundary.xml +11 -0
- package/dist/ai/kit/axiom/boundary/ax-scope-type-gate.xml +6 -0
- package/dist/ai/kit/axiom/boundary/ax-semantic-location-over-lines.xml +2 -0
- package/dist/ai/kit/axiom/boundary/ax-semantic-safety.xml +2 -0
- package/dist/ai/kit/axiom/boundary/ax-spec-never-edited.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-ssot-traceability.xml +4 -0
- package/dist/ai/kit/axiom/boundary/ax-ticket-write-scope.xml +9 -0
- package/dist/ai/kit/axiom/coding/ax-ai-readability.xml +2 -0
- package/dist/ai/kit/axiom/coding/ax-anchor-format.xml +6 -0
- package/dist/ai/kit/axiom/coding/ax-comment-density.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-comment-placement.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-comment-vocabulary.xml +6 -0
- package/dist/ai/kit/axiom/coding/ax-comments-add-nonsyntactic-intent.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-configurable-names.xml +5 -0
- package/dist/ai/kit/axiom/coding/ax-consumer-driven.xml +8 -0
- package/dist/ai/kit/axiom/coding/ax-contractual-naming.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-domain-prefix-for-external.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-early-exit.xml +2 -0
- package/dist/ai/kit/axiom/coding/ax-explicit-class-fields.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-file-header-append-only.xml +10 -0
- package/dist/ai/kit/axiom/coding/ax-file-header-task-traceability.xml +16 -0
- package/dist/ai/kit/axiom/coding/ax-file-level-context.xml +13 -0
- package/dist/ai/kit/axiom/coding/ax-import-canonical-form.xml +15 -0
- package/dist/ai/kit/axiom/coding/ax-introduced-discipline.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-modern-ts-density.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-modularity-limits.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-namespace-naming.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-no-code-generation.xml +2 -0
- package/dist/ai/kit/axiom/coding/ax-no-premature-abstractions.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-no-silent-escape-hatch.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-node-builtins-prefix.xml +10 -0
- package/dist/ai/kit/axiom/coding/ax-principled-decomposition.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-teleological-naming.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-tools-as-hands.xml +12 -0
- package/dist/ai/kit/axiom/coding/ax-verb-precision.xml +4 -0
- package/dist/ai/kit/axiom/coding/ax-yagni-overengineering-guard.xml +4 -0
- package/dist/ai/kit/axiom/critic/ax-comprehension-first.xml +2 -0
- package/dist/ai/kit/axiom/critic/ax-confusion-bug.xml +2 -0
- package/dist/ai/kit/axiom/critic/ax-critic-model-tier.xml +10 -0
- package/dist/ai/kit/axiom/critic/ax-default-accept.xml +2 -0
- package/dist/ai/kit/axiom/critic/ax-finding-addressee.xml +6 -0
- package/dist/ai/kit/axiom/critic/ax-goal-owner-gate.xml +7 -0
- package/dist/ai/kit/axiom/critic/ax-isolation.xml +2 -0
- package/dist/ai/kit/axiom/critic/ax-polish-mode.xml +7 -0
- package/dist/ai/kit/axiom/critic/ax-product-architect-lens.xml +13 -0
- package/dist/ai/kit/axiom/critic/ax-read-only.xml +2 -0
- package/dist/ai/kit/axiom/critic/ax-uncertainty-is-signal.xml +2 -0
- package/dist/ai/kit/axiom/critic/ax-uncomfortable-questions.xml +12 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-ax-tree-as-primary-vision.xml +6 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-codegen-is-recorder-not-author.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-dev-server-precondition.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-explore-before-author.xml +6 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-explore-loop-has-four-steps.xml +10 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-headless-for-agent.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-role-locators-from-ax-tree.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-snapshot-update-gate.xml +6 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-trace-for-failure-diagnosis.xml +6 -0
- package/dist/ai/kit/axiom/e2e/ax-cli-transition-to-authoring.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-auth-via-storage-state.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-ax-tree-as-contract.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-browser-coverage-pragmatic.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-file-layout.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-file-size-budget.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-fixture-based-pom.xml +6 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-headless-always.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-network-mock-at-route.xml +6 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-role-locators-only.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-self-verification-loop.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-snapshot-partial-by-default.xml +4 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-structure-ax-first.xml +10 -0
- package/dist/ai/kit/axiom/e2e/ax-e2e-visual-regression-gated.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-catch-log-recover.xml +10 -0
- package/dist/ai/kit/axiom/error/ax-error-chaining-cause.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-error-via-class.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-fail-fast-validation.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-focused-error-assertions.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-mandatory-try-catch-in-business-logic.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-markup-safety.xml +2 -0
- package/dist/ai/kit/axiom/error/ax-minimal-error-surface.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-must-extractor.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-no-bare-throw-unknown.xml +6 -0
- package/dist/ai/kit/axiom/error/ax-no-result-iserr-short-circuit.xml +5 -0
- package/dist/ai/kit/axiom/error/ax-no-result-object-literal.xml +6 -0
- package/dist/ai/kit/axiom/error/ax-no-result-ok-short-circuit.xml +6 -0
- package/dist/ai/kit/axiom/error/ax-no-result-second-generic.xml +6 -0
- package/dist/ai/kit/axiom/error/ax-result-unwrap-on-success-paths.xml +4 -0
- package/dist/ai/kit/axiom/error/ax-trace-prefixed-errors.xml +4 -0
- package/dist/ai/kit/axiom/infra/ax-ai-first-scripts-one-shot.xml +27 -0
- package/dist/ai/kit/axiom/infra/ax-autofix-preferred.xml +12 -0
- package/dist/ai/kit/axiom/infra/ax-binary-severity.xml +10 -0
- package/dist/ai/kit/axiom/infra/ax-branch-strategy.xml +16 -0
- package/dist/ai/kit/axiom/infra/ax-commit-convention.xml +18 -0
- package/dist/ai/kit/axiom/infra/ax-config-auditable-by-agent.xml +10 -0
- package/dist/ai/kit/axiom/infra/ax-custom-plugins-obey-meta-policy.xml +9 -0
- package/dist/ai/kit/axiom/infra/ax-dependency-addition-checklist.xml +9 -0
- package/dist/ai/kit/axiom/infra/ax-exact-pinning-for-tooling.xml +10 -0
- package/dist/ai/kit/axiom/infra/ax-flat-config.xml +6 -0
- package/dist/ai/kit/axiom/infra/ax-gitignore-baseline.xml +22 -0
- package/dist/ai/kit/axiom/infra/ax-history-policy.xml +16 -0
- package/dist/ai/kit/axiom/infra/ax-hooks-integration.xml +4 -0
- package/dist/ai/kit/axiom/infra/ax-infra-base-bootstrap.xml +6 -0
- package/dist/ai/kit/axiom/infra/ax-infrastructure-flow.xml +16 -0
- package/dist/ai/kit/axiom/infra/ax-lfs-submodules.xml +8 -0
- package/dist/ai/kit/axiom/infra/ax-lint-run-is-mechanical.xml +8 -0
- package/dist/ai/kit/axiom/infra/ax-lock-file-discipline.xml +10 -0
- package/dist/ai/kit/axiom/infra/ax-module-system-explicit.xml +4 -0
- package/dist/ai/kit/axiom/infra/ax-no-disable-comments-by-agent.xml +16 -0
- package/dist/ai/kit/axiom/infra/ax-non-autofix-prefer-delegation.xml +17 -0
- package/dist/ai/kit/axiom/infra/ax-npm-agent-sandbox-registry.xml +28 -0
- package/dist/ai/kit/axiom/infra/ax-presets-passed-through-the-gate.xml +8 -0
- package/dist/ai/kit/axiom/infra/ax-prettier-owns-formatting.xml +12 -0
- package/dist/ai/kit/axiom/infra/ax-project-layout.xml +11 -0
- package/dist/ai/kit/axiom/infra/ax-rule-change-requires-operator-confirm.xml +13 -0
- package/dist/ai/kit/axiom/infra/ax-secrets-discipline.xml +17 -0
- package/dist/ai/kit/axiom/infra/ax-single-package-manager.xml +6 -0
- package/dist/ai/kit/axiom/infra/ax-tag-release.xml +17 -0
- package/dist/ai/kit/axiom/infra/ax-third-party-tool-current-api.xml +8 -0
- package/dist/ai/kit/axiom/infra/ax-type-aware-prefer-ts.xml +10 -0
- package/dist/ai/kit/axiom/interview/ax-amplification-opt-in.xml +8 -0
- package/dist/ai/kit/axiom/interview/ax-coverage-map-closure.xml +9 -0
- package/dist/ai/kit/axiom/interview/ax-defaults-first.xml +9 -0
- package/dist/ai/kit/axiom/logging/ax-alerts-on-symptoms.xml +7 -0
- package/dist/ai/kit/axiom/logging/ax-log-density.xml +4 -0
- package/dist/ai/kit/axiom/logging/ax-log-message-format.xml +6 -0
- package/dist/ai/kit/axiom/logging/ax-log-message-purity.xml +4 -0
- package/dist/ai/kit/axiom/logging/ax-log-performance-metrics.xml +4 -0
- package/dist/ai/kit/axiom/logging/ax-stdout-first-transport.xml +2 -0
- package/dist/ai/kit/axiom/logging/ax-structured-logging.xml +6 -0
- package/dist/ai/kit/axiom/perf/ax-allocation-is-enemy.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-backpressure-is-law.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-big-o-matters.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-budgets-are-numbers.xml +8 -0
- package/dist/ai/kit/axiom/perf/ax-concurrency-limits.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-engine-optimizations.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-gc-pressure.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-hoisting-safety.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-latency-stacking.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-one-time-cost.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-retained-memory.xml +2 -0
- package/dist/ai/kit/axiom/perf/ax-target-hardware.xml +2 -0
- package/dist/ai/kit/axiom/process/ax-amplify-defaults-first.xml +11 -0
- package/dist/ai/kit/axiom/process/ax-artifact-style-self-check.xml +9 -0
- package/dist/ai/kit/axiom/process/ax-audit-hook.xml +3 -0
- package/dist/ai/kit/axiom/process/ax-blocker-escalation.xml +12 -0
- package/dist/ai/kit/axiom/process/ax-blocker-resolution-trail.xml +9 -0
- package/dist/ai/kit/axiom/process/ax-cap-5.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-close-with-integrity-check.xml +4 -0
- package/dist/ai/kit/axiom/process/ax-coverage-report-blocker-explicit.xml +4 -0
- package/dist/ai/kit/axiom/process/ax-cross-scope-change.xml +10 -0
- package/dist/ai/kit/axiom/process/ax-dialogue-discipline.xml +12 -0
- package/dist/ai/kit/axiom/process/ax-dispatch-via-batch.xml +8 -0
- package/dist/ai/kit/axiom/process/ax-diverge-before-recommend.xml +18 -0
- package/dist/ai/kit/axiom/process/ax-env-fix-channel.xml +23 -0
- package/dist/ai/kit/axiom/process/ax-execution-log-plan-vs-fact.xml +18 -0
- package/dist/ai/kit/axiom/process/ax-execution-order.xml +5 -0
- package/dist/ai/kit/axiom/process/ax-fix-classification.xml +7 -0
- package/dist/ai/kit/axiom/process/ax-grouping-reduces-noise.xml +2 -0
- package/dist/ai/kit/axiom/process/ax-halt-vs-fail-distinction.xml +10 -0
- package/dist/ai/kit/axiom/process/ax-handoff-typed.xml +3 -0
- package/dist/ai/kit/axiom/process/ax-live-log.xml +3 -0
- package/dist/ai/kit/axiom/process/ax-narrow-recon.xml +9 -0
- package/dist/ai/kit/axiom/process/ax-no-focused-or-skipped-tests-on-merge.xml +4 -0
- package/dist/ai/kit/axiom/process/ax-no-process-narration.xml +7 -0
- package/dist/ai/kit/axiom/process/ax-operator-agreement.xml +6 -0
- package/dist/ai/kit/axiom/process/ax-operator-dialogue-style.xml +42 -0
- package/dist/ai/kit/axiom/process/ax-operator-language.xml +15 -0
- package/dist/ai/kit/axiom/process/ax-operator-output-live-text.xml +7 -0
- package/dist/ai/kit/axiom/process/ax-operator-safeguard.xml +10 -0
- package/dist/ai/kit/axiom/process/ax-owner.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-permitted-bash-commands.xml +31 -0
- package/dist/ai/kit/axiom/process/ax-phase-scope-lock.xml +3 -0
- package/dist/ai/kit/axiom/process/ax-preflight-blast-radius-scoped.xml +10 -0
- package/dist/ai/kit/axiom/process/ax-problem-probes-spec.xml +14 -0
- package/dist/ai/kit/axiom/process/ax-progressive-disclosure.xml +8 -0
- package/dist/ai/kit/axiom/process/ax-q-ids.xml +3 -0
- package/dist/ai/kit/axiom/process/ax-re-dispatch.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-read-per-manifest.xml +11 -0
- package/dist/ai/kit/axiom/process/ax-rejection-reason.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-reopen-format.xml +15 -0
- package/dist/ai/kit/axiom/process/ax-scale-proportional-depth.xml +8 -0
- package/dist/ai/kit/axiom/process/ax-scratch-log.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-step-by-step-approval.xml +13 -0
- package/dist/ai/kit/axiom/process/ax-stop-no-edits.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-surgical.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-task-id-uniqueness.xml +11 -0
- package/dist/ai/kit/axiom/process/ax-task-parallel.xml +1 -0
- package/dist/ai/kit/axiom/process/ax-task-resolution.xml +10 -0
- package/dist/ai/kit/axiom/process/ax-ticket-section-names-normative.xml +3 -0
- package/dist/ai/kit/axiom/process/ax-tool-invocation.xml +12 -0
- package/dist/ai/kit/axiom/process/ax-verification-before-handoff.xml +19 -0
- package/dist/ai/kit/axiom/process/ax-verify-and-finalize.xml +4 -0
- package/dist/ai/kit/axiom/process/ax-verify-at-end.xml +4 -0
- package/dist/ai/kit/axiom/scaffold/ax-append-only-module-add.xml +9 -0
- package/dist/ai/kit/axiom/scaffold/ax-bootstrap-ticket-derivation.xml +9 -0
- package/dist/ai/kit/axiom/scaffold/ax-cross-scope-task-placement.xml +4 -0
- package/dist/ai/kit/axiom/scaffold/ax-dag-and-ticket-boundaries.xml +16 -0
- package/dist/ai/kit/axiom/scaffold/ax-directive-mode.xml +6 -0
- package/dist/ai/kit/axiom/scaffold/ax-extend-dag-preserves-existing-ids.xml +11 -0
- package/dist/ai/kit/axiom/scaffold/ax-handoff-to-task-scaffolding.xml +6 -0
- package/dist/ai/kit/axiom/scaffold/ax-idempotent-modes.xml +8 -0
- package/dist/ai/kit/axiom/scaffold/ax-mode-auto-detect-or-halt.xml +6 -0
- package/dist/ai/kit/axiom/scaffold/ax-phases-declared-in-header.xml +20 -0
- package/dist/ai/kit/axiom/scaffold/ax-rule-activation-plan.xml +7 -0
- package/dist/ai/kit/axiom/scaffold/ax-rule-activation.xml +8 -0
- package/dist/ai/kit/axiom/scaffold/ax-rules-cascade-resolution.xml +15 -0
- package/dist/ai/kit/axiom/scaffold/ax-rules-load-from-phase-block.xml +16 -0
- package/dist/ai/kit/axiom/scaffold/ax-rules-resolution-hard-fail.xml +4 -0
- package/dist/ai/kit/axiom/scaffold/ax-scope-rules-declaration.xml +15 -0
- package/dist/ai/kit/axiom/scaffold/ax-stack-based-flow.xml +6 -0
- package/dist/ai/kit/axiom/scaffold/ax-task-dimensions.xml +10 -0
- package/dist/ai/kit/axiom/scaffold/ax-ticket-deduplication.xml +4 -0
- package/dist/ai/kit/axiom/scaffold/ax-ticket-has-bdd-and-tests.xml +12 -0
- package/dist/ai/kit/axiom/spec/ax-access-patterns-drive-schema.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-context-to-contract.xml +4 -0
- package/dist/ai/kit/axiom/spec/ax-contracts-textual-agnostic.xml +11 -0
- package/dist/ai/kit/axiom/spec/ax-data-lifecycle-explicit.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-decision-log-required.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-draft-ready-for-review.xml +8 -0
- package/dist/ai/kit/axiom/spec/ax-dx-first.xml +12 -0
- package/dist/ai/kit/axiom/spec/ax-exact-scope.xml +4 -0
- package/dist/ai/kit/axiom/spec/ax-external-input-untrusted.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-handoff-to-module-decomposition.xml +4 -0
- package/dist/ai/kit/axiom/spec/ax-hierarchical-specs.xml +8 -0
- package/dist/ai/kit/axiom/spec/ax-interface-flow.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-living-spec.xml +6 -0
- package/dist/ai/kit/axiom/spec/ax-module-boundary-by-operator.xml +4 -0
- package/dist/ai/kit/axiom/spec/ax-no-data-loss.xml +10 -0
- package/dist/ai/kit/axiom/spec/ax-no-silent-option-drop.xml +4 -0
- package/dist/ai/kit/axiom/spec/ax-pivot-requires-supersession.xml +6 -0
- package/dist/ai/kit/axiom/spec/ax-portal-primary-owner.xml +10 -0
- package/dist/ai/kit/axiom/spec/ax-ports-and-abstractions-discipline.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-product-library-flow.xml +15 -0
- package/dist/ai/kit/axiom/spec/ax-refine-module-preserves-contracts.xml +12 -0
- package/dist/ai/kit/axiom/spec/ax-runtime-backing-explicit.xml +9 -0
- package/dist/ai/kit/axiom/spec/ax-runtime-backing-in-contracts.xml +9 -0
- package/dist/ai/kit/axiom/spec/ax-scope-graph-detection.xml +19 -0
- package/dist/ai/kit/axiom/spec/ax-scope-graph-discipline.xml +8 -0
- package/dist/ai/kit/axiom/spec/ax-scope-spec-module-map-ownership.xml +17 -0
- package/dist/ai/kit/axiom/spec/ax-scope-stays-thin.xml +14 -0
- package/dist/ai/kit/axiom/spec/ax-scope-table-format.xml +7 -0
- package/dist/ai/kit/axiom/spec/ax-scope-type-branch.xml +13 -0
- package/dist/ai/kit/axiom/spec/ax-spec-dimensions.xml +14 -0
- package/dist/ai/kit/axiom/spec/ax-spec-lifecycle.xml +10 -0
- package/dist/ai/kit/axiom/spec/ax-spec-structure.xml +13 -0
- package/dist/ai/kit/axiom/spec/ax-stateless-artifact.xml +6 -0
- package/dist/ai/kit/axiom/spec/ax-vision-only-for-application.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-ai-generated-tag.xml +13 -0
- package/dist/ai/kit/axiom/storybook/ax-compose-from-base-story.xml +13 -0
- package/dist/ai/kit/axiom/storybook/ax-hierarchy-mirrors-spec.xml +25 -0
- package/dist/ai/kit/axiom/storybook/ax-one-story-per-variant.xml +18 -0
- package/dist/ai/kit/axiom/storybook/ax-play-function-required.xml +27 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-agents-md-updated-as-part-of-setup.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-browser-prereq-handled.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-follow-generated-guide.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-init-via-official-installer.xml +6 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-mcp-is-mandatory.xml +6 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-no-parallel-test-harnesses.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-ai-generated-tag.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-component-change-triggers-story-run.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-compose-existing-first.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-mcp-first.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-never-hallucinate-props.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-no-parallel-render-harness.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-one-story-one-concept.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-play-for-interaction.xml +4 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-use-self-verify-before-handoff.xml +6 -0
- package/dist/ai/kit/axiom/storybook/ax-sb-verify-before-handoff.xml +9 -0
- package/dist/ai/kit/axiom/storybook/ax-storybook-title-from-spec.xml +10 -0
- package/dist/ai/kit/axiom/svelte/ax-bindable-for-two-way.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-component-structure-fixed.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-derived-is-pure.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-effect-ownership-and-cleanup.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-event-handlers-as-attributes.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-inspect-is-dev-only.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-legacy-patterns-forbidden.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-local-runes-over-stores-for-local-state.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-props-via-destructuring.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-runes-are-compiler-keywords.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-runes-location-restriction.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-adapter-chosen-not-defaulted.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-data-via-load.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-fetch-from-load-uses-sdk-fetch.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-hooks-own-cross-cutting.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-mutations-via-actions.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-page-options-per-route.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-project-layout.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-routing-is-file-based.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-server-client-boundary.xml +8 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-types-from-generated.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-sk-validation-at-action-boundary.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-snippets-replace-slots.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-conventions.xml +10 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-effect-root-outside-component.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-file-extension.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-flush-before-assert.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-inherited-vitest-rules.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-jsdom-environment.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-library-for-rendering.xml +6 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-mount-and-cleanup.xml +8 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-no-direct-dom-query.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-prefer-story-tests-when-available.xml +4 -0
- package/dist/ai/kit/axiom/svelte/ax-svelte-test-role-queries-preferred.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-anchor-coverage-nontrivial.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-anchor-intentful-names.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-anchor-trivial-exception.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-assert-api-choice.xml +13 -0
- package/dist/ai/kit/axiom/testing/ax-bdd-generation.xml +19 -0
- package/dist/ai/kit/axiom/testing/ax-bdd-name-discipline.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-case-flow.xml +6 -0
- package/dist/ai/kit/axiom/testing/ax-contract-over-implementation.xml +10 -0
- package/dist/ai/kit/axiom/testing/ax-coverage-by-contract-not-by-line.xml +9 -0
- package/dist/ai/kit/axiom/testing/ax-default-direct-assertion-protocol.xml +6 -0
- package/dist/ai/kit/axiom/testing/ax-explicit-vitest-imports.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-file-name-and-default-shape.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-fixture-io-policy.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-hooks-only-for-lifecycle.xml +6 -0
- package/dist/ai/kit/axiom/testing/ax-http-boundary-injection.xml +6 -0
- package/dist/ai/kit/axiom/testing/ax-http-mock-agent-pattern.xml +9 -0
- package/dist/ai/kit/axiom/testing/ax-it-opening-brief.xml +8 -0
- package/dist/ai/kit/axiom/testing/ax-mock-as-last-resort.xml +11 -0
- package/dist/ai/kit/axiom/testing/ax-mock-hygiene.xml +12 -0
- package/dist/ai/kit/axiom/testing/ax-mock-requires-operator-confirm.xml +9 -0
- package/dist/ai/kit/axiom/testing/ax-no-describe-let-pileup.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-no-falsification-via-mocks.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-one-test-one-scenario.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-one-unified-context-per-file.xml +10 -0
- package/dist/ai/kit/axiom/testing/ax-partial-string-via-match.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-phase-anchors.xml +16 -0
- package/dist/ai/kit/axiom/testing/ax-prefer-factory-over-hooks.xml +6 -0
- package/dist/ai/kit/axiom/testing/ax-prefer-native-mock-fn.xml +9 -0
- package/dist/ai/kit/axiom/testing/ax-prefer-vi-fn-for-interaction.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-snapshot-file-location.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-snapshot-usage-gate.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-test-anchor-naming.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-test-file-size-budget.xml +6 -0
- package/dist/ai/kit/axiom/testing/ax-test-mandate.xml +10 -0
- package/dist/ai/kit/axiom/testing/ax-tests-no-human-narration.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-time-env-global-lifecycle.xml +9 -0
- package/dist/ai/kit/axiom/testing/ax-vitest-assert-api-choice.xml +12 -0
- package/dist/ai/kit/axiom/testing/ax-vitest-isolation-default.xml +4 -0
- package/dist/ai/kit/axiom/testing/ax-vitest-run-not-watch.xml +16 -0
- package/dist/ai/kit/axiom/truth/ax-autonomous-research.xml +2 -0
- package/dist/ai/kit/axiom/truth/ax-evidence-hygiene.xml +9 -0
- package/dist/ai/kit/axiom/truth/ax-freshness-guard.xml +2 -0
- package/dist/ai/kit/axiom/truth/ax-live-source-only.xml +2 -0
- package/dist/ai/kit/axiom/truth/ax-no-unverified-findings.xml +2 -0
- package/dist/ai/kit/axiom/truth/ax-production-realism.xml +4 -0
- package/dist/ai/kit/axiom/truth/ax-real-run-over-ping.xml +2 -0
- package/dist/ai/kit/axiom/truth/ax-reuse-first.xml +2 -0
- package/dist/ai/kit/axiom/truth/ax-spec-is-sole-source.xml +6 -0
- package/dist/ai/kit/axiom/truth/ax-stale-must-be-rejected.xml +2 -0
- package/dist/ai/kit/axiom/typescript/ax-base-contract-shape.xml +25 -0
- package/dist/ai/kit/axiom/typescript/ax-consumers-tag-semantics.xml +4 -0
- package/dist/ai/kit/axiom/typescript/ax-direct-implementation-protocol.xml +9 -0
- package/dist/ai/kit/axiom/typescript/ax-english-only-names-and-comments.xml +4 -0
- package/dist/ai/kit/axiom/typescript/ax-entity-specific-minimums.xml +11 -0
- package/dist/ai/kit/axiom/typescript/ax-flat-jsdoc-for-properties.xml +6 -0
- package/dist/ai/kit/axiom/typescript/ax-implementation-hiding-in-public.xml +4 -0
- package/dist/ai/kit/axiom/typescript/ax-no-transpile-only-constructs.xml +6 -0
- package/dist/ai/kit/axiom/typescript/ax-tag-usage-matrix.xml +15 -0
- package/dist/ai/kit/axiom/typescript/ax-truthful-encapsulation.xml +6 -0
- package/dist/ai/kit/axiom/typescript/ax-type-vs-interface-choice.xml +4 -0
- package/dist/ai/kit/axiom/uikit/ax-a11y-audit-parameters.xml +14 -0
- package/dist/ai/kit/axiom/uikit/ax-a11y-defaults.xml +12 -0
- package/dist/ai/kit/axiom/uikit/ax-a11y-requirements.xml +18 -0
- package/dist/ai/kit/axiom/uikit/ax-component-props-contract.xml +20 -0
- package/dist/ai/kit/axiom/uikit/ax-css-module-selector-conventions.xml +10 -0
- package/dist/ai/kit/axiom/uikit/ax-css-tokens-via-root.xml +12 -0
- package/dist/ai/kit/axiom/uikit/ax-data-attrs-not-host.xml +16 -0
- package/dist/ai/kit/axiom/uikit/ax-data-state-for-testability.xml +8 -0
- package/dist/ai/kit/axiom/uikit/ax-element-structure-from-extraction.xml +13 -0
- package/dist/ai/kit/axiom/uikit/ax-existing-components-check.xml +9 -0
- package/dist/ai/kit/axiom/uikit/ax-extraction-input.xml +15 -0
- package/dist/ai/kit/axiom/uikit/ax-file-structure-kebab-case.xml +13 -0
- package/dist/ai/kit/axiom/uikit/ax-icon-svg-tight-viewbox.xml +6 -0
- package/dist/ai/kit/axiom/uikit/ax-token-discipline.xml +9 -0
- package/dist/ai/kit/axiom/uikit/ax-token-override-comment.xml +11 -0
- package/dist/ai/kit/axiom/uikit/ax-token-section-generation.xml +13 -0
- package/dist/ai/kit/axiom/uikit/ax-variant-grouping.xml +10 -0
- package/dist/ai/kit/build-directives.ts +39 -0
- package/dist/ai/kit/contract/audit/audit-session-summary-format.xml +38 -0
- package/dist/ai/kit/contract/audit/finding-format.xml +20 -0
- package/dist/ai/kit/contract/audit/ticket-audit-round-format.xml +38 -0
- package/dist/ai/kit/contract/critic/oc-structured.xml +2 -0
- package/dist/ai/kit/contract/interview/coverage-map-format.xml +12 -0
- package/dist/ai/kit/contract/process/blocker-format.xml +9 -0
- package/dist/ai/kit/contract/process/breadcrumb-format.xml +8 -0
- package/dist/ai/kit/contract/process/execute-summary-format.xml +11 -0
- package/dist/ai/kit/contract/process/fix-summary-format.xml +23 -0
- package/dist/ai/kit/contract/process/flow-diagram-when.xml +12 -0
- package/dist/ai/kit/contract/process/halt-format.xml +6 -0
- package/dist/ai/kit/contract/process/handoff-format.xml +13 -0
- package/dist/ai/kit/contract/process/message-layout.xml +16 -0
- package/dist/ai/kit/contract/process/orchestrator-progress-format.xml +10 -0
- package/dist/ai/kit/contract/process/phase-block-format.xml +22 -0
- package/dist/ai/kit/contract/process/phase-progress-format.xml +13 -0
- package/dist/ai/kit/contract/process/plan-table-format.xml +7 -0
- package/dist/ai/kit/contract/process/question-format.xml +27 -0
- package/dist/ai/kit/contract/process/return-summary-format.xml +17 -0
- package/dist/ai/kit/contract/process/round-close-format.xml +8 -0
- package/dist/ai/kit/contract/process/session-file-format.xml +25 -0
- package/dist/ai/kit/contract/process/side-dive-format.xml +7 -0
- package/dist/ai/kit/contract/process/trace-header-format.xml +11 -0
- package/dist/ai/kit/contract/process/understanding-block-format.xml +12 -0
- package/dist/ai/kit/contract/scaffold/module-tasks-index.xml +9 -0
- package/dist/ai/kit/contract/scaffold/project-tasks-index.xml +10 -0
- package/dist/ai/kit/contract/scaffold/scope-tasks-index.xml +11 -0
- package/dist/ai/kit/contract/scaffold/task-ticket-structure.xml +19 -0
- package/dist/ai/kit/contract/spec/change-manifest-format.xml +31 -0
- package/dist/ai/kit/contract/spec/dbc-adapter-format.xml +22 -0
- package/dist/ai/kit/contract/spec/dbc-port-format.xml +38 -0
- package/dist/ai/kit/contract/spec/decision-log-entry-format.xml +12 -0
- package/dist/ai/kit/contract/spec/entity-inventory-format.xml +18 -0
- package/dist/ai/kit/contract/spec/entity-surface-format.xml +25 -0
- package/dist/ai/kit/contract/spec/infra-base-minimal-spec.xml +23 -0
- package/dist/ai/kit/contract/spec/infrastructure-spec-structure.xml +8 -0
- package/dist/ai/kit/contract/spec/interface-spec-structure.xml +6 -0
- package/dist/ai/kit/contract/spec/library-spec-structure.xml +6 -0
- package/dist/ai/kit/contract/spec/module-spec-markdown-structure.xml +10 -0
- package/dist/ai/kit/contract/spec/nfr-budgets-format.xml +22 -0
- package/dist/ai/kit/contract/spec/pivot-invalidation-list-format.xml +9 -0
- package/dist/ai/kit/contract/spec/portal-structure-contract.xml +6 -0
- package/dist/ai/kit/contract/spec/product-spec-structure.xml +6 -0
- package/dist/ai/kit/contract/spec/rework-decision-log-entry-format.xml +19 -0
- package/dist/ai/kit/contract/spec/scope-spec-module-map-update.xml +34 -0
- package/dist/ai/kit/contract/spec/security-section-format.xml +27 -0
- package/dist/ai/kit/contract/uikit/spec-structure.xml +67 -0
- package/dist/ai/kit/definition/e2e/def-cli-ax-snapshot.xml +4 -0
- package/dist/ai/kit/definition/e2e/def-cli-trace.xml +4 -0
- package/dist/ai/kit/definition/e2e/def-e2e-ax-contract.xml +4 -0
- package/dist/ai/kit/definition/e2e/def-e2e-fixture-pom.xml +4 -0
- package/dist/ai/kit/definition/infra/def-autofixable-rule.xml +4 -0
- package/dist/ai/kit/definition/infra/def-cjs.xml +2 -0
- package/dist/ai/kit/definition/infra/def-esm.xml +2 -0
- package/dist/ai/kit/definition/infra/def-exact-pin.xml +2 -0
- package/dist/ai/kit/definition/infra/def-lint-pipeline.xml +4 -0
- package/dist/ai/kit/definition/infra/def-motivated-non-autofix-rule.xml +4 -0
- package/dist/ai/kit/definition/infra/def-operator-disable.xml +4 -0
- package/dist/ai/kit/definition/infra/def-reproducibility-triad.xml +2 -0
- package/dist/ai/kit/definition/process/def-logic-switch.xml +12 -0
- package/dist/ai/kit/definition/process/def-read-and-use-directive.xml +12 -0
- package/dist/ai/kit/definition/storybook/def-play-contract.xml +4 -0
- package/dist/ai/kit/definition/storybook/def-sb-mcp-server.xml +4 -0
- package/dist/ai/kit/definition/storybook/def-sb-mcp-tools.xml +4 -0
- package/dist/ai/kit/definition/storybook/def-sb-story-canonical-form.xml +4 -0
- package/dist/ai/kit/definition/storybook/def-sb-test-addon.xml +4 -0
- package/dist/ai/kit/definition/storybook/def-spec-mirror-hierarchy.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-flush-boundary.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-form-action.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-runes-file.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-server-load.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-svelte-rune.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-svelte-test-file.xml +4 -0
- package/dist/ai/kit/definition/svelte/def-universal-load.xml +4 -0
- package/dist/ai/kit/definition/testing/def-injection-seam.xml +4 -0
- package/dist/ai/kit/definition/testing/def-non-trivial-case.xml +4 -0
- package/dist/ai/kit/definition/testing/def-phase-anchor-format.xml +4 -0
- package/dist/ai/kit/definition/testing/def-test-payload-vocab.xml +4 -0
- package/dist/ai/kit/definition/testing/def-unified-context.xml +4 -0
- package/dist/ai/kit/definition/typescript/def-allowed-comment-payload.xml +4 -0
- package/dist/ai/kit/definition/typescript/def-complexity-trigger.xml +4 -0
- package/dist/ai/kit/definition/typescript/def-trace-prefix.xml +2 -0
- package/dist/ai/kit/definition/uikit/def-component-artefact.xml +4 -0
- package/dist/ai/kit/definition/uikit/def-data-attribute-selector.xml +4 -0
- package/dist/ai/kit/definition/uikit/def-token-override.xml +4 -0
- package/dist/ai/kit/demo/indent-check.ts +56 -0
- package/dist/ai/kit/demo/render-demo.ts +26 -0
- package/dist/ai/kit/demo/sdd-mini.hbs +11 -0
- package/dist/ai/kit/hook/coding/hook-module-system-declared.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_CLI_DEV_SERVER_REACHABLE.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_CLI_NO_AUTO_UPDATE_SNAPSHOTS.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_CLI_NO_HEADED_IN_AGENT_SCRIPTS.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_CLI_PLAYWRIGHT_INSTALLED.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_E2E_FILE_SIZE_BUDGET.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_E2E_NO_CSS_LOCATORS.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_E2E_NO_HEADED.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_E2E_NO_ONLY_OR_SKIP.xml +6 -0
- package/dist/ai/kit/hook/e2e/HOOK_E2E_RUN_CHROMIUM.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-cli-dev-server-reachable.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-cli-no-auto-update-snapshots.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-cli-no-headed-in-agent-scripts.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-cli-playwright-installed.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-e2e-file-size-budget.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-e2e-no-css-locators.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-e2e-no-headed.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-e2e-no-only-or-skip.xml +6 -0
- package/dist/ai/kit/hook/e2e/hook-e2e-run-chromium.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_AUDIT_NEW_RULE.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_DEFAULT_BRANCH_MAIN.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_GITIGNORE_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_LINT_FIX_GREEN.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_LINT_NO_DRIFT.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_NON_AUTOFIX_HAS_COMMENT.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_NO_AGENT_DISABLE_COMMENTS.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_NO_ENV_TRACKED.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_NO_FORMATTING_DUPLICATION.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_NO_NODE_MODULES_TRACKED.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_NO_WARN_LEVEL_IN_CONFIG.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_PROJECT_LINT.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_TAG_ANNOTATED.xml +6 -0
- package/dist/ai/kit/hook/infra/HOOK_TYPECHECK.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-audit-new-rule.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-default-branch-main.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-engines-present.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-gitignore-present.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-lint-fix-green.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-lint-no-drift.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-lock-file-exists.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-no-agent-disable-comments.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-no-env-tracked.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-no-foreign-lock-files.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-no-formatting-duplication.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-no-node-modules-tracked.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-no-warn-level-in-config.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-non-autofix-has-comment.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-npmrc-registry.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-nvmrc-exact.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-project-lint.xml +6 -0
- package/dist/ai/kit/hook/infra/hook-tag-annotated.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_ADDON_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_AGENTS_MD_MENTIONS_STORYBOOK.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_AI_TAG_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_PLAYWRIGHT_BROWSER_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_PLAY_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_PREVIEW_BOOTS.xml +6 -0
- package/dist/ai/kit/hook/storybook/HOOK_SB_RUN_STORY_TESTS.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-addon-present.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-agents-md-mentions-storybook.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-ai-tag-present.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-interactive-stories-have-play.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-play-present.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-playwright-browser-present.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-preview-boots.xml +6 -0
- package/dist/ai/kit/hook/storybook/hook-sb-run-story-tests.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_NO_CREATE_EVENT_DISPATCHER.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_NO_LEGACY_PROP_SYNTAX.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_NO_LEGACY_REACTIVE.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_NO_RUNES_IN_PLAIN_TS.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SK_BUILD.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SK_NO_CLIENT_FETCH_IN_COMPONENT.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SK_NO_GLOBAL_FETCH_IN_LOAD.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SK_NO_PRIVATE_ENV_IN_CLIENT.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SK_TYPECHECK.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SVELTE_CHECK.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SVELTE_TEST_EXTENSION_DISCIPLINE.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SVELTE_TEST_HAS_CLEANUP.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SVELTE_TEST_HAS_FLUSH_AFTER_USEREVENT.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SVELTE_TEST_NO_DIRECT_DOM_QUERIES.xml +6 -0
- package/dist/ai/kit/hook/svelte/HOOK_SVELTE_TEST_RUN.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-no-create-event-dispatcher.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-no-legacy-prop-syntax.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-no-legacy-reactive.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-no-runes-in-plain-ts.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-sk-build.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-sk-no-client-fetch-in-component.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-sk-no-global-fetch-in-load.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-sk-no-private-env-in-client.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-sk-typecheck.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-svelte-check.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-svelte-test-extension-discipline.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-svelte-test-has-cleanup.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-svelte-test-has-flush-after-userevent.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-svelte-test-no-direct-dom-queries.xml +6 -0
- package/dist/ai/kit/hook/svelte/hook-svelte-test-run.xml +6 -0
- package/dist/ai/kit/hook/testing/HOOK_ANCHOR_PAIRING.xml +6 -0
- package/dist/ai/kit/hook/testing/HOOK_COVERAGE.xml +5 -0
- package/dist/ai/kit/hook/testing/HOOK_NO_FORBIDDEN_TEST_PATTERNS.xml +6 -0
- package/dist/ai/kit/hook/testing/HOOK_RUN_SINGLE_FILE.xml +5 -0
- package/dist/ai/kit/hook/testing/HOOK_RUN_TESTS.xml +5 -0
- package/dist/ai/kit/hook/testing/HOOK_TYPECHECK_BEFORE_TEST.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-anchor-pairing.xml +6 -0
- package/dist/ai/kit/hook/testing/hook-coverage-node.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-coverage-vitest.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-file-size-budget.xml +6 -0
- package/dist/ai/kit/hook/testing/hook-no-auto-snapshot-update.xml +6 -0
- package/dist/ai/kit/hook/testing/hook-no-forbidden-test-patterns-node.xml +6 -0
- package/dist/ai/kit/hook/testing/hook-no-forbidden-test-patterns-vitest.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-no-unjustified-vi-mock.xml +6 -0
- package/dist/ai/kit/hook/testing/hook-parallel-factories-guard.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-run-single-file-node.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-run-single-file-vitest.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-run-tests-node.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-run-tests-vitest.xml +5 -0
- package/dist/ai/kit/hook/testing/hook-typecheck-before-test.xml +5 -0
- package/dist/ai/kit/hook/typescript/HOOK_NO_FORBIDDEN_CONSTRUCTS.xml +6 -0
- package/dist/ai/kit/hook/typescript/HOOK_TYPECHECK.xml +6 -0
- package/dist/ai/kit/hook/typescript/hook-no-forbidden-constructs.xml +6 -0
- package/dist/ai/kit/hook/typescript/hook-typecheck.xml +6 -0
- package/dist/ai/kit/hook/uikit/HOOK_ARIA_ATTRIBUTES_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/uikit/HOOK_DATA_STATE_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/uikit/HOOK_KEBAB_CASE_FILES.xml +6 -0
- package/dist/ai/kit/hook/uikit/HOOK_NO_HOST_SELECTOR.xml +6 -0
- package/dist/ai/kit/hook/uikit/HOOK_OVERRIDE_COMMENTS_PRESENT.xml +6 -0
- package/dist/ai/kit/hook/uikit/HOOK_SB_A11Y_AUDIT_CONFIG.xml +6 -0
- package/dist/ai/kit/hook/uikit/hook-aria-attributes-present.xml +6 -0
- package/dist/ai/kit/hook/uikit/hook-data-state-present.xml +6 -0
- package/dist/ai/kit/hook/uikit/hook-kebab-case-files.xml +6 -0
- package/dist/ai/kit/hook/uikit/hook-no-host-selector.xml +6 -0
- package/dist/ai/kit/hook/uikit/hook-override-comments-present.xml +6 -0
- package/dist/ai/kit/hook/uikit/hook-sb-a11y-audit-config.xml +6 -0
- package/dist/ai/kit/lint-axioms.ts +102 -0
- package/dist/ai/kit/pattern/e2e/pt-cli-explore-loop.xml +29 -0
- package/dist/ai/kit/pattern/e2e/pt-e2e-auth-setup-project.xml +20 -0
- package/dist/ai/kit/pattern/e2e/pt-e2e-ax-snapshot-baseline.xml +21 -0
- package/dist/ai/kit/pattern/e2e/pt-e2e-fixture-pom.xml +31 -0
- package/dist/ai/kit/pattern/e2e/pt-e2e-interaction-delta.xml +19 -0
- package/dist/ai/kit/pattern/e2e/pt-e2e-network-mock.xml +21 -0
- package/dist/ai/kit/pattern/infra/pt-dependency-addition.xml +21 -0
- package/dist/ai/kit/pattern/infra/pt-esm-builtins.xml +14 -0
- package/dist/ai/kit/pattern/infra/pt-lint-config-shape.xml +104 -0
- package/dist/ai/kit/pattern/infra/pt-minimal-package-json.xml +21 -0
- package/dist/ai/kit/pattern/infra/pt-npm-script-shape.xml +18 -0
- package/dist/ai/kit/pattern/infra/pt-npmrc.xml +10 -0
- package/dist/ai/kit/pattern/infra/pt-nvmrc.xml +6 -0
- package/dist/ai/kit/pattern/infra/pt-rule-audit-protocol.xml +40 -0
- package/dist/ai/kit/pattern/spec/example-contracts.xml +20 -0
- package/dist/ai/kit/pattern/spec/example-infrastructure.xml +28 -0
- package/dist/ai/kit/pattern/spec/example-library.xml +21 -0
- package/dist/ai/kit/pattern/spec/example-product.xml +19 -0
- package/dist/ai/kit/pattern/storybook/pt-canonical-stories-file.xml +74 -0
- package/dist/ai/kit/pattern/storybook/pt-sb-composed-story-with-play.xml +37 -0
- package/dist/ai/kit/pattern/storybook/pt-story-with-visual-contract.xml +20 -0
- package/dist/ai/kit/pattern/svelte/pt-basic-component-with-runes.xml +27 -0
- package/dist/ai/kit/pattern/svelte/pt-bindable-prop.xml +14 -0
- package/dist/ai/kit/pattern/svelte/pt-component-svelte-template.xml +54 -0
- package/dist/ai/kit/pattern/svelte/pt-effect-with-teardown.xml +17 -0
- package/dist/ai/kit/pattern/svelte/pt-form-action-with-fail.xml +24 -0
- package/dist/ai/kit/pattern/svelte/pt-page-consuming-load.xml +17 -0
- package/dist/ai/kit/pattern/svelte/pt-server-hook-auth.xml +18 -0
- package/dist/ai/kit/pattern/svelte/pt-server-load.xml +21 -0
- package/dist/ai/kit/pattern/svelte/pt-snippet-and-render.xml +17 -0
- package/dist/ai/kit/pattern/svelte/pt-svelte-test-effect-root-for-runes.xml +30 -0
- package/dist/ai/kit/pattern/svelte/pt-svelte-test-render-and-assert.xml +22 -0
- package/dist/ai/kit/pattern/svelte/pt-svelte-test-user-interaction-with-flush.xml +28 -0
- package/dist/ai/kit/pattern/testing/pt-async-retry-with-brief.xml +48 -0
- package/dist/ai/kit/pattern/testing/pt-di-over-mock.xml +53 -0
- package/dist/ai/kit/pattern/testing/pt-direct-scalar-case.xml +20 -0
- package/dist/ai/kit/pattern/testing/pt-error-path-with-assert-rejects.xml +35 -0
- package/dist/ai/kit/pattern/testing/pt-fixture-and-observe-aggregation.xml +43 -0
- package/dist/ai/kit/pattern/testing/pt-lifecycle-context-with-cleanup.xml +48 -0
- package/dist/ai/kit/pattern/testing/pt-mock-fn-interaction-contract.xml +40 -0
- package/dist/ai/kit/pattern/testing/pt-unified-factory-context.xml +58 -0
- package/dist/ai/kit/pattern/typescript/pt-async-operation-with-timing.xml +40 -0
- package/dist/ai/kit/pattern/typescript/pt-direct-implementation-with-log-and-error.xml +48 -0
- package/dist/ai/kit/pattern/typescript/pt-expressive-terseness.xml +11 -0
- package/dist/ai/kit/pattern/typescript/pt-module-and-data-type.xml +20 -0
- package/dist/ai/kit/pattern/typescript/pt-service-contract-interface.xml +28 -0
- package/dist/ai/kit/pattern/typescript/pt-type-narrowing-and-modern-operators.xml +36 -0
- package/dist/ai/kit/pattern/uikit/pt-module-css-template.xml +26 -0
- package/dist/ai/kit/pattern/uikit/pt-tokens-css-template.xml +17 -0
- package/dist/ai/kit/render.d.ts +36 -0
- package/dist/ai/kit/render.ts +87 -0
- package/dist/ai/kit/templates/coding/result-conventions.hbs +37 -0
- package/dist/ai/kit/templates/coding/result-conventions.xml +37 -0
- package/dist/ai/kit/templates/sdd-v2/agent-inbox/code-lens.directive.hbs +109 -0
- package/dist/ai/kit/templates/sdd-v2/agent-inbox/enrich.directive.hbs +203 -0
- package/dist/ai/kit/templates/sdd-v2/agent-inbox/security-lens.directive.hbs +161 -0
- package/dist/ai/kit/templates/sdd-v2/agent-inbox/synthesize.directive.hbs +114 -0
- package/dist/ai/kit/templates/sdd-v2/agent-inbox/track-review.directive.hbs +442 -0
- package/dist/ai/kit/templates/sdd-v2/amplify-nfr.directive.hbs +73 -0
- package/dist/ai/kit/templates/sdd-v2/amplify-observability.directive.hbs +73 -0
- package/dist/ai/kit/templates/sdd-v2/amplify-security.directive.hbs +70 -0
- package/dist/ai/kit/templates/sdd-v2/amplify-storage.directive.hbs +71 -0
- package/dist/ai/kit/templates/sdd-v2/audit.directive.hbs +241 -0
- package/dist/ai/kit/templates/sdd-v2/code-review.directive.hbs +90 -0
- package/dist/ai/kit/templates/sdd-v2/compression.directive.hbs +113 -0
- package/dist/ai/kit/templates/sdd-v2/critic-protocol.directive.hbs +93 -0
- package/dist/ai/kit/templates/sdd-v2/critic.directive.hbs +103 -0
- package/dist/ai/kit/templates/sdd-v2/discover-from-code.directive.hbs +115 -0
- package/dist/ai/kit/templates/sdd-v2/execute.directive.hbs +186 -0
- package/dist/ai/kit/templates/sdd-v2/formats/audit-round.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/change-manifest.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/dbc-contracts.hbs +3 -0
- package/dist/ai/kit/templates/sdd-v2/formats/diagram-vocabulary.hbs +181 -0
- package/dist/ai/kit/templates/sdd-v2/formats/entity-inventory-format.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/entity-surface-format.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/infra-base-minimal-spec.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/infrastructure-spec-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/interface-spec-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/library-spec-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/module-map-update.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/module-spec-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/module-tasks-index.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/nfr-budgets-format.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/pivot-formats.hbs +3 -0
- package/dist/ai/kit/templates/sdd-v2/formats/portal-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/product-spec-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/project-tasks-index.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/scope-tasks-index.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/security-section-format.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/formats/task-ticket-structure.hbs +1 -0
- package/dist/ai/kit/templates/sdd-v2/infra.directive.hbs +180 -0
- package/dist/ai/kit/templates/sdd-v2/interface.directive.hbs +154 -0
- package/dist/ai/kit/templates/sdd-v2/interview-protocol.directive.hbs +254 -0
- package/dist/ai/kit/templates/sdd-v2/migration-v1-v2.directive.hbs +301 -0
- package/dist/ai/kit/templates/sdd-v2/module.directive.hbs +247 -0
- package/dist/ai/kit/templates/sdd-v2/phase-execution-protocol.directive.hbs +202 -0
- package/dist/ai/kit/templates/sdd-v2/readiness.directive.hbs +143 -0
- package/dist/ai/kit/templates/sdd-v2/reconcile.directive.hbs +183 -0
- package/dist/ai/kit/templates/sdd-v2/recover-from-code.directive.hbs +153 -0
- package/dist/ai/kit/templates/sdd-v2/review-lifecycle.directive.hbs +70 -0
- package/dist/ai/kit/templates/sdd-v2/root.directive.hbs +133 -0
- package/dist/ai/kit/templates/sdd-v2/router.directive.hbs +179 -0
- package/dist/ai/kit/templates/sdd-v2/scaffold.directive.hbs +227 -0
- package/dist/ai/kit/templates/sdd-v2/scope.directive.hbs +236 -0
- package/dist/ai/skills/README.md +133 -0
- package/dist/ai/skills/agent-inbox/SKILL.md +48 -0
- package/dist/ai/skills/opencode-get-session/SKILL.md +149 -0
- package/dist/ai/skills/prd-interview/PRD_TEMPLATE.md +84 -0
- package/dist/ai/skills/prd-interview/SKILL.md +133 -0
- package/dist/ai/skills/sdd/SKILL.md +30 -0
- package/dist/ai/skills/sdd-audit/SKILL.md +2 -2
- package/dist/ai/skills/sdd-check/SKILL.md +21 -134
- package/dist/ai/skills/sdd-code-review/SKILL.md +27 -0
- package/dist/ai/skills/sdd-critic/SKILL.md +26 -5
- package/dist/ai/skills/sdd-execute/SKILL.md +29 -200
- package/dist/ai/skills/sdd-reconcile/SKILL.md +32 -0
- package/dist/ai/skills/sdd-scaffold/SKILL.md +34 -6
- package/dist/ai/skills/workspace-permission-setup/SKILL.md +194 -0
- package/dist/chunks/classify-mr-stage.logic-BiCHTmPp.js +53 -0
- package/dist/chunks/classify-mr-stage.logic-ClmhzQPQ.js +53 -0
- package/dist/chunks/config-help-Ws1ngThF.js +6 -0
- package/dist/chunks/config-index-9VHWSDQD.js +104 -0
- package/dist/chunks/config-index-RFeqlDWs.js +104 -0
- package/dist/chunks/devtools-b0DwO1x_.js +79 -0
- package/dist/chunks/devtools-p8tmPuLn.js +79 -0
- package/dist/chunks/eval.cmd-CwNPaNJd.js +34 -0
- package/dist/chunks/eval.cmd-ewU5lcUY.js +34 -0
- package/dist/chunks/help-1HebbN64.js +8 -0
- package/dist/chunks/help-B6e1u35w.js +10 -0
- package/dist/chunks/help-BD8-LEeF.js +6 -0
- package/dist/chunks/help-BOdcV1vC.js +8 -0
- package/dist/chunks/help-BPpFjSZ8.js +24 -0
- package/dist/chunks/help-BSbJO97m.js +20 -0
- package/dist/chunks/help-BZy6KWe9.js +8 -0
- package/dist/chunks/help-Bb-4xa8Y.js +18 -0
- package/dist/chunks/help-BiBPW0kL.js +8 -0
- package/dist/chunks/help-BsFBbl5r.js +18 -0
- package/dist/chunks/help-BtKSJyz4.js +10 -0
- package/dist/chunks/help-BvuhpOU_.js +12 -0
- package/dist/chunks/help-C0GfohvW.js +16 -0
- package/dist/chunks/help-C1rYrToJ.js +18 -0
- package/dist/chunks/help-C3Ykc-Nc.js +12 -0
- package/dist/chunks/help-C60JqpOe.js +28 -0
- package/dist/chunks/help-CT3nxECq.js +20 -0
- package/dist/chunks/help-CXLu7Or0.js +8 -0
- package/dist/chunks/help-Cfd8vzFC.js +12 -0
- package/dist/chunks/help-CplOgbQt.js +6 -0
- package/dist/chunks/help-D-EH655m.js +10 -0
- package/dist/chunks/help-D5cXtdMI.js +7 -0
- package/dist/chunks/help-DGVzsKCv.js +12 -0
- package/dist/chunks/help-Db0rU0KC.js +18 -0
- package/dist/chunks/help-Db1OZhxV.js +12 -0
- package/dist/chunks/help-DraLofyl.js +14 -0
- package/dist/chunks/help-Dwrtbr7t.js +12 -0
- package/dist/chunks/help-DzGnMNi2.js +7 -0
- package/dist/chunks/help-_U6NUUQV.js +10 -0
- package/dist/chunks/help-krcRU3UT.js +14 -0
- package/dist/chunks/help-n8XrJTZI.js +14 -0
- package/dist/chunks/help-xpLrOCjw.js +12 -0
- package/dist/chunks/help.cmd-B3JddBhg.js +52 -0
- package/dist/chunks/index--AXFi0ty.js +89 -0
- package/dist/chunks/index-2BOEcJIa.js +125 -0
- package/dist/chunks/index-3k7mPX1e.js +658 -0
- package/dist/chunks/index-43GiH--T.js +20 -0
- package/dist/chunks/index-64TSesTc.js +186 -0
- package/dist/chunks/index-9Gv5trS_.js +125 -0
- package/dist/chunks/index-B1DQIryA.js +2 -0
- package/dist/chunks/index-B1PiBeQ3.js +2 -0
- package/dist/chunks/index-B4rzuhkt.js +183 -0
- package/dist/chunks/index-B97HJjkg.js +159 -0
- package/dist/chunks/index-BAEIZVx0.js +443 -0
- package/dist/chunks/index-BF6qypm0.js +131 -0
- package/dist/chunks/index-BFUkVkSo.js +108 -0
- package/dist/chunks/index-BIPebtDl.js +16979 -0
- package/dist/chunks/index-BK84ZQsh.js +128 -0
- package/dist/chunks/index-BOKv0b01.js +186 -0
- package/dist/chunks/index-BOQl7F_Z.js +96 -0
- package/dist/chunks/index-BRVIirjj.js +141 -0
- package/dist/chunks/index-BVnJEutp.js +56 -0
- package/dist/chunks/index-BXnryCGW.js +96 -0
- package/dist/chunks/index-BYIzl-Ut.js +346 -0
- package/dist/chunks/index-BaZm7Otb.js +2 -0
- package/dist/chunks/index-BdkFKsMm.js +340 -0
- package/dist/chunks/index-Bhk746A2.js +129 -0
- package/dist/chunks/index-Bi-eY_dY.js +164 -0
- package/dist/chunks/index-BjumU69g.js +2 -0
- package/dist/chunks/index-BkWXcpXU.js +16979 -0
- package/dist/chunks/index-BlY4jQIA.js +168 -0
- package/dist/chunks/index-BmFT1Kx2.js +141 -0
- package/dist/chunks/index-BwN5llCR.js +164 -0
- package/dist/chunks/index-BzmR4Es2.js +377 -0
- package/dist/chunks/index-C0iy7GxD.js +140 -0
- package/dist/chunks/index-CCBTXczb.js +56 -0
- package/dist/chunks/index-CDAfkSrr.js +2 -0
- package/dist/chunks/index-CDHymWzC.js +102 -0
- package/dist/chunks/index-CDxV4b81.js +69 -0
- package/dist/chunks/index-CMCn9ErF.js +90 -0
- package/dist/chunks/index-CNfXJAao.js +2 -0
- package/dist/chunks/index-CQsae1nq.js +207 -0
- package/dist/chunks/index-CS0VbiLD.js +52 -0
- package/dist/chunks/index-CUkeTGqM.js +129 -0
- package/dist/chunks/index-CVmd0prf.js +2 -0
- package/dist/chunks/index-CXpkT25O.js +183 -0
- package/dist/chunks/index-CZuTNeNm.js +2 -0
- package/dist/chunks/index-CasNhhrL.js +96 -0
- package/dist/chunks/index-Ce7GWENF.js +377 -0
- package/dist/chunks/index-Cf-02TAg.js +265 -0
- package/dist/chunks/index-CfjQWSrh.js +52 -0
- package/dist/chunks/index-Chr7gBBz.js +443 -0
- package/dist/chunks/index-Ci875Zlg.js +346 -0
- package/dist/chunks/index-Ck8v_Gv7.js +46 -0
- package/dist/chunks/index-ClJLPEUB.js +7 -0
- package/dist/chunks/index-Cm7U1-fU.js +89 -0
- package/dist/chunks/index-CmQO-RmM.js +168 -0
- package/dist/chunks/index-Cn029KTN.js +3793 -0
- package/dist/chunks/index-CrizvxOJ.js +96 -0
- package/dist/chunks/index-Ctcr_Qeu.js +136 -0
- package/dist/chunks/index-CwA6RzIB.js +3793 -0
- package/dist/chunks/index-D1dI63ej.js +46 -0
- package/dist/chunks/index-DCS32A2i.js +663 -0
- package/dist/chunks/index-DIPrBH-4.js +159 -0
- package/dist/chunks/index-DOFoNxvb.js +131 -0
- package/dist/chunks/index-DS4MhAw-.js +207 -0
- package/dist/chunks/index-DVkCEuws.js +136 -0
- package/dist/chunks/index-DVmqMmgb.js +1054 -0
- package/dist/chunks/index-Db13NlHh.js +128 -0
- package/dist/chunks/index-DiMFxS0z.js +265 -0
- package/dist/chunks/index-DjSafAkN.js +102 -0
- package/dist/chunks/index-Dja2O-hV.js +663 -0
- package/dist/chunks/index-DkadaaXq.js +658 -0
- package/dist/chunks/index-Dn11CLtk.js +7 -0
- package/dist/chunks/index-Do3spFJT.js +340 -0
- package/dist/chunks/index-DrFRZ0Yg.js +2 -0
- package/dist/chunks/index-Drh-J9O7.js +227 -0
- package/dist/chunks/index-DvEQhXi2.js +1054 -0
- package/dist/chunks/index-Dx5_CB2E.js +143 -0
- package/dist/chunks/index-GiS0x6jg.js +90 -0
- package/dist/chunks/index-J2NvjjDV.js +26969 -0
- package/dist/chunks/index-NacvqeQ5.js +69 -0
- package/dist/chunks/index-RNJhFzdr.js +227 -0
- package/dist/chunks/index-RR5OUxje.js +140 -0
- package/dist/chunks/index-R_vUB6CL.js +2 -0
- package/dist/chunks/index-RzkvIfJQ.js +279 -0
- package/dist/chunks/index-TQft1s5H.js +20 -0
- package/dist/chunks/index-ZmQRP38W.js +26969 -0
- package/dist/chunks/index-jdOZ4AkD.js +143 -0
- package/dist/chunks/index-kNa21kUI.js +279 -0
- package/dist/chunks/index-v4AV9kAc.js +108 -0
- package/dist/chunks/readonly.config.json +14 -0
- package/dist/chunks/run-review-command.logic-CA2Rjymb.js +331 -0
- package/dist/chunks/run-review-command.logic-CU1Slmc_.js +331 -0
- package/dist/chunks/serve.cmd-RxYS6WoN.js +162 -0
- package/dist/chunks/serve.cmd-dWu_k_G_.js +162 -0
- package/dist/chunks/services-Csd556Tv.js +46832 -0
- package/dist/chunks/services-CwvXl2MB.js +46832 -0
- package/dist/chunks/shared-B5CTGvpG.js +4509 -0
- package/dist/chunks/shared-DSZTUx5b.js +4509 -0
- package/dist/chunks/stats-help-BnLpk6Ns.js +6 -0
- package/dist/chunks/stats-index-BLztvK69.js +66 -0
- package/dist/chunks/stats-index-H6ALcjxy.js +66 -0
- package/dist/cli/cmd/_shared/create-vcs-client.d.ts +8 -0
- package/dist/cli/cmd/_shared/log-filter.d.ts +6 -0
- package/dist/cli/cmd/_shared/vcs-context-resolver.d.ts +65 -0
- package/dist/cli/cmd/alt-opinion/alt-opinion-parser.d.ts +1 -6
- package/dist/cli/cmd/alt-opinion/alt-opinion-runner.d.ts +1 -5
- package/dist/cli/cmd/alt-opinion/alt-opinion.cmd.d.ts +1 -5
- package/dist/cli/cmd/inbox/_core/logic/build-inbox-context.logic.d.ts +12 -0
- package/dist/cli/cmd/inbox/_core/logic/build-inbox-view.logic.d.ts +92 -0
- package/dist/cli/cmd/inbox/_core/logic/classify-inbox.logic.d.ts +20 -0
- package/dist/cli/cmd/inbox/_core/logic/classify-mr-stage.logic.d.ts +72 -0
- package/dist/cli/cmd/inbox/_core/logic/inbox-config.logic.d.ts +41 -0
- package/dist/cli/cmd/inbox/_core/logic/inbox-registry.logic.d.ts +77 -0
- package/dist/cli/cmd/inbox/_core/logic/parse-mr-activity.logic.d.ts +17 -0
- package/dist/cli/cmd/inbox/_core/logic/render-inbox-view.logic.d.ts +31 -0
- package/dist/cli/cmd/inbox/_core/logic/repos-map.logic.d.ts +19 -0
- package/dist/cli/cmd/inbox/_core/logic/state-paths.logic.d.ts +53 -0
- package/dist/cli/cmd/inbox/config-help.d.ts +2 -0
- package/dist/cli/cmd/inbox/config-index.d.ts +1 -0
- package/dist/cli/cmd/inbox/config.cmd.d.ts +1 -0
- package/dist/cli/cmd/inbox/eval.cmd.d.ts +8 -0
- package/dist/cli/cmd/inbox/help.d.ts +4 -0
- package/dist/cli/cmd/inbox/inbox.cmd.d.ts +2 -0
- package/dist/cli/cmd/inbox/index.d.ts +1 -0
- package/dist/cli/cmd/inbox/serve/help.d.ts +4 -0
- package/dist/cli/cmd/inbox/serve.cmd.d.ts +2 -0
- package/dist/cli/cmd/inbox/stats-help.d.ts +2 -0
- package/dist/cli/cmd/inbox/stats-index.d.ts +1 -0
- package/dist/cli/cmd/inbox/stats.cmd.d.ts +2 -0
- package/dist/cli/cmd/inbox-context/help.d.ts +4 -0
- package/dist/cli/cmd/inbox-context/inbox-context.cmd.d.ts +2 -0
- package/dist/cli/cmd/inbox-context/index.d.ts +2 -0
- package/dist/cli/cmd/inbox-eval/inbox-eval.cmd.d.ts +20 -0
- package/dist/cli/cmd/inbox-review-plan/inbox-review-plan.cmd.d.ts +109 -0
- package/dist/cli/cmd/inbox-review-plan/index.d.ts +1 -0
- package/dist/cli/cmd/lint/checks/anchor-class-body.check.d.ts +1 -4
- package/dist/cli/cmd/lint/checks/anchor-thin.check.d.ts +10 -0
- package/dist/cli/cmd/lint/checks/cast-safety.check.d.ts +9 -0
- package/dist/cli/cmd/lint/checks/inventory-sync.check.d.ts +27 -0
- package/dist/cli/cmd/lint/checks/region-comment.check.d.ts +14 -0
- package/dist/cli/cmd/lint/checks/word-count.check.d.ts +13 -0
- package/dist/cli/cmd/lint/lint.cmd.d.ts +1 -1
- package/dist/cli/cmd/lint/lint.types.d.ts +26 -3
- package/dist/cli/cmd/lint/utils/resolve-references.fn.d.ts +1 -2
- package/dist/cli/cmd/mr-stats/help.d.ts +4 -0
- package/dist/cli/cmd/mr-stats/index.d.ts +1 -0
- package/dist/cli/cmd/mr-stats/mr-stats.cmd.d.ts +7 -0
- package/dist/cli/cmd/review/_core/logic/load-review-context-mr.logic.d.ts +3 -2
- package/dist/cli/cmd/review/_core/types/review-command-args.type.d.ts +6 -0
- package/dist/cli/cmd/review/_core/types/review-command-options.type.d.ts +3 -0
- package/dist/cli/cmd/review/_core/types/review-context-mr.type.d.ts +2 -0
- package/dist/cli/cmd/review/_core/xml/build-review-artifact.xml.d.ts +4 -2
- package/dist/cli/cmd/run/help.d.ts +4 -0
- package/dist/cli/cmd/run/index.d.ts +1 -0
- package/dist/cli/cmd/run/run.cmd.d.ts +12 -0
- package/dist/cli/cmd/sdd-check/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-check/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-check/sdd-check.cmd.d.ts +7 -0
- package/dist/cli/cmd/sdd-check/sdd-check.types.d.ts +31 -0
- package/dist/cli/cmd/sdd-extract/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-extract/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-extract/sdd-extract.cmd.d.ts +7 -0
- package/dist/cli/cmd/sdd-extract/sdd-extract.types.d.ts +61 -0
- package/dist/cli/cmd/sdd-log/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-log/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-log/sdd-log.cmd.d.ts +9 -0
- package/dist/cli/cmd/sdd-log/sdd-log.types.d.ts +110 -0
- package/dist/cli/cmd/sdd-migrate/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-migrate/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-migrate/sdd-migrate.cmd.d.ts +9 -0
- package/dist/cli/cmd/sdd-migrate/sdd-migrate.types.d.ts +23 -0
- package/dist/cli/cmd/sdd-new/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-new/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-new/sdd-new.cmd.d.ts +33 -0
- package/dist/cli/cmd/sdd-new/sdd-new.types.d.ts +71 -0
- package/dist/cli/cmd/sdd-state/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-state/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-state/sdd-state.cmd.d.ts +7 -0
- package/dist/cli/cmd/sdd-state/sdd-state.types.d.ts +62 -0
- package/dist/cli/cmd/sdd-sync/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-sync/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-sync/sdd-sync.cmd.d.ts +7 -0
- package/dist/cli/cmd/sdd-sync/sdd-sync.types.d.ts +39 -0
- package/dist/cli/cmd/sdd-task/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-task/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-task/sdd-task.cmd.d.ts +7 -0
- package/dist/cli/cmd/sdd-task/sdd-task.types.d.ts +53 -0
- package/dist/cli/cmd/sdd-verify/help.d.ts +4 -0
- package/dist/cli/cmd/sdd-verify/index.d.ts +1 -0
- package/dist/cli/cmd/sdd-verify/sdd-verify.cmd.d.ts +15 -0
- package/dist/cli/cmd/sdd-verify/sdd-verify.types.d.ts +73 -0
- package/dist/cli/cmd/sync/sync-core.d.ts +1 -1
- package/dist/cli/cmd/sync/sync.cmd.d.ts +1 -4
- package/dist/cli/cmd/sync-skills/sync-skills.cmd.d.ts +1 -4
- package/dist/cli/cmd/testcov/coverage-threshold.d.ts +33 -0
- package/dist/cli/cmd/testcov/help.d.ts +4 -0
- package/dist/cli/cmd/testcov/index.d.ts +1 -0
- package/dist/cli/cmd/testcov/testcov.cmd.d.ts +1 -0
- package/dist/cli/cmd/vcs-approve/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-approve/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-approve/vcs-approve.cmd.d.ts +28 -0
- package/dist/cli/cmd/vcs-diff/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-diff/index.d.ts +2 -0
- package/dist/cli/cmd/vcs-diff/vcs-diff.cmd.d.ts +29 -0
- package/dist/cli/cmd/vcs-discussions/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-discussions/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-discussions/vcs-discussions.cmd.d.ts +18 -0
- package/dist/cli/cmd/vcs-draft-note/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-draft-note/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-draft-note/vcs-draft-note.cmd.d.ts +30 -0
- package/dist/cli/cmd/vcs-job/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-job/index.d.ts +2 -0
- package/dist/cli/cmd/vcs-job/vcs-job.cmd.d.ts +31 -0
- package/dist/cli/cmd/vcs-job-log/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-job-log/index.d.ts +2 -0
- package/dist/cli/cmd/vcs-job-log/vcs-job-log.cmd.d.ts +28 -0
- package/dist/cli/cmd/vcs-mr-create/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-mr-create/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-mr-create/vcs-mr-create.cmd.d.ts +19 -0
- package/dist/cli/cmd/vcs-mr-edit/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-mr-edit/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-mr-edit/vcs-mr-edit.cmd.d.ts +18 -0
- package/dist/cli/cmd/vcs-pipeline/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-pipeline/index.d.ts +2 -0
- package/dist/cli/cmd/vcs-pipeline/vcs-pipeline.cmd.d.ts +29 -0
- package/dist/cli/cmd/vcs-react/help.d.ts +5 -0
- package/dist/cli/cmd/vcs-react/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-react/vcs-react.cmd.d.ts +16 -0
- package/dist/cli/cmd/vcs-reply/vcs-reply.cmd.d.ts +49 -8
- package/dist/cli/cmd/vcs-todo/help.d.ts +4 -0
- package/dist/cli/cmd/vcs-todo/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-todo/vcs-todo.cmd.d.ts +35 -0
- package/dist/cli/cmd/vcs-worktree/_core/logic/locate-clone.logic.d.ts +38 -0
- package/dist/cli/cmd/vcs-worktree/_core/logic/worktree-links.logic.d.ts +47 -0
- package/dist/cli/cmd/vcs-worktree/_core/logic/worktree-ops.logic.d.ts +80 -0
- package/dist/cli/cmd/vcs-worktree/help.d.ts +4 -0
- package/dist/cli/cmd/vcs-worktree/index.d.ts +1 -0
- package/dist/cli/cmd/vcs-worktree/vcs-worktree.cmd.d.ts +2 -0
- package/dist/cli/cmd/yagni/help.d.ts +4 -0
- package/dist/cli/cmd/yagni/index.d.ts +1 -0
- package/dist/cli/cmd/yagni/yagni.cmd.d.ts +8 -0
- package/dist/cli/cmd/yagni/yagni.types.d.ts +16 -0
- package/dist/gennady.js +209 -21
- package/dist/index.js +4 -4
- package/dist/services/agent-inbox/modules/inbox-api/board-provider.mock.d.ts +157 -0
- package/dist/services/agent-inbox/modules/inbox-api/board-provider.port.d.ts +79 -0
- package/dist/services/agent-inbox/modules/inbox-api/board-provider.real.d.ts +139 -0
- package/dist/services/agent-inbox/modules/inbox-api/dto/feed-widget.type.d.ts +87 -0
- package/dist/services/agent-inbox/modules/inbox-api/dto/mr-card.type.d.ts +48 -0
- package/dist/services/agent-inbox/modules/inbox-api/errors.d.ts +41 -0
- package/dist/services/agent-inbox/modules/inbox-api/http-helpers.d.ts +46 -0
- package/dist/services/agent-inbox/modules/inbox-api/http-server.d.ts +204 -0
- package/dist/services/agent-inbox/modules/inbox-api/index.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-api/projections/board-projection.d.ts +106 -0
- package/dist/services/agent-inbox/modules/inbox-api/projections/feed-projection.d.ts +96 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/artifact.router.d.ts +55 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/audit.router.d.ts +27 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/board.router.d.ts +40 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/boot.router.d.ts +70 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/chat.router.d.ts +133 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/decision.router.d.ts +38 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/diagnostics.router.d.ts +18 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/feed.router.d.ts +27 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/mr.router.d.ts +64 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/mutate.router.d.ts +60 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/role.router.d.ts +28 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/state.router.d.ts +68 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/stream.router.d.ts +33 -0
- package/dist/services/agent-inbox/modules/inbox-api/routers/task.router.d.ts +28 -0
- package/dist/services/agent-inbox/modules/inbox-api/sse-hub.d.ts +88 -0
- package/dist/services/agent-inbox/modules/inbox-api/static-files.d.ts +34 -0
- package/dist/services/agent-inbox/modules/inbox-api/types.d.ts +110 -0
- package/dist/services/agent-inbox/modules/inbox-chat/anchor.d.ts +40 -0
- package/dist/services/agent-inbox/modules/inbox-chat/chat-gc.d.ts +29 -0
- package/dist/services/agent-inbox/modules/inbox-chat/chat-session.d.ts +119 -0
- package/dist/services/agent-inbox/modules/inbox-chat/chat-transcript.d.ts +44 -0
- package/dist/services/agent-inbox/modules/inbox-chat/context-assembler.d.ts +77 -0
- package/dist/services/agent-inbox/modules/inbox-chat/errors.d.ts +19 -0
- package/dist/services/agent-inbox/modules/inbox-chat/mutation-applier.d.ts +125 -0
- package/dist/services/agent-inbox/modules/inbox-chat/mutation-flow.d.ts +94 -0
- package/dist/services/agent-inbox/modules/inbox-chat/mutation-runtime.d.ts +91 -0
- package/dist/services/agent-inbox/modules/inbox-chat/operator-session.d.ts +102 -0
- package/dist/services/agent-inbox/modules/inbox-chat/origin.d.ts +20 -0
- package/dist/services/agent-inbox/modules/inbox-chat/types.d.ts +76 -0
- package/dist/services/agent-inbox/modules/inbox-core/adapters/controlled-clock.d.ts +45 -0
- package/dist/services/agent-inbox/modules/inbox-core/adapters/in-memory-artifact-store.d.ts +27 -0
- package/dist/services/agent-inbox/modules/inbox-core/adapters/in-memory-journal.d.ts +29 -0
- package/dist/services/agent-inbox/modules/inbox-core/adapters/local-artifact-store.d.ts +36 -0
- package/dist/services/agent-inbox/modules/inbox-core/adapters/system-clock.d.ts +22 -0
- package/dist/services/agent-inbox/modules/inbox-core/audit-log.d.ts +64 -0
- package/dist/services/agent-inbox/modules/inbox-core/boot-readiness.d.ts +106 -0
- package/dist/services/agent-inbox/modules/inbox-core/capability-modes.d.ts +33 -0
- package/dist/services/agent-inbox/modules/inbox-core/context-builder.d.ts +66 -0
- package/dist/services/agent-inbox/modules/inbox-core/decision-journal.d.ts +121 -0
- package/dist/services/agent-inbox/modules/inbox-core/dry-run.d.ts +49 -0
- package/dist/services/agent-inbox/modules/inbox-core/errors.d.ts +19 -0
- package/dist/services/agent-inbox/modules/inbox-core/event-journal.d.ts +144 -0
- package/dist/services/agent-inbox/modules/inbox-core/finding-signature.d.ts +34 -0
- package/dist/services/agent-inbox/modules/inbox-core/inbox-config.d.ts +68 -0
- package/dist/services/agent-inbox/modules/inbox-core/inbox-registry.d.ts +135 -0
- package/dist/services/agent-inbox/modules/inbox-core/ports/artifact-store.port.d.ts +44 -0
- package/dist/services/agent-inbox/modules/inbox-core/ports/clock.port.d.ts +31 -0
- package/dist/services/agent-inbox/modules/inbox-core/review-config.d.ts +63 -0
- package/dist/services/agent-inbox/modules/inbox-core/runtime-profile.d.ts +57 -0
- package/dist/services/agent-inbox/modules/inbox-core/runtime-profile.port.d.ts +71 -0
- package/dist/services/agent-inbox/modules/inbox-core/state/review-change-batch.d.ts +101 -0
- package/dist/services/agent-inbox/modules/inbox-core/state/review-lifecycle.d.ts +58 -0
- package/dist/services/agent-inbox/modules/inbox-core/state/review-participation.d.ts +56 -0
- package/dist/services/agent-inbox/modules/inbox-core/state/review-state.d.ts +79 -0
- package/dist/services/agent-inbox/modules/inbox-core/state-store.d.ts +153 -0
- package/dist/services/agent-inbox/modules/inbox-core/test-support/test-tmp.d.ts +14 -0
- package/dist/services/agent-inbox/modules/inbox-core/types/review-event.type.d.ts +71 -0
- package/dist/services/agent-inbox/modules/inbox-core/types/review-runtime-binding.type.d.ts +10 -0
- package/dist/services/agent-inbox/modules/inbox-core/types/review-runtime-profile-spec.type.d.ts +15 -0
- package/dist/services/agent-inbox/modules/inbox-core/types/review-runtime-roots.type.d.ts +9 -0
- package/dist/services/agent-inbox/modules/inbox-core/vcs-inbox.mock.d.ts +61 -0
- package/dist/services/agent-inbox/modules/inbox-core/vcs-inbox.port.d.ts +110 -0
- package/dist/services/agent-inbox/modules/inbox-core/vcs-inbox.real.d.ts +146 -0
- package/dist/services/agent-inbox/modules/inbox-core/vcs-validators.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/App.d.ts +4 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ActionPanel.d.ts +13 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ArtifactBrowser.d.ts +14 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ArtifactView.d.ts +10 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/AwaitingQueue.d.ts +8 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/BoardPage.d.ts +5 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/BoardSkeleton.d.ts +5 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ChatComposer.d.ts +24 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ChatPanel.d.ts +21 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ChatThread.d.ts +19 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/DebugLogButton.d.ts +5 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/Header.d.ts +4 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/KanbanLane.d.ts +16 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/MrCard.d.ts +9 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/MrDetailPage.d.ts +8 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/MutationProposalCard.d.ts +19 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/RoleBlock.d.ts +8 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/SelectionPill.d.ts +18 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/UnassignedBlock.d.ts +8 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/components/ViewSwitch.d.ts +11 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/dashboard-entry.d.ts +3 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/dashboard-v2-api.d.ts +24 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/dashboard-v2-ui.d.ts +93 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/lib/utils.d.ts +19 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/services/api-client.d.ts +73 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/services/board-store.d.ts +39 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/services/chat-api-client.d.ts +111 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/services/debug-log.d.ts +44 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/v2-types.d.ts +134 -0
- package/dist/services/agent-inbox/modules/inbox-dashboard/vite.config.d.ts +5 -0
- package/dist/services/agent-inbox/modules/inbox-eval/diff-hunk.d.ts +37 -0
- package/dist/services/agent-inbox/modules/inbox-eval/eval-driver.d.ts +51 -0
- package/dist/services/agent-inbox/modules/inbox-eval/eval-report.d.ts +48 -0
- package/dist/services/agent-inbox/modules/inbox-eval/gates.d.ts +120 -0
- package/dist/services/agent-inbox/modules/inbox-eval/harness.d.ts +44 -0
- package/dist/services/agent-inbox/modules/inbox-eval/metrics.d.ts +56 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/autonomy.run.d.ts +9 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/boot.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/chat.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/context.d.ts +33 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/coverage-gate.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/crash-recovery.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/effects.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/events.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/index.d.ts +11 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/parallel.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/pipeline.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-eval/runs/role-pickup.run.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-mocks/board.mock.d.ts +38 -0
- package/dist/services/agent-inbox/modules/inbox-mocks/index.d.ts +6 -0
- package/dist/services/agent-inbox/modules/inbox-mocks/mr.mock.d.ts +139 -0
- package/dist/services/agent-inbox/modules/inbox-mocks/opencode.mock.d.ts +32 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/agent-coverage-trace.d.ts +25 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/agent-outcome-classifier.d.ts +61 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/errors.d.ts +51 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/opencode.mock.d.ts +201 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/opencode.port.d.ts +272 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/opencode.real.d.ts +220 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/prompt-compile.d.ts +88 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/schema-registry.d.ts +57 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/session-lifecycle.d.ts +122 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/session-pool.d.ts +218 -0
- package/dist/services/agent-inbox/modules/inbox-opencode/session-registry.d.ts +85 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/adapters/local-review-runtime-receipt-store.adapter.d.ts +52 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/adapters/memory-review-runtime-receipt-store.adapter.d.ts +58 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/coverage-gate.d.ts +74 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/findings-journal.d.ts +93 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/gate-verdict.d.ts +68 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/lens-registry.d.ts +66 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-artifact.d.ts +20 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-contract.d.ts +28 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-finding.d.ts +11 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-input-manifest.d.ts +43 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-plan.d.ts +33 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-receipt-consumption.d.ts +14 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-repair-task.d.ts +13 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-slot-schema-catalog.d.ts +36 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/model/review-synthesis.d.ts +30 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/pipeline-runtime.d.ts +230 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/plan-template.d.ts +62 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/planning/review-contract-compiler.d.ts +52 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/planning/review-input-manifest-builder.d.ts +36 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/ports/review-runtime-receipt-store.port.d.ts +63 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/receipts/review-runtime-receipt-recorder.d.ts +55 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/review/review-cross-reviewer.d.ts +41 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/review/review-orchestrator.d.ts +37 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/synthesize.d.ts +60 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/tails/author-tail.d.ts +44 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/tails/reviewer-tail.d.ts +50 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/trigger-registry.d.ts +46 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-completeness-verdict.type.d.ts +42 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-contract-input-mapping.type.d.ts +46 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-contract-slot.type.d.ts +40 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-coverage.type.d.ts +25 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-evidence.type.d.ts +37 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-input-classification.type.d.ts +15 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-intent.type.d.ts +41 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-publication-handoff.type.d.ts +32 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/types/review-runtime-receipt.type.d.ts +46 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/verification/review-delta-verifier.d.ts +39 -0
- package/dist/services/agent-inbox/modules/inbox-pipeline/verification/review-freshness-gate.d.ts +77 -0
- package/dist/services/agent-inbox/modules/inbox-queue/adapters/local-task-executor.adapter.d.ts +74 -0
- package/dist/services/agent-inbox/modules/inbox-queue/automation/review-automation-policy.d.ts +95 -0
- package/dist/services/agent-inbox/modules/inbox-queue/effects/review-effect-coordinator.d.ts +118 -0
- package/dist/services/agent-inbox/modules/inbox-queue/executor.d.ts +127 -0
- package/dist/services/agent-inbox/modules/inbox-queue/model/review-action-package.d.ts +73 -0
- package/dist/services/agent-inbox/modules/inbox-queue/model/review-decision.d.ts +54 -0
- package/dist/services/agent-inbox/modules/inbox-queue/model/review-effect-queue.d.ts +79 -0
- package/dist/services/agent-inbox/modules/inbox-queue/model/review-outcome.d.ts +60 -0
- package/dist/services/agent-inbox/modules/inbox-queue/model/review-proposal.d.ts +77 -0
- package/dist/services/agent-inbox/modules/inbox-queue/model/review-task.d.ts +60 -0
- package/dist/services/agent-inbox/modules/inbox-queue/ports/task-executor.port.d.ts +89 -0
- package/dist/services/agent-inbox/modules/inbox-queue/registry/review-action-catalog.d.ts +95 -0
- package/dist/services/agent-inbox/modules/inbox-queue/registry/review-task-registry.d.ts +81 -0
- package/dist/services/agent-inbox/modules/inbox-queue/session-router.d.ts +80 -0
- package/dist/services/agent-inbox/modules/inbox-queue/task-queue.d.ts +129 -0
- package/dist/services/agent-inbox/modules/inbox-queue/task-registry.d.ts +208 -0
- package/dist/services/agent-inbox/modules/inbox-queue/types/review-effect.type.d.ts +106 -0
- package/dist/services/agent-inbox/modules/inbox-queue/types/review-guarded-intent.type.d.ts +38 -0
- package/dist/services/agent-inbox/modules/inbox-roles/artifact-recovery.d.ts +149 -0
- package/dist/services/agent-inbox/modules/inbox-roles/artifact-validator.d.ts +129 -0
- package/dist/services/agent-inbox/modules/inbox-roles/author.role.d.ts +8 -0
- package/dist/services/agent-inbox/modules/inbox-roles/context-builder.d.ts +50 -0
- package/dist/services/agent-inbox/modules/inbox-roles/disk-artifact.d.ts +21 -0
- package/dist/services/agent-inbox/modules/inbox-roles/effect-executor.d.ts +194 -0
- package/dist/services/agent-inbox/modules/inbox-roles/errors.d.ts +31 -0
- package/dist/services/agent-inbox/modules/inbox-roles/mr-watch.d.ts +73 -0
- package/dist/services/agent-inbox/modules/inbox-roles/outcome-classifier.d.ts +12 -0
- package/dist/services/agent-inbox/modules/inbox-roles/phase-telemetry.d.ts +201 -0
- package/dist/services/agent-inbox/modules/inbox-roles/review-progress.d.ts +38 -0
- package/dist/services/agent-inbox/modules/inbox-roles/reviewer.role.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-roles/rights-escalator.d.ts +92 -0
- package/dist/services/agent-inbox/modules/inbox-roles/role-engine.d.ts +82 -0
- package/dist/services/agent-inbox/modules/inbox-roles/role-instance.d.ts +419 -0
- package/dist/services/agent-inbox/modules/inbox-roles/role-node.d.ts +377 -0
- package/dist/services/agent-inbox/modules/inbox-roles/role-scheduler.d.ts +278 -0
- package/dist/services/agent-inbox/modules/inbox-roles/thread-signal-classifier.d.ts +73 -0
- package/dist/services/agent-inbox/modules/inbox-serve/dev-seed.d.ts +7 -0
- package/dist/services/agent-inbox/modules/inbox-serve/inbox-serve.d.ts +1 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/attention.d.ts +54 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/background-verify.d.ts +89 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/effects.d.ts +176 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/event-normalizer.d.ts +78 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/permission-policy.d.ts +45 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/readonly-effect.guard.d.ts +36 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/reconciler.d.ts +52 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/sync-coordinator.d.ts +87 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/sync.d.ts +213 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/vcs-gitlab.port.d.ts +146 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/vcs-port.d.ts +475 -0
- package/dist/services/agent-inbox/modules/inbox-vcs/vcs-runtime.d.ts +17 -0
- package/dist/services/agent-inbox/serve/bootstrap.d.ts +104 -0
- package/dist/services/agent-inbox/serve/pid-utils.d.ts +21 -0
- package/dist/services/agent-inbox/serve/run-mode.d.ts +78 -0
- package/dist/services/agent-inbox/serve/shutdown.d.ts +34 -0
- package/dist/services/agent-inbox/serve/state-seed.d.ts +44 -0
- package/dist/services/agent-inbox/test/cassettes.d.ts +60 -0
- package/dist/services/agent-inbox/test/dto-factories.d.ts +17 -0
- package/dist/services/agent-inbox/test/port-contract.suite.d.ts +28 -0
- package/dist/services/agent-inbox/test/seed.d.ts +44 -0
- package/dist/services/agent-mon/providers/claude/claude-provider.d.ts +0 -2
- package/dist/services/agent-mon/providers/opencode/db.d.ts +1 -1
- package/dist/services/agent-mon/providers/opencode/opencode-provider.d.ts +0 -2
- package/dist/services/agent-run/core/agent-run-error.d.ts +22 -0
- package/dist/services/agent-run/core/ports/agent-engine.port.d.ts +34 -0
- package/dist/services/agent-run/core/registry.d.ts +35 -0
- package/dist/services/agent-run/core/run-options.type.d.ts +39 -0
- package/dist/services/agent-run/core/run.d.ts +27 -0
- package/dist/services/agent-run/engines/opencode/opencode-engine.d.ts +41 -0
- package/dist/services/agent-run/engines/opencode/opencode-error-map.d.ts +31 -0
- package/dist/services/agent-run/index.d.ts +4 -0
- package/dist/services/ai-kit/compile.d.ts +27 -0
- package/dist/services/ai-kit/node-map.d.ts +8 -0
- package/dist/services/ai-kit/selector.d.ts +38 -0
- package/dist/services/dbc/linter/dbc-ast-adapter.types.d.ts +2 -2
- package/dist/services/dbc/linter/dbc-linter.types.d.ts +7 -0
- package/dist/services/dbc/linter/implementations/ts/dbc-ts-ast-adapter.d.ts +19 -11
- package/dist/services/dbc/linter/implementations/ts/dbc-ts-linter.d.ts +28 -23
- package/dist/services/dbc/parser/implementations/jsdoc/dbc-jsdoc-parser.d.ts +0 -2
- package/dist/services/logger/logger.d.ts +8 -1
- package/dist/services/mr-stats/classifier.d.ts +16 -0
- package/dist/services/mr-stats/duplicate-detector.d.ts +16 -0
- package/dist/services/mr-stats/entity-counter.d.ts +11 -0
- package/dist/services/mr-stats/line-counter.d.ts +38 -0
- package/dist/services/mr-stats/mr-resolver.d.ts +66 -0
- package/dist/services/mr-stats/mr-stats.types.d.ts +118 -0
- package/dist/services/mr-stats/reporter.d.ts +32 -0
- package/dist/services/symbol-index/implementations/grep/grep-symbol-index-adapter.d.ts +12 -0
- package/dist/services/symbol-index/implementations/tree-sitter/ts-symbol-index-adapter.d.ts +43 -0
- package/dist/services/symbol-index/select-symbol-index.d.ts +11 -0
- package/dist/services/symbol-index/symbol-index.types.d.ts +38 -0
- package/dist/services/vcs-client/abstract/vcs-client-inbox.d.ts +28 -0
- package/dist/services/vcs-client/abstract/vcs-client-merge-discussions.d.ts +170 -0
- package/dist/services/vcs-client/abstract/vcs-client-merge-requests.d.ts +60 -0
- package/dist/services/vcs-client/abstract/vcs-client-pipeline.d.ts +37 -0
- package/dist/services/vcs-client/abstract/vcs-client-reactions.d.ts +19 -0
- package/dist/services/vcs-client/abstract/vcs-client.d.ts +9 -0
- package/dist/services/vcs-client/entities/mr-activity-event.type.d.ts +19 -0
- package/dist/services/vcs-client/entities/vcs-actionable-mr.type.d.ts +79 -0
- package/dist/services/vcs-client/entities/vcs-delete-discussion-query.type.d.ts +9 -0
- package/dist/services/vcs-client/entities/vcs-delete-note-query.type.d.ts +11 -0
- package/dist/services/vcs-client/entities/vcs-draft-note.type.d.ts +9 -0
- package/dist/services/vcs-client/entities/vcs-job-query.type.d.ts +7 -0
- package/dist/services/vcs-client/entities/vcs-job.type.d.ts +15 -0
- package/dist/services/vcs-client/entities/vcs-merge-request-approve-query.type.d.ts +7 -0
- package/dist/services/vcs-client/entities/vcs-merge-request-create-query.type.d.ts +26 -0
- package/dist/services/vcs-client/entities/vcs-merge-request-update-query.type.d.ts +30 -0
- package/dist/services/vcs-client/entities/vcs-pipeline-status.type.d.ts +14 -0
- package/dist/services/vcs-client/entities/vcs-reaction-query.type.d.ts +14 -0
- package/dist/services/vcs-client/entities/vcs-resolve-discussion-query.type.d.ts +11 -0
- package/dist/services/vcs-client/entities/vcs-update-note-query.type.d.ts +11 -0
- package/dist/services/vcs-client/github/vcs-github-client.d.ts +9 -1
- package/dist/services/vcs-client/github/vcs-github-merge-discussions.d.ts +109 -0
- package/dist/services/vcs-client/github/vcs-github-merge-requests.d.ts +52 -10
- package/dist/services/vcs-client/github/vcs-github-reactions.d.ts +31 -0
- package/dist/services/vcs-client/gitlab/vcs-gitlab-client.d.ts +80 -0
- package/dist/services/vcs-client/gitlab/vcs-gitlab-inbox.d.ts +37 -0
- package/dist/services/vcs-client/gitlab/vcs-gitlab-merge-discussions.d.ts +91 -1
- package/dist/services/vcs-client/gitlab/vcs-gitlab-merge-requests.d.ts +64 -3
- package/dist/services/vcs-client/gitlab/vcs-gitlab-pipeline.d.ts +51 -0
- package/dist/services/vcs-client/gitlab/vcs-gitlab-reactions.d.ts +31 -0
- package/dist/shared/common/changed-files.d.ts +14 -0
- package/dist/shared/common/exec.d.ts +7 -2
- package/dist/shared/common/parse-args.d.ts +8 -1
- package/dist/shared/common/sync/sync-core.shared.d.ts +1 -1
- package/dist/shared/mermaid/mermaid.d.ts +19 -0
- package/dist/shared/prompt-lint/stop-words.d.ts +34 -0
- package/dist/shared/sdd/anchor-inject.d.ts +32 -0
- package/dist/shared/sdd/bdd-coverage.d.ts +72 -0
- package/dist/shared/sdd/check.d.ts +225 -0
- package/dist/shared/sdd/consumers-resolvable.d.ts +41 -0
- package/dist/shared/sdd/flow.d.ts +21 -0
- package/dist/shared/sdd/id-replace.d.ts +68 -0
- package/dist/shared/sdd/inventory.d.ts +6 -0
- package/dist/shared/sdd/mermaid-check.d.ts +10 -0
- package/dist/shared/sdd/migration-move.d.ts +88 -0
- package/dist/shared/sdd/migration-plan.d.ts +126 -0
- package/dist/shared/sdd/portal.d.ts +40 -0
- package/dist/shared/sdd/probe.d.ts +23 -0
- package/dist/shared/sdd/readiness.d.ts +49 -0
- package/dist/shared/sdd/rules-cascade.d.ts +31 -0
- package/dist/shared/sdd/scripts.d.ts +19 -0
- package/dist/shared/sdd/section.d.ts +52 -0
- package/dist/shared/sdd/tasks-append-only.d.ts +17 -0
- package/dist/shared/sdd/templates.d.ts +61 -0
- package/dist/shared/sdd/ticket.d.ts +81 -0
- package/dist/shared/sdd/tracker.d.ts +70 -0
- package/dist/shared/sdd/yagni.d.ts +71 -0
- package/dist/utils/test/mock-http.d.ts +51 -0
- package/package.json +42 -5
- package/ai/directives/dbc-audit.directive.xml +0 -131
- package/ai/directives/dev-review.directive.xml +0 -148
- package/ai/directives/perf-auditor/perf-auditor.directive.xml +0 -75
- package/ai/directives/perf-auditor/rules/async-latency.xml +0 -101
- package/ai/directives/perf-auditor/rules/data-structures.xml +0 -103
- package/ai/directives/perf-auditor/rules/iteration-fusion.xml +0 -96
- package/ai/directives/perf-auditor/rules/memory-gc.xml +0 -102
- package/ai/directives/sdd/README.md +0 -49
- package/ai/directives/sdd/audit.directive.xml +0 -543
- package/ai/directives/sdd/critic-protocol.xml +0 -78
- package/ai/directives/sdd/critic.directive.xml +0 -158
- package/ai/directives/sdd/discovery.directive.xml +0 -824
- package/ai/directives/sdd/fix.directive.xml +0 -249
- package/ai/directives/sdd/module-decomposition.directive.xml +0 -666
- package/ai/directives/sdd/phase-execution-protocol.xml +0 -341
- package/ai/directives/sdd/scaffold.directive.xml +0 -717
- package/ai/directives/sdd/setup.directive.xml +0 -213
- package/ai/directives/sdd/svelte-ui-discovery.directive.xml +0 -263
- package/ai/directives/semantic-change-extractor.directive.xml +0 -99
- package/ai/docs/README.md +0 -17
- package/ai/docs/ai-icl.md +0 -538
- package/ai/docs/ai-priming.md +0 -548
- package/ai/docs/ai-prompt-formats.md +0 -406
- package/ai/docs/ai-promting.md +0 -572
- package/ai/drafts/DRAFT.md +0 -120
- package/ai/drafts/agent-devgen-class-from-description.rules.xml +0 -123
- package/ai/drafts/agent-typescript-devgen.v1.xml +0 -303
- package/ai/drafts/d.md +0 -65
- package/ai/drafts/music-posts.md +0 -105
- package/ai/fw/v1/architecture/blueprint-factory.xml +0 -77
- package/ai/fw/v1/core/mental-model.xml +0 -50
- package/ai/fw/v1/discovery/intent-reactor.xml +0 -92
- package/ai/fw/v1/production/swarm-protocol.xml +0 -122
- package/ai/fw/v1/review/quality-pipeline.xml +0 -102
- package/ai/fw/v2/arch-universal.xml +0 -73
- package/ai/fw-draft/README.md +0 -79
- package/ai/fw-draft/bin/discovery.sh +0 -116
- package/ai/fw-draft/gennady.xml +0 -58
- package/ai/fw-draft/provider/claude.xml +0 -16
- package/ai/fw-draft/provider/cursor.xml +0 -23
- package/ai/fw-draft/provider/default.xml +0 -12
- package/ai/fw-draft/roles/developer.xml +0 -18
- package/ai/fw-draft/router.xml +0 -39
- package/ai/fw-draft/routes/development.xml +0 -32
- package/ai/fw-draft/routes/universal.xml +0 -58
- package/ai/fw-draft/rules/dev/base/file-structure-rules.xml +0 -89
- package/ai/fw-draft/rules/dev/typescript/contacts.xml +0 -194
- package/ai/skills/alt-opinion/SKILL.md +0 -79
- package/ai/skills/alt-opinion/opinion.prompt.md +0 -11
- package/ai/skills/alt-opinion/synth.prompt.md +0 -8
- package/ai/skills/sdd-continue/SKILL.md +0 -13
- package/ai/skills/sdd-discover/SKILL.md +0 -13
- package/ai/skills/sdd-execute/scripts/README.md +0 -84
- package/ai/skills/sdd-execute/scripts/check-blockers.sh +0 -158
- package/ai/skills/sdd-execute/scripts/classify-scripts.js +0 -111
- package/ai/skills/sdd-execute/scripts/classify-scripts.ts +0 -133
- package/ai/skills/sdd-execute/scripts/extract-section.sh +0 -219
- package/ai/skills/sdd-execute/scripts/lint-artifacts.sh +0 -143
- package/ai/skills/sdd-execute/scripts/scan.sh +0 -385
- package/ai/skills/sdd-execute/scripts/sdd +0 -114
- package/ai/skills/sdd-execute/scripts/verify.sh +0 -139
- package/ai/skills/sdd-execute-batch/SKILL.md +0 -213
- package/ai/skills/sdd-fix/SKILL.md +0 -13
- package/ai/skills/sdd-infra/SKILL.md +0 -13
- package/ai/skills/sdd-module-decomposition/SKILL.md +0 -13
- package/ai/skills/sdd-setup/SKILL.md +0 -13
- package/dist/ai/directives/dbc-audit.directive.xml +0 -131
- package/dist/ai/directives/dev-review.directive.xml +0 -148
- package/dist/ai/directives/perf-auditor/perf-auditor.directive.xml +0 -75
- package/dist/ai/directives/perf-auditor/rules/async-latency.xml +0 -101
- package/dist/ai/directives/perf-auditor/rules/data-structures.xml +0 -103
- package/dist/ai/directives/perf-auditor/rules/iteration-fusion.xml +0 -96
- package/dist/ai/directives/perf-auditor/rules/memory-gc.xml +0 -102
- package/dist/ai/directives/sdd/README.md +0 -49
- package/dist/ai/directives/sdd/audit.directive.xml +0 -543
- package/dist/ai/directives/sdd/critic-protocol.xml +0 -78
- package/dist/ai/directives/sdd/critic.directive.xml +0 -158
- package/dist/ai/directives/sdd/discovery.directive.xml +0 -824
- package/dist/ai/directives/sdd/fix.directive.xml +0 -249
- package/dist/ai/directives/sdd/module-decomposition.directive.xml +0 -666
- package/dist/ai/directives/sdd/phase-execution-protocol.xml +0 -341
- package/dist/ai/directives/sdd/scaffold.directive.xml +0 -717
- package/dist/ai/directives/sdd/setup.directive.xml +0 -213
- package/dist/ai/directives/sdd/svelte-ui-discovery.directive.xml +0 -263
- package/dist/ai/directives/semantic-change-extractor.directive.xml +0 -99
- package/dist/ai/docs/README.md +0 -17
- package/dist/ai/docs/ai-icl.md +0 -538
- package/dist/ai/docs/ai-priming.md +0 -548
- package/dist/ai/docs/ai-prompt-formats.md +0 -406
- package/dist/ai/docs/ai-promting.md +0 -572
- package/dist/ai/drafts/DRAFT.md +0 -120
- package/dist/ai/drafts/agent-devgen-class-from-description.rules.xml +0 -123
- package/dist/ai/drafts/agent-typescript-devgen.v1.xml +0 -303
- package/dist/ai/drafts/d.md +0 -65
- package/dist/ai/drafts/music-posts.md +0 -105
- package/dist/ai/fw/v1/architecture/blueprint-factory.xml +0 -77
- package/dist/ai/fw/v1/core/mental-model.xml +0 -50
- package/dist/ai/fw/v1/discovery/intent-reactor.xml +0 -92
- package/dist/ai/fw/v1/production/swarm-protocol.xml +0 -122
- package/dist/ai/fw/v1/review/quality-pipeline.xml +0 -102
- package/dist/ai/fw/v2/arch-universal.xml +0 -73
- package/dist/ai/fw-draft/README.md +0 -79
- package/dist/ai/fw-draft/bin/discovery.sh +0 -116
- package/dist/ai/fw-draft/gennady.xml +0 -58
- package/dist/ai/fw-draft/provider/claude.xml +0 -16
- package/dist/ai/fw-draft/provider/cursor.xml +0 -23
- package/dist/ai/fw-draft/provider/default.xml +0 -12
- package/dist/ai/fw-draft/roles/developer.xml +0 -18
- package/dist/ai/fw-draft/router.xml +0 -39
- package/dist/ai/fw-draft/routes/development.xml +0 -32
- package/dist/ai/fw-draft/routes/universal.xml +0 -58
- package/dist/ai/fw-draft/rules/dev/base/file-structure-rules.xml +0 -89
- package/dist/ai/fw-draft/rules/dev/typescript/contacts.xml +0 -194
- package/dist/ai/skills/alt-opinion/SKILL.md +0 -79
- package/dist/ai/skills/alt-opinion/opinion.prompt.md +0 -11
- package/dist/ai/skills/alt-opinion/synth.prompt.md +0 -8
- package/dist/ai/skills/sdd-continue/SKILL.md +0 -13
- package/dist/ai/skills/sdd-discover/SKILL.md +0 -13
- package/dist/ai/skills/sdd-execute/scripts/README.md +0 -84
- package/dist/ai/skills/sdd-execute/scripts/check-blockers.sh +0 -158
- package/dist/ai/skills/sdd-execute/scripts/classify-scripts.js +0 -111
- package/dist/ai/skills/sdd-execute/scripts/classify-scripts.ts +0 -133
- package/dist/ai/skills/sdd-execute/scripts/extract-section.sh +0 -219
- package/dist/ai/skills/sdd-execute/scripts/lint-artifacts.sh +0 -143
- package/dist/ai/skills/sdd-execute/scripts/scan.sh +0 -385
- package/dist/ai/skills/sdd-execute/scripts/sdd +0 -114
- package/dist/ai/skills/sdd-execute/scripts/verify.sh +0 -139
- package/dist/ai/skills/sdd-execute-batch/SKILL.md +0 -213
- package/dist/ai/skills/sdd-fix/SKILL.md +0 -13
- package/dist/ai/skills/sdd-infra/SKILL.md +0 -13
- package/dist/ai/skills/sdd-module-decomposition/SKILL.md +0 -13
- package/dist/ai/skills/sdd-setup/SKILL.md +0 -13
- package/dist/assistant/music/music-filter.d.ts +0 -7
- package/dist/chunks/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/chunks/devtools-CPZ0IUNM.js +0 -79
- package/dist/chunks/help-CSPhOoI9.js +0 -8
- package/dist/chunks/help-DL_QBMwy.js +0 -8
- package/dist/chunks/help-_Y_TN4DZ.js +0 -6
- package/dist/chunks/help.cmd-BDO4k0_z.js +0 -41
- package/dist/chunks/index-4fUNp3za.js +0 -156
- package/dist/chunks/index-9JlEjsvH.js +0 -443
- package/dist/chunks/index-9e72uZq7.js +0 -97
- package/dist/chunks/index-B4ODZbtC.js +0 -143
- package/dist/chunks/index-BXWDYM_9.js +0 -16979
- package/dist/chunks/index-BgKyH0dB.js +0 -658
- package/dist/chunks/index-BmABG4HA.js +0 -183
- package/dist/chunks/index-C9UEDrqg.js +0 -754
- package/dist/chunks/index-DICatQqS.js +0 -3793
- package/dist/chunks/index-DQpmjvCj.js +0 -125
- package/dist/chunks/index-DS_1ZX6G.js +0 -7
- package/dist/chunks/index-DoaxOhQ8.js +0 -26971
- package/dist/chunks/index-ZpU_VoI0.js +0 -265
- package/dist/chunks/index-jOIhIHdS.js +0 -369
- package/dist/chunks/index-mkUNzixA.js +0 -7
- package/dist/chunks/run-review-command.logic-CHVCVJWO.js +0 -267
- package/dist/chunks/services-IgZptnTi.js +0 -2732
- package/dist/chunks/shared-9J_oXE74.js +0 -763
- package/dist/services/ai-client/providers/ai-model.type.d.ts +0 -47
- package/dist/services/ai-client/providers/open-router/open-router-model.type.d.ts +0 -26
- package/dist/services/ai-client/providers/open-router/open-router-provider.d.ts +0 -26
- package/dist/services/ai-client/providers/openai-like-provider.d.ts +0 -3
- package/dist/services/data-ore/telegram/telegram-data-ore.d.ts +0 -28
- package/dist/services/data-ore/telegram/telegram-data-ore.types.d.ts +0 -9
- package/dist/services/data-ore/telegram/telegram-demo-music-helper.d.ts +0 -10
- package/dist/services/data-ore/telegram/telegram-demo.d.ts +0 -3
- /package/dist/{services/ai-client/ai-client.d.ts → cli/cmd/inbox-eval/index.d.ts} +0 -0
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
<InboxFlow keywords="agent-inbox orchestration, review flow, intents, invariants, presentation, hard rules, vcs tools, action map, review pipeline, scaffold validate synthesis, gitlab github" type="directive" ver="1.0">
|
|
2
|
+
<Mission>
|
|
3
|
+
The whole working process of the agent-inbox skill: session invariants, intents, inbox
|
|
4
|
+
presentation, hard rules, VCS tools, action map, the single-MR review pipeline (scaffold →
|
|
5
|
+
enrich → validate → dispatch → synthesize), and finalization. The door `agent-inbox/SKILL.md`
|
|
6
|
+
reads this directive at GATHER and EMBODIES it — this is a PROMPT, not data. Posting to the VCS
|
|
7
|
+
is governed by `posting-rules.directive.xml` (loaded at the posting step).
|
|
8
|
+
|
|
9
|
+
VCS-neutral: GitLab and GitHub are both supported; the provider is auto-detected from the host,
|
|
10
|
+
and the CLI returns the same shapes for both. "MR" below means merge/pull request on either.
|
|
11
|
+
</Mission>
|
|
12
|
+
|
|
13
|
+
<BeliefState>
|
|
14
|
+
<Axiom id="AX_OPERATOR_LANGUAGE">
|
|
15
|
+
This directive's prose is English (prompt language). Everything the OPERATOR sees is written in
|
|
16
|
+
Russian, unconditionally — regardless of the language of this file, the MR, the diff, or the
|
|
17
|
+
discussion. Russian applies to: the change map caption, per-entity card text, verdict reasons,
|
|
18
|
+
diagram captions, the inbox dashboard, and every chat message. English stays for: file paths,
|
|
19
|
+
axiom IDs (`AX_*`), CLI commands and flags, code symbols, status tokens. The Russian example
|
|
20
|
+
strings quoted below (dashboard lines, emoji legend) are literal operator output — emit them
|
|
21
|
+
as-is; do not translate them to English.
|
|
22
|
+
**Translate step names, never transliterate them.** The internal English labels in these files
|
|
23
|
+
(`Scout`, `diff`, `changeset`, `change map`, `dossier`, `finding`, `helicopter view`) are
|
|
24
|
+
STRUCTURAL names for the prompt author, NOT operator vocabulary. When narrating a step in chat,
|
|
25
|
+
render it in plain engineering Russian — «просматриваю изменения», «читаю ключевые файлы»,
|
|
26
|
+
«карта изменения», «набор изменений». Russified calques are FORBIDDEN: never «скаутирую»,
|
|
27
|
+
«дифф», «чейнджсет», «финдинг», «хеликоптер-вью». If unsure, say what you are doing, not the
|
|
28
|
+
code word for it.
|
|
29
|
+
**Distinguish accepted IT terms from суржик.** Not every English-rooted word is wrong — three cases:
|
|
30
|
+
1. **Accepted IT terminology** — write it the way Russian engineers actually do, in Russian or in
|
|
31
|
+
established transcription: коммит, мердж, деплой, кэш, интерфейс, конфиг, рантайм, воркфлоу,
|
|
32
|
+
миддлвар, сериализация, бэкенд. This is normal professional language — use it freely.
|
|
33
|
+
2. **A raw English word dropped into a Russian sentence** when a plain Russian word exists —
|
|
34
|
+
FORBIDDEN: `medium`→«средний», `fallback`→«запасной вариант», `enriched`→«готов»/don't say it,
|
|
35
|
+
`store`→«хранилище», `rung`→«ступень». «Валидация enriched пройдена», «🟡 medium» = суржик.
|
|
36
|
+
3. **A calque** (word-for-word English idiom) — FORBIDDEN: «проза»→«текст», «докрутить»→«доработать».
|
|
37
|
+
Litmus: is there an established Russian / transcribed form that IT people really use? → use it.
|
|
38
|
+
Otherwise use a normal Russian word. Never leave a bare English word in the sentence, never calque an
|
|
39
|
+
idiom. English tokens (status `enriched`/`filled`, commands, code symbols) live ONLY in `code`/frontmatter.
|
|
40
|
+
</Axiom>
|
|
41
|
+
|
|
42
|
+
<Axiom id="AX_LAZY_LOAD">
|
|
43
|
+
Load a directive at the step that USES it, never earlier. Reading this file at GATHER does NOT
|
|
44
|
+
mean loading everything it references — a bare `INCLUDE_ONCE`/`RE_READ` mention is a pointer for
|
|
45
|
+
its step, not a command to read now. Front-loading wastes context and primes the wrong step
|
|
46
|
+
(e.g. reading `posting-rules` before any analysis). The per-step load map (see ReviewPipeline
|
|
47
|
+
Step 0):
|
|
48
|
+
- Scout / change map → `visual-vocabulary.directive.xml`.
|
|
49
|
+
- Review pass (arch/code) → `arch-interrogation` + `code-interrogation`.
|
|
50
|
+
- Contract track (the plan emits it when the diff touched a JSDoc contract / `#region` /
|
|
51
|
+
comment) → `contract-interrogation.directive.xml` — MANDATORY concentration audit across ALL
|
|
52
|
+
changed contracts (spec-exists · no-bloat · no-changelog, judged against each file's own
|
|
53
|
+
coding rules).
|
|
54
|
+
- Synthesis → `golden-chat-output.example.md`.
|
|
55
|
+
- Update branch → `update-review.directive.xml` (only when headChanged + my review exists).
|
|
56
|
+
- Posting → `posting-rules.directive.xml` — NEVER before the posting step.
|
|
57
|
+
Each step below names what to load and which axioms to anchor on; load exactly that, then act.
|
|
58
|
+
</Axiom>
|
|
59
|
+
|
|
60
|
+
<Axiom id="AX_INDEPENDENT_ANALYSIS">
|
|
61
|
+
The value of the review IS independence — independence, independence, and again independence. The
|
|
62
|
+
deep analysis (the `arch-interrogation` battery and the code-review pass) MUST run in FRESH,
|
|
63
|
+
INDEPENDENT subagents, one per track — NEVER in this orchestrator session. My session is already
|
|
64
|
+
polluted: the inbox list, loaded directives, other MRs, this whole conversation. Running the
|
|
65
|
+
interrogation here yields a muddy review that misses details and anchors on what I already think I
|
|
66
|
+
know. A subagent starts clean and sees ONLY its task file — that is how the review stays honest.
|
|
67
|
+
This holds even for a one-track plan: `mode: inline` means ONE subagent, NOT "do it myself." The
|
|
68
|
+
orchestrator only scaffolds, enriches context, DISPATCHES, reads the filled files, and
|
|
69
|
+
synthesizes — it never runs the battery in its own context. If I catch myself reading MR code to
|
|
70
|
+
analyze it here, STOP and dispatch a subagent instead.
|
|
71
|
+
</Axiom>
|
|
72
|
+
<Axiom id="AX_MR_BODY_STRUCTURE">
|
|
73
|
+
The MR description mirrors the README.md structure (TL;DR → change map → architecture →
|
|
74
|
+
behaviour → scenarios → entities → verdicts → candidates). Heavy sections that obscure the
|
|
75
|
+
overview (per-topic deep-dives, file table, entity detail cards, candidate table) MUST be
|
|
76
|
+
wrapped in `<details><summary>` so the description is scannable — the reader sees the verdict
|
|
77
|
+
at a glance and drills down on demand. Fold aggressively: only ONE orienting diagram (the
|
|
78
|
+
overview change map) and the TL;DR/status line stay visible by default — every other diagram
|
|
79
|
+
(before→after fix diagrams, C4/architecture, sequence flows, per-topic deep-dives) goes INSIDE
|
|
80
|
+
a `<details><summary>` alongside its explanation. GitLab still renders Mermaid inside an opened
|
|
81
|
+
`<details>` block — collapsing costs one click, not the diagram. The `<summary>` text itself
|
|
82
|
+
must carry the gist (e.g. "🔴 Блокер N — <one-line problem> (было → стало)") so the reader
|
|
83
|
+
knows what is behind the fold without opening it. Minimal visible (non-collapsed) structure:
|
|
84
|
+
TL;DR paragraph, ONE change-map diagram (Mermaid), status line. The title follows the project's
|
|
85
|
+
conventional-commit style: `type(scope): description` — no `+` concatenation, no internal
|
|
86
|
+
tokens, no raw commit SHAs.
|
|
87
|
+
</Axiom>
|
|
88
|
+
|
|
89
|
+
<Axiom id="AX_MR_BODY_NO_STATIC_DIFFSTAT">
|
|
90
|
+
NEVER put aggregate diff-size numbers in the MR description — file count, `+N/−M` line totals,
|
|
91
|
+
"K файлов изменено" and the like, whether in the TL;DR, a table, or a `<details>` summary.
|
|
92
|
+
GitLab's own diff view already shows this, live, updated on every push — the description's copy
|
|
93
|
+
is a snapshot that goes stale the moment the next commit lands (exactly what happened on
|
|
94
|
+
MR!177: "4 коммита · 30 файлов · +1001/−115" was already wrong before the round that added it
|
|
95
|
+
finished). This is distinct from review-outcome counts (findings per track, verdict tallies for
|
|
96
|
+
a completed round) — those describe what happened in a review, not the current diff's size, and
|
|
97
|
+
stay in scope. Per-file category tables that exist ONLY to restate diff numbers (file → path,
|
|
98
|
+
+lines, −lines) are redundant with GitLab's diff tab — drop them; name specific files in prose
|
|
99
|
+
only where the reader needs to know WHICH files, not how big the change was.
|
|
100
|
+
</Axiom>
|
|
101
|
+
</BeliefState>
|
|
102
|
+
|
|
103
|
+
<SessionInvariants>
|
|
104
|
+
Hold these to the end of the session, even after context compression. Every time, on each "next
|
|
105
|
+
MR", regardless of size:
|
|
106
|
+
|
|
107
|
+
1. **Always visualize the change.** First thing, before prose — a change map in chat (see
|
|
108
|
+
`AX_CHANGE_MAP` in arch-interrogation): entities/components as nodes coloured by change type
|
|
109
|
+
(🆕/✏️/🗑️/↪︎), files annotated, greyed neighbors, one caption "что произошло". An answer that
|
|
110
|
+
is just a link to the MR, with no visual, is forbidden.
|
|
111
|
+
2. **Everything in chat must render; a visual is mandatory.** Relational meaning (file map, C4,
|
|
112
|
+
flows, delta) → a picture, not prose. WHICH diagram fits which intent (and its ASCII/Mermaid
|
|
113
|
+
syntax) — `INCLUDE_ONCE("ai/directives/agent-inbox/visual-vocabulary.directive.xml")` (not
|
|
114
|
+
everything is a flowchart). Medium: **if `mcp__visualize__show_widget` is present → render
|
|
115
|
+
with the widget** (best for visualization — use it); no widget → ASCII+emoji as fallback.
|
|
116
|
+
Declare the medium as the first line (action 0). Choice/approval — `AskUserQuestion`. Never
|
|
117
|
+
send Mermaid/SVG to chat (Mermaid is for posting to the VCS, which renders it natively). Do
|
|
118
|
+
not emit markup the chat cannot render.
|
|
119
|
+
3. **Operator language — Russian** (`AX_OPERATOR_LANGUAGE`); code/identifiers/paths/CLI/tokens —
|
|
120
|
+
English.
|
|
121
|
+
4. **Co-reviewer, not a secretary.** Come to every thread and candidate with a READY decision and
|
|
122
|
+
text — asking "what do we do?" without your proposed decision is forbidden. Ask only at three
|
|
123
|
+
points: task choice (when I did not name it) · finalization in ONE package (steps 6–7) · a
|
|
124
|
+
genuine ambiguity (a disputed verdict, a ping candidate from `ThreadModel`). I answer "yes,
|
|
125
|
+
correct", uncheck an item, or edit text via Other — but you propose the decision. The
|
|
126
|
+
finalization Ask is MANDATORY, including for a clean approve — never end a review with a bare
|
|
127
|
+
text "recommend approve"; approve itself is a checkbox in the package the operator confirms.
|
|
128
|
+
ONE exception (`AX_APPROVAL_RESTORE`): if `myApprovalReset == true` and the delta since my
|
|
129
|
+
approval adds no new functionality (merge of target branch / formatting / comments), restore
|
|
130
|
+
the approval automatically without the Ask — I already agreed to this state and the reset was
|
|
131
|
+
mechanical. Report it after the fact. This is the only case where approve happens without Ask.
|
|
132
|
+
5. **Repeat visit — delta first.** `headChanged.kind != "none"` → BEFORE anything else show,
|
|
133
|
+
visually, "what is new since last time": new commits (sha + subject), which files they
|
|
134
|
+
touched, new replies in threads. The operator must see what the author changed at the last
|
|
135
|
+
moment, before any verdicts.
|
|
136
|
+
6. **Links — always clickable markdown.** Any link to the MR — `[group/proj!iid](webUrl)` (or the
|
|
137
|
+
PR URL for GitHub), NEVER bare text or a bare URL: the operator must click in chat and land on
|
|
138
|
+
the MR/PR. Mandatory in the header and footer of EVERY per-MR answer (first and last lines)
|
|
139
|
+
and in any summary. Artifact paths too — `[README.md](/abs/path/README.md)`. An answer where
|
|
140
|
+
the MR is named as plain text without `[…](…)` is defective — redo it.
|
|
141
|
+
7. **Analysis runs in independent subagents — never in my session** (`AX_INDEPENDENT_ANALYSIS`).
|
|
142
|
+
The review battery goes to fresh subagents (one per track; `inline` = one subagent). I never run
|
|
143
|
+
the interrogation in this polluted session — it loses details and anchors on what I already
|
|
144
|
+
think. If I start reading MR code to judge it here, STOP and dispatch.
|
|
145
|
+
</SessionInvariants>
|
|
146
|
+
|
|
147
|
+
<Intents>
|
|
148
|
+
- **(default / `list` / "разбери входящие")** — interactive review: actionable list → propose ≤5
|
|
149
|
+
tasks as checkboxes → walk them one by one. I steer, you drive.
|
|
150
|
+
- `tick` (=`once`/`sync`) — ONE silent pass for the scheduler:
|
|
151
|
+
`npx tsx ~/Developer/gennady/cli/gennady.ts inbox`, show the delta, stop. No Ask, no posting.
|
|
152
|
+
- `loop` — the scheduler repeats `tick`; frequency is set externally (`/loop 10m` for the session;
|
|
153
|
+
launchd `StartInterval`/cron in the background). The skill does not set frequency; `tick` is
|
|
154
|
+
idempotent via the registry `~/.gennady/inbox-registry.json` (shows only the delta).
|
|
155
|
+
- `reset` — `npx tsx ~/Developer/gennady/cli/gennady.ts inbox --reset` (wipes local state only:
|
|
156
|
+
registry + worktrees). Does NOT touch server-side drafts — those are removed only by an explicit
|
|
157
|
+
`vcs-draft-note --delete-all` on operator request (AI-08).
|
|
158
|
+
|
|
159
|
+
Outside a VCS repo → pass `--vcs-host=<host>` on every call. Token by provider: GitLab →
|
|
160
|
+
`GITLAB_PERSONAL_TOKEN`; GitHub → `GITHUB_PERSONAL_TOKEN` / `GITHUB_TOKEN`.
|
|
161
|
+
</Intents>
|
|
162
|
+
|
|
163
|
+
<InboxPresentation>
|
|
164
|
+
Data — `npx tsx ~/Developer/gennady/cli/gennady.ts inbox --json [--vcs-host=<host>]`: per MR
|
|
165
|
+
`ref`/`webUrl`/`title`/`description`/`author`/`reviewers`/`role`/`stage`/`delta`/`age`/
|
|
166
|
+
`openQuestions`/`lastAuthor`/`events`; at the top `total`/`hidden`/`delta`.
|
|
167
|
+
|
|
168
|
+
The list is already filtered to actionable by the CLI (merged/closed, my approve,
|
|
169
|
+
`idle` hidden; `awaiting_reply` hidden only when `delta == 'idle'`; counts in `hidden`). Everything in `groups` genuinely awaits me —
|
|
170
|
+
do NOT filter by hand. Full list — `--all`.
|
|
171
|
+
|
|
172
|
+
- **delta > 0** → a widget (or ASCII dashboard): cards for `new`/`updated` only (badge
|
|
173
|
+
`Reply`/`Review` + `ref`→`webUrl` + `age`; `title` below; small author/reviewers/`openQuestions`/
|
|
174
|
+
`lastAuthor` + a gist line from `description`), collapse `idle` into "без изменений — N". Widget:
|
|
175
|
+
2 columns, Tabler icons/colour only (no emoji), accent Reply=danger, Review=warning, `✗ci`/`⚠`
|
|
176
|
+
from `events`.
|
|
177
|
+
- **no delta** → `😴 Без изменений · 📥 {total} actionable · 🙈 скрыто {hidden}`.
|
|
178
|
+
- **`total` = 0** → `✅ Инбокс чист`.
|
|
179
|
+
|
|
180
|
+
Emoji (for chat text, not the widget): 📥 inbox · 💬 reply · 👀 review · ⏳ жду · 🆕 new ·
|
|
181
|
+
🔼 updated · ❓ вопросы · ❌ ci · ⚠️ unmergeable · 🙈 скрыто · 😴 тихо · ✅ чисто.
|
|
182
|
+
</InboxPresentation>
|
|
183
|
+
|
|
184
|
+
<HardRules>
|
|
185
|
+
1. **Always visualize** (invariant 1) — no answer without a change map / diagram.
|
|
186
|
+
2. **Post only after Ask.** A checkbox in the menu = consent to the shown text (show texts next to
|
|
187
|
+
the checkboxes). No check → no post. No dry-run (Ask already confirmed; the CLI flag is for
|
|
188
|
+
manual debugging).
|
|
189
|
+
3. **Code is read-only** — you only read; never run the MR's build/tests/scripts.
|
|
190
|
+
4. **Do not invent** — fact-check against thread + code; unsure → ⚠ and ask.
|
|
191
|
+
5. **One MR at a time**, focused.
|
|
192
|
+
6. **Posting to the VCS** (Mermaid-only, granularity, 🤖) — load
|
|
193
|
+
`posting-rules.directive.xml` ONLY at the posting step (per `AX_LAZY_LOAD`), not now
|
|
194
|
+
(`AX_POSTING_MERMAID_ONLY`/`_GRANULARITY`/`_BOT_PREFIX`).
|
|
195
|
+
7. **Analysis before questions.** If the task is already named (I said "take the first/this one" or
|
|
196
|
+
gave it via tick) — do NOT re-ask. Straight to: context → analysis (what changed / what is
|
|
197
|
+
required of me), and ONLY after analysis propose actions. Ask before analysis is forbidden
|
|
198
|
+
(except task choice when I did not name it).
|
|
199
|
+
8. **Nothing to the operator's repo or arbitrary paths.** Output to the operator — chat only. The
|
|
200
|
+
review pipeline artifacts (`PLAN.md`, task files, `README.md`, `HISTORY.md`) live ONLY under
|
|
201
|
+
`<state-dir>/agent-inbox/reports/…` — created by `inbox-review-plan --scaffold` (AI-36), wiped
|
|
202
|
+
by `inbox --reset`. `inbox-registry.json` is internal command state — do not touch it.
|
|
203
|
+
</HardRules>
|
|
204
|
+
|
|
205
|
+
<VcsTools>
|
|
206
|
+
| Tool | Command | When |
|
|
207
|
+
|---|---|---|
|
|
208
|
+
| List | `npx tsx ~/Developer/gennady/cli/gennady.ts inbox [--json] [--all] [--reset]` | start; `--all` removes the filter |
|
|
209
|
+
| **MR context** | `npx tsx ~/Developer/gennady/cli/gennady.ts inbox-context --url <webUrl> --json-file [--skip-worktree] [--skip-threads]` | ONE call, compact stdout. `--json-file` writes the full context to `<reportsDir>/context.json` and prints a compact summary (`{"file","ref","title","webUrl","myRole","stage","author","headChanged","changeset","reviewPlanRequired"}`) — avoids pipe buffer truncation. Read the file with `Read(offset, limit)` when deeper fields are needed (worktree, newCommits, changeset.files). `--json` (no file, full dump to stdout) is available but deprecated for agent use. `reviewPlanRequired: true` → `inbox-review-plan` needed. |
|
|
210
|
+
| **Review plan** | `npx tsx ~/Developer/gennady/cli/gennady.ts inbox-review-plan --path <worktree.path> --base <sha> [--scaffold --ref <ref>] [--validate <dir> [--stage enriched\|filled]]` | Whenever `reviewPlanRequired == true`. No flags — `ReviewPlan { mode, tracks[] }` (dispatch plan). `--scaffold` materializes task files → orchestrator enriches Context → subagents fill → `--validate` (document pipeline; details below, "Review pipeline"). The agent does not think, it executes. |
|
|
211
|
+
| Working copy | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-worktree --url <webUrl>` · `--cleanup <path>` (manual, not in flow) | read-only code + `diff_refs`. Reused across sessions, auto-GC by TTL (7 days from last `inbox-context`). The agent NEVER removes a worktree explicitly. |
|
|
212
|
+
| Threads | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-discussions --url <webUrl> --all` · `--draft` | what was already written / my drafts |
|
|
213
|
+
| CI | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-pipeline --url <webUrl> [--all] [--logs] [--json] [--status <s>]` · `vcs-job ... --action status\|play\|cancel\|retry` · `vcs-job-log ... [--raw]` | `--all --logs` = passed+failed+failed logs; `--status failed` default; jobs — restart/cancel; `--raw` — raw log |
|
|
214
|
+
| Posting | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-reply --url <webUrl>` (JSON array on stdin) | replies/comments/threads/resolve/edit/suggestion |
|
|
215
|
+
| React | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-react --url <webUrl> --comment <noteId> --emoji <name>` | emoji reaction on a note (👍 `thumbsup` · 🚀 `rocket` · ❤️ `heart` · 🎉 `hooray` · 👀 `eyes`). This is the ONLY way to react — never type an emoji into a comment body. `noteId` = `vcs-discussions --json` → `notes[].id` (a NOTE id, not `discussionId`) |
|
|
216
|
+
| Drafts | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-draft-note --url <webUrl> [--list\|--create --body\|--update <id>\|--delete <id>\|--publish <id>\|--delete-all]` | drafts on the MR |
|
|
217
|
+
| Approve | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-approve --url <webUrl> [--revoke]` | approve / `--revoke` |
|
|
218
|
+
| MR body | `npx tsx ~/Developer/gennady/cli/gennady.ts vcs-mr-edit --url <webUrl> --description <body> [--title <t>] [--dry-run]` | AuthorMode, optional ("запускаем как есть"): write the architecture overview into the MR body. `--description` REPLACES the whole body — read current, append, `--dry-run`, apply on consent. Structure — `AX_MR_BODY_STRUCTURE` |
|
|
219
|
+
|
|
220
|
+
### `context.json` (produced by `inbox-context --json-file`)
|
|
221
|
+
|
|
222
|
+
Written to `<reportsDir>/context.json`, sibling of `PLAN.md` and `README.md`. Full MR snapshot — read
|
|
223
|
+
sections on demand with `Read(offset, limit)` to avoid loading 50+ KB into context.
|
|
224
|
+
|
|
225
|
+
**Root keys (top → bottom, stable order):**
|
|
226
|
+
|
|
227
|
+
| Key | ~Size | When to read |
|
|
228
|
+
|---|---|---|
|
|
229
|
+
| `ref`, `title`, `webUrl`, `sourceBranch`, `targetBranch` | tiny | always — compact stdout already has these |
|
|
230
|
+
| `createdAt`, `updatedAt`, `myLogin`, `myRole`, `author`, `reviewers` | tiny | always |
|
|
231
|
+
| `description`, `approvedBy` | small | when role/context needed beyond compact stdout |
|
|
232
|
+
| `headChanged`, `newCommits`, `lastReviewedHeadSha`, `lastApprovedHeadSha`, `myApprovalReset` | small–medium | delta detection, repeat-visit logic |
|
|
233
|
+
| `reviewPlanRequired` | tiny | compact stdout already has this |
|
|
234
|
+
| `worktree` (`.path`, `.base`, `.diffRefs`, `.repoLayout`) | medium | file reads, git commands, scaffold |
|
|
235
|
+
| `changeset` (`.files[]`, `.totals`, `.byCategory`) | large | diff analysis, file map |
|
|
236
|
+
| `stage`, `openQuestions`, `lastAuthor`, `threadStats` | small | thread-based decisions |
|
|
237
|
+
|
|
238
|
+
**Reading strategy:** after `inbox-context --json-file`, read `context.json` in chunks:
|
|
239
|
+
- Lines 1–50 for header + role metadata
|
|
240
|
+
- Lines 50–200 for headChanged + newCommits
|
|
241
|
+
- Lines 200+ for changeset + worktree details (only when needed)
|
|
242
|
+
|
|
243
|
+
**`vcs-reply` (JSON array).** reply/line/suggestion forms —
|
|
244
|
+
`INCLUDE_ONCE("ai/directives/agent-inbox/posting-rules.directive.xml")` CommentFormat. Only in
|
|
245
|
+
this skill:
|
|
246
|
+
- `{"noteId":…,"body":…}` edit / `{"noteId":…,"delete":true}` delete — YOUR OWN note;
|
|
247
|
+
- `{"discussionId":…,"resolve":true}` close (± `body` = reply+close) / `"resolve":false` reopen.
|
|
248
|
+
|
|
249
|
+
**Policy:**
|
|
250
|
+
- **Suggestion** — an exact mechanical fix with a known result (typo `TYPO`, obvious replacement) →
|
|
251
|
+
suggestion, not prose. Debatable → a comment with a question.
|
|
252
|
+
- **Resolve — YOUR OWN threads only** (`ThreadModel` in posting-rules; exception — threads on my
|
|
253
|
+
own MR). A peer's correct thread → 👍 reaction (vcs-react) without resolve, the owner closes it. My thread closes when
|
|
254
|
+
ITS goal is met (fix visible in the diff / answer received), not when the conversation goes
|
|
255
|
+
quiet. Format → `AX_POSTING_SILENT_RESOLVE`: 👍 + resolve WITHOUT a body. Text only if a
|
|
256
|
+
substantive answer is needed (disagreement, clarification).
|
|
257
|
+
- **Approve / `--revoke`** — approve only with no blocking comments of mine; `--revoke` if the MR
|
|
258
|
+
changed after approve or a problem was found. Approve is per-MR, resolve is per-thread.
|
|
259
|
+
- **Edit/delete — own notes only** (`noteId` from `vcs-discussions --json`).
|
|
260
|
+
- Any posting — after Ask (rule 2), live, no dry-run.
|
|
261
|
+
</VcsTools>
|
|
262
|
+
|
|
263
|
+
<ActionMap>
|
|
264
|
+
| role / stage | mechanism |
|
|
265
|
+
|---|---|
|
|
266
|
+
| `reply_needed` | `INCLUDE_ONCE("posting-rules.directive.xml")` `ThreadModel` + ReactionMatrix → fact-check ALL discussions (`vcs-discussions --all --json`, not just `--my`) → per thread owner/goal/nextActor/status. Reactions are `vcs-react` tool calls, NEVER emoji in a body; mere agreement is a reaction with NO text (`AX_REACTION_IS_A_TOOL_CALL`) → my thread + fixed-in-code → 👍 + resolve silently; my thread + not-fixed → reply (author silent → PING_POLICY: no auto-resolve, no auto-ping); peer thread + agree → 👍 WITHOUT resolve (owner closes); my duplicate of a peer → resolve MINE + 👍 theirs; disagree → reply with position; partial author replies → skipped threads `waiting-author`, action NONE ("ждут автора: N"). all-fixed-no-new → approve |
|
|
267
|
+
| `review_needed` (first review) | context → DISPATCH independent subagents (`AX_INDEPENDENT_ANALYSIS`: `arch-interrogation` per track + a subagent with its own code-review skills; never analyze in this session) → read filled files → helicopter report + verdicts → posting (spec = 1 comment on line 1; code = line, exact fixes = suggestion; already raised = reply into thread; resolved = resolve) → finalization Ask (step 7) with approve + non-blocking comments as checkboxes; `vcs-approve` only after operator consent — never a bare "recommend approve" |
|
|
268
|
+
| `author` (my own MR) | `RE_READ("arch-interrogation.directive.xml")` AuthorMode. Read BOTH: reviewer comments already on the MR (`vcs-discussions --url <webUrl> --all --json`, check each against the code) + my own review (same battery/ladder/depth). For each point decide: needs a fix / needs an answer / agree. Give me three: **Сводка** (что написали ревьюверы + мой вывод), **Задание на исправление** (one copyable block for my development agent), **Черновики ответов** (reply text for disagree/question · 👍 reaction for agree). Finalization Ask: approve replies and reactions to publish; I take the fix-task away. No comments → only the self-review as a fix-task (+ optional architecture overview → MR body via `vcs-mr-edit --description`) |
|
|
269
|
+
| `awaiting_reply` / `idle` | nothing — hidden by the CLI, not in the actionable list (visible under `--all`) |
|
|
270
|
+
</ActionMap>
|
|
271
|
+
|
|
272
|
+
<TickProcedure>
|
|
273
|
+
`npx tsx ~/Developer/gennady/cli/gennady.ts inbox --json` → present per InboxPresentation (delta →
|
|
274
|
+
widget; empty → the `😴` line). No Ask, no posting — exactly what `loop` repeats.
|
|
275
|
+
</TickProcedure>
|
|
276
|
+
|
|
277
|
+
<InteractiveProcedure>
|
|
278
|
+
0. **Pre-flight: config.** `npx tsx ~/Developer/gennady/cli/gennady.ts inbox --json`. If the
|
|
279
|
+
response has `"configured": false`:
|
|
280
|
+
- Do NOT print text and do NOT exit. Ask the operator via two SEPARATE `AskUserQuestion` (strictly
|
|
281
|
+
sequential — first, wait, then the second):
|
|
282
|
+
- **First `reposBase`:** "Где лежат репозитории?" — options `~/Developer` (Recommended),
|
|
283
|
+
`~/work`, `~/projects`, `~/src` + Other. Validate: absolute path, exists, isDirectory.
|
|
284
|
+
Invalid → re-ask, do not proceed without a valid answer.
|
|
285
|
+
- **Then `vcsHost`:** "Какой хост?" — options from `git remote get-url origin` (auto-detected)
|
|
286
|
+
+ Other. Validate: non-empty.
|
|
287
|
+
- Then `inbox config --set reposBase=<path> --set vcsHost=<host>`, retry `inbox --json`.
|
|
288
|
+
- Already `"configured": true` → straight to step 1.
|
|
289
|
+
1. **Inbox.** `inbox --json` → widget/dashboard (list is already actionable).
|
|
290
|
+
2. **Task choice — ONLY if I did not name it.** I said "take the first/this one" (or gave it via
|
|
291
|
+
tick) → skip Ask, take it, go to step 3. Otherwise: show ≤5 tasks visually with context
|
|
292
|
+
(`ref`/stage/`title`/author/age/`openQuestions`) and `AskUserQuestion` `multiSelect` (≤4 +
|
|
293
|
+
Other; >4 → top-4 by urgency, `[reply]` over `[review]`). One at a time.
|
|
294
|
+
3. **Context in one call.** `inbox-context --url <webUrl> --json-file [--vcs-host=<host>]` → compact stdout
|
|
295
|
+
(`file` path + key fields). Read `context.json` with `Read(offset, limit)` for deeper sections
|
|
296
|
+
(changeset, worktree, newCommits). Right after: `ls <worktreePath>` — one permission prompt for the
|
|
297
|
+
whole dir, then reads inside go without repeats.
|
|
298
|
+
4. **Analysis.** The single-MR document pipeline (scaffold → enrich Context → dispatch by task
|
|
299
|
+
files → validate → synthesize) — full procedure below, "Review pipeline".
|
|
300
|
+
**Hard gate:** `arch-interrogation` `H_NO_REVIEW_PLAN` — if `reviewPlanRequired == true`, the
|
|
301
|
+
task files must be materialized (`inbox-review-plan --scaffold`) BEFORE any analysis.
|
|
302
|
+
**Always a plan:** first review → full plan (`--base <worktree.base>`); fast_forward → delta plan
|
|
303
|
+
(`--base <lastReviewedHeadSha>`); rewritten → full plan again.
|
|
304
|
+
**Repeat visit** (`headChanged.kind != "none"`) → read the prior `README.md`/`HISTORY.md` from
|
|
305
|
+
`<state-dir>/agent-inbox/reports/…` for this MR BEFORE analysis — input to the delta block
|
|
306
|
+
(invariant 5).
|
|
307
|
+
**Always drafts:** BEFORE review — `vcs-discussions --my --with-drafts` (investigation vector);
|
|
308
|
+
AFTER review — `vcs-draft-note --delete-all` + `vcs-discussions --all` (reconcile).
|
|
309
|
+
Then the change map (invariant 1), then:
|
|
310
|
+
- `reply_needed`/`awaiting` → fact-check ALL threads, do NOT run review (step 5):
|
|
311
|
+
1. `vcs-discussions --all --json` (NOT `--my`) — load all discussions.
|
|
312
|
+
2. Annotate each thread per `<ThreadModel>` from `INCLUDE_ONCE("posting-rules.directive.xml")`:
|
|
313
|
+
owner / goal / nextActor / status. Then ReactionMatrix + PreFlight.
|
|
314
|
+
3. Verify facts against code (diff/worktree), not the author's words.
|
|
315
|
+
4. Build the action list (resolve mine / 👍 via vcs-react / reply); `waiting-author` threads → into the
|
|
316
|
+
summary "ждут автора: N", no action, no ping (PING_POLICY).
|
|
317
|
+
- `review_needed` + `headChanged.kind == "fast_forward"` + my review exists (my threads from
|
|
318
|
+
`vcs-discussions --my --with-drafts` non-empty, or I am in `approvedBy`) →
|
|
319
|
+
`INCLUDE_ONCE("update-review.directive.xml")` — update check (cross-reference old comments with
|
|
320
|
+
the new diff, scan for new problems). Full `arch-interrogation` NOT run; code-review subagent
|
|
321
|
+
NOT run.
|
|
322
|
+
- `review_needed` (first review / `kind == "none"` / `kind == "rewritten"` / fast_forward without
|
|
323
|
+
my review) → scout + split (see "Review pipeline") AND a separate subagent: tell it to run its
|
|
324
|
+
own code-review skills over `base..HEAD` (bugs/correctness) — findings into the shared report.
|
|
325
|
+
The review battery ALWAYS runs in a subagent — never in this session (`AX_INDEPENDENT_ANALYSIS`);
|
|
326
|
+
`inline` = one subagent, `fan_out` = one per track. Each review subagent gets this remit:
|
|
327
|
+
> ⚠️ **REMIT:** before any output on the MR `RE_READ("arch-interrogation.directive.xml")` in
|
|
328
|
+
> full, ignoring prior knowledge. Follow `OutputFormat` literally (all sections, order,
|
|
329
|
+
> separators), run `SelfCheck`, compare against `RE_READ("golden-chat-output.example.md")`. The
|
|
330
|
+
> entire `BeliefState` (`AX_*`), `InterrogationBattery`, `PackageExtractionGate`, `VerdictModel`,
|
|
331
|
+
> `HaltConditions` — mandatory in full, not a subset.
|
|
332
|
+
|
|
333
|
+
Subagent input — ONE path to its task file (document pipeline, "Review pipeline" Step 3):
|
|
334
|
+
`ref`/`webUrl`/`diff_refs`/`path`/`base`/`prior_threads`/`my_drafts`/`my_login` are already in
|
|
335
|
+
its `## Контекст`, the track's file list in its `## Область`. Do not restate structure/visual/
|
|
336
|
+
axes/verdicts/candidates — they are in the directive.
|
|
337
|
+
5. **Candidates.** `reply_needed`: fact-check (right/wrong) → apply
|
|
338
|
+
`INCLUDE_ONCE("posting-rules.directive.xml")` PreFlight to each candidate STRICTLY along the
|
|
339
|
+
0→5 chain (STOP on first match; ownership and closing rules — `<ThreadModel>`). `review_needed`:
|
|
340
|
+
verdicts from the directive; kinds — `INCLUDE_ONCE("posting-rules.directive.xml")`
|
|
341
|
+
CandidateTagging. `author` (AuthorMode): read reviewer comments (`--all`, checked against the
|
|
342
|
+
code) + my own review (`reviewPlanRequired == true` → document pipeline runs, same depth). For
|
|
343
|
+
each point decide: needs a fix / needs an answer / agree. Step 7 delivers three: Сводка · Задание
|
|
344
|
+
на исправление (one copyable block for my development agent) · Черновики ответов (reply for
|
|
345
|
+
disagree/question · 👍 reaction for agree). Findings are NOT written to threads on my own MR.
|
|
346
|
+
6. **Decision (co-reviewer digest, invariant 4).** Without asking, show the ready decision as one
|
|
347
|
+
block: per thread/candidate — the action (👍 react/resolve/reply/line-comment/suggestion/approve)
|
|
348
|
+
and the ready text next to it; a separate line "ждут автора: N (не пинговать)" and "пропущено:
|
|
349
|
+
что и почему". This is your reviewer's verdict — the operator should be able to just say "yes".
|
|
350
|
+
7. **One Ask for the whole package — MANDATORY, always fire it** (`AskUserQuestion` `multiSelect`,
|
|
351
|
+
≤4 + Other; several allowed). A review is NOT complete until this Ask is fired — ending with a
|
|
352
|
+
bare text "recommend approve" and no Ask is an incomplete turn. This holds even when the verdict
|
|
353
|
+
is a clean approve with no blockers: the operator still decides. Typical items to offer (check
|
|
354
|
+
what applies): **✅ поставить approve** · **💬 запостить N неблокирующих замечаний** (перечисли
|
|
355
|
+
их с текстом рядом, каждое — своя галочка или под-выбор) · **✍️ добавить мою реплику** (через
|
|
356
|
+
Other) · **skip MR**. Plus "drill into an entity / question about the code". Approve and
|
|
357
|
+
non-blocking comments can go together — a clean MR with 3 `minor`/`trivial` candidates offers
|
|
358
|
+
"approve + post the 3 comments" as separate checkboxes, not a prose recommendation. On
|
|
359
|
+
"drill/question" — answer and show the (updated) package again. Skip only by an explicit check.
|
|
360
|
+
No separate "controller" before the package — decision and menu come together.
|
|
361
|
+
8. **Post live** — `INCLUDE_ONCE("posting-rules.directive.xml")` (PreFlight → JSON forms → posting
|
|
362
|
+
STOP-CHECK there). Via `vcs-reply` (reply/line/discussion/suggestion/edit/delete/resolve) as one
|
|
363
|
+
JSON array; approve — `vcs-approve [--revoke]`. Command unavailable — tell me.
|
|
364
|
+
9. **Messenger summary — after all VCS actions, before close.** Offer to send a short
|
|
365
|
+
summary to the people we interacted with via VK Teams messenger. Any role, any review.
|
|
366
|
+
|
|
367
|
+
- **Probe:** `vk-ws_list-chats` / `vk-ws_send-message` missing from available tools →
|
|
368
|
+
«Инструменты мессенджера недоступны, отправка сводки пропущена.» → Step 10.
|
|
369
|
+
|
|
370
|
+
- **Candidates** from loaded MR data: `review_needed`/`reply_needed` → the MR author;
|
|
371
|
+
`author` (my MR) → each reviewer whose threads I addressed (resolved, replied to,
|
|
372
|
+
or reacted to). No candidates → skip to Step 10.
|
|
373
|
+
|
|
374
|
+
- **Summary text** — mechanical extraction of what we already did, 2–4 lines in
|
|
375
|
+
Russian. For the author: verdict (approve/not) + count of non-blocking comments
|
|
376
|
+
posted + count of threads replied to. For a reviewer on my MR: which of their
|
|
377
|
+
threads were resolved/replied-to and the outcome. Plain text only — VK Teams
|
|
378
|
+
does NOT render markdown (no `[text](url)`, no `**bold**`). Emit the webUrl
|
|
379
|
+
bare on its own line (VK Teams auto-links it). Format:
|
|
380
|
+
```
|
|
381
|
+
🤖💡 <merge title>
|
|
382
|
+
- <what I did relevant to this person>
|
|
383
|
+
- …
|
|
384
|
+
<webUrl>
|
|
385
|
+
```
|
|
386
|
+
|
|
387
|
+
- **ONE Ask** (`AskUserQuestion` `multiSelect`, ≤4 + Other). Each checkbox shows
|
|
388
|
+
name + role + the ready summary text — the operator sees exactly what will be sent.
|
|
389
|
+
Include an explicit **📨 Пропустить — не отправлять сводку** option at the top
|
|
390
|
+
(like «skip MR» in Step 7). If checked alone — skip to Step 10. If checked
|
|
391
|
+
together with recipients — skip takes priority (nothing is sent). Operator can
|
|
392
|
+
also edit summary text via Other.
|
|
393
|
+
|
|
394
|
+
- **Resolve person → VK Teams chat.** For each checked candidate, extract the
|
|
395
|
+
GitLab login (`author.username`) — this is more stable than display name.
|
|
396
|
+
Fall back to `author.name` if username is unavailable. Probe:
|
|
397
|
+
`vk-ws_list-chats(people=["<login>"])` → pick most recently active. Not found →
|
|
398
|
+
«⚠️ <имя> не найден в мессенджере», continue with remaining candidates.
|
|
399
|
+
|
|
400
|
+
- **Send.** `vk-ws_send-message(chat_sn="...", text="...")` per resolved candidate.
|
|
401
|
+
Report results to operator — one line per recipient («📨 Отправлено: …» /
|
|
402
|
+
«⚠️ Не отправлено: …»). Send failures do NOT block the flow — report and proceed
|
|
403
|
+
to Step 10.
|
|
404
|
+
10. **Close.** Summary — a short digest in chat (rule 8: operator gets chat only).
|
|
405
|
+
End the digest with an **Артефакты** line of clickable markdown links (invariant 6) so the
|
|
406
|
+
operator can open the files: the report folder + each artifact —
|
|
407
|
+
`**Артефакты:** [папка](abs/dir) · [README](abs/README.md) · [HISTORY](abs/HISTORY.md) · [logic.task](abs/tasks/logic.task.md) · …`
|
|
408
|
+
(absolute paths from `mrReportsDir`). → next MR.
|
|
409
|
+
</InteractiveProcedure>
|
|
410
|
+
|
|
411
|
+
<WhenNotToSkip>
|
|
412
|
+
What the CLI hides (`awaiting`/`idle`/approved) never reaches the list — everything taken needs a
|
|
413
|
+
reaction. Skip only by an explicit "skip" check (someone else's MR, nothing to add, I am not in the
|
|
414
|
+
threads). Do NOT skip: `review_needed` without a done review (even large, even "nothing to say"); an
|
|
415
|
+
open thread awaiting my reply. Even one line of code needs review.
|
|
416
|
+
</WhenNotToSkip>
|
|
417
|
+
|
|
418
|
+
<OutOfScope>
|
|
419
|
+
- Full author cycle (merge/rebase/draft↔ready/reviewers) — later; self-review summary and threads on
|
|
420
|
+
my own MRs are in scope.
|
|
421
|
+
- Running the MR's tests/build (executing untrusted code) — needs docker isolation.
|
|
422
|
+
</OutOfScope>
|
|
423
|
+
|
|
424
|
+
<!-- ===== Review pipeline for a single MR (former agent-inbox-take) ===== -->
|
|
425
|
+
|
|
426
|
+
<ReviewPipeline>
|
|
427
|
+
Runs when the agent takes an MR (`review_needed` or `reply_needed`). Does not restate the
|
|
428
|
+
directives — it forces reading them.
|
|
429
|
+
|
|
430
|
+
## Step 0 — Load map (per `AX_LAZY_LOAD`, NOT a front-load)
|
|
431
|
+
Do NOT read all directives up front. Read each at its step, and only then — reading fresh (not
|
|
432
|
+
from memory) at the point of use is still mandatory. What loads where:
|
|
433
|
+
- **Step 1, emitting the change map** → `visual-vocabulary.directive.xml` (`<DiagramSelection>`
|
|
434
|
+
which diagram per intent — not everything a flowchart; `<Syntax>`; `AX_CHANGE_MAP`,
|
|
435
|
+
`AX_INFOGRAPHIC_FIRST`).
|
|
436
|
+
- **Step 3 review subagent** (inline = one, fan_out = one per track) → the SUBAGENT loads
|
|
437
|
+
`arch-interrogation.directive.xml` (full `<BeliefState>`, `<ExecutionPlan>` STEP_0..STEP_5,
|
|
438
|
+
`<SelfCheck>`; anchor `AX_ADVERSARIAL_DEFAULT`, `AX_CHANGESET_SCALE`, `AX_PRIOR_DISCUSSION_AWARENESS`)
|
|
439
|
+
+ `code-interrogation.directive.xml` (`<Probes>` NAT/IDIOM/LIT/DEP/GLOBAL/TEST/SEC/BIZ/TYPO;
|
|
440
|
+
`<ScopeGuard>`). The orchestrator does NOT run the battery itself (`AX_INDEPENDENT_ANALYSIS`).
|
|
441
|
+
The `contract` track's subagent (present whenever `inbox-review-plan` detected a changed JSDoc /
|
|
442
|
+
`#region` / comment) instead loads `contract-interrogation.directive.xml` and runs its three
|
|
443
|
+
checks over every changed contract — a mandatory track, judged against each file's governing
|
|
444
|
+
coding rules (resolved from its SDD phase, injected into `## Контекст` at enrichment).
|
|
445
|
+
- **Step 4 synthesis** → `golden-chat-output.example.md` (structure reference; RE_READ arch per REMIT).
|
|
446
|
+
- **Update branch** → `update-review.directive.xml` (only when headChanged + my review exists).
|
|
447
|
+
- **Step 8 posting** → `posting-rules.directive.xml` — NEVER before the posting step.
|
|
448
|
+
- **Step 9 messenger** → no directive; probe for `vk-ws_list-chats` / `vk-ws_send-message`
|
|
449
|
+
in available tools. Missing → skip, tell operator. Available → resolve recipients via
|
|
450
|
+
`vk-ws_list-chats(people=[...])`, send via `vk-ws_send-message`.
|
|
451
|
+
- **`reply_needed`** needs none of the review battery — only `posting-rules` `<ThreadModel>` at the
|
|
452
|
+
reaction step. Do not load arch/code/visual/golden for a reply-only MR.
|
|
453
|
+
|
|
454
|
+
**Pipeline gates run silently — the operator sees only the review result.** Run the
|
|
455
|
+
`--validate --stage enriched/filled` checks without announcing them. «Валидация enriched пройдена»
|
|
456
|
+
is doubly wrong: it exposes machinery the operator does not need AND it is суржик (English `enriched`
|
|
457
|
+
dropped into a Russian sentence — see `AX_OPERATOR_LANGUAGE`). If progress must be shown, use clean
|
|
458
|
+
Russian about the WORK, not the tokens — «разбор готов, свожу отчёт».
|
|
459
|
+
|
|
460
|
+
## Step 0a — Drafts and discussion context (BEFORE review)
|
|
461
|
+
Drafts are a temporary investigation tool, not a permanent artifact; removed after review.
|
|
462
|
+
1. Load drafts and my threads: `vcs-discussions --url <webUrl> --my --with-drafts --json` →
|
|
463
|
+
`my_drafts` = investigation vector; `my_threads` = what I already wrote (dedup).
|
|
464
|
+
2. Pass to subagents via the task file's Context (not separate fields): `prior_threads` +
|
|
465
|
+
`my_drafts` + `my_login` are folded into `## Контекст` at Step 2, with `worktree.path`,
|
|
466
|
+
`diff_refs`, `base`, `ref`, `webUrl` — the subagent gets ONE file path, everything else inside.
|
|
467
|
+
3. AFTER review, BEFORE posting (Step 4): `vcs-draft-note --delete-all` (drafts served their
|
|
468
|
+
purpose) then `vcs-discussions --url <webUrl> --all --json`. Reconcile duplicates
|
|
469
|
+
(`AX_POSTING_NO_DUPLICATES`); apply `<ThreadModel>` + `ReactionMatrix` to peer threads
|
|
470
|
+
(peer-said-same → 👍 WITHOUT resolve, owner closes; my duplicate of a peer → resolve MINE;
|
|
471
|
+
peer-said-different → reply).
|
|
472
|
+
|
|
473
|
+
## Step 1 — Scout
|
|
474
|
+
Role fork:
|
|
475
|
+
- `myRole=author` → load `arch-interrogation` in `<AuthorMode>`. Load ALL reviewer comments first —
|
|
476
|
+
`vcs-discussions --url <webUrl> --all --json` (not `--my`) — they are the main input. Priority:
|
|
477
|
+
`role=author` + `headChanged != none` → `update-review` first, then `AuthorMode`. `headChanged ==
|
|
478
|
+
none` → straight to `AuthorMode`.
|
|
479
|
+
- `myRole=reviewer` → standard adversarial review via `arch-interrogation`.
|
|
480
|
+
1. `inbox-context --url <webUrl> --json-file [--vcs-host=<host>]`. Read `context.json` for
|
|
481
|
+
changeset, worktree, threads. Right after: `ls <path>` (one permission prompt).
|
|
482
|
+
2. `git -C <path> diff --numstat <base>..HEAD` + `--name-status`.
|
|
483
|
+
3. Split files into tracks: **security** (always) / **logic** / **ui** / **tests** / **docs** / **config**.
|
|
484
|
+
4. **Transport (action 0) + change map:** load `visual-vocabulary.directive.xml` NOW (first read of
|
|
485
|
+
the flow — `AX_CHANGE_MAP`, `AX_INFOGRAPHIC_FIRST`). Probe for `mcp__visualize__show_widget`;
|
|
486
|
+
declare the medium on the first line ("чат, widget (инструмент найден)" / "чат, ASCII (виджет
|
|
487
|
+
недоступен)"). Emit the change map; relational diagram — widget if present, ASCII only as fallback.
|
|
488
|
+
5. **Directive choice** by `headChanged.kind` from `inbox-context`:
|
|
489
|
+
- `kind == "fast_forward"` AND (my threads non-empty OR I am in `approvedBy` OR
|
|
490
|
+
`myApprovalReset == true`) → `INCLUDE_ONCE("update-review.directive.xml")` — Steps 2–4 skipped,
|
|
491
|
+
straight to synthesis. `myApprovalReset` means I had approved and a push dropped it: update-review
|
|
492
|
+
checks the delta and, if it adds no new functionality, restores the approval automatically
|
|
493
|
+
(`AX_APPROVAL_RESTORE`) — no Ask.
|
|
494
|
+
- Otherwise → full `arch-interrogation` + `code-interrogation`.
|
|
495
|
+
|
|
496
|
+
## Step 2 — Review plan → task files → enrich (MECHANICAL, no agent decisions)
|
|
497
|
+
Always the document pipeline. The agent NEVER starts analysis without materialized task files. No
|
|
498
|
+
subagent gets a task "verbally" — only via a file (AI-36, D57).
|
|
499
|
+
1. Check `reviewPlanRequired` from `inbox-context`: `false` → no plan (`reply_needed`), go
|
|
500
|
+
to Step 3. `true` (`review_needed` / `author` self-review / fast_forward) → HALT, pick `--base`.
|
|
501
|
+
Author is NOT exempt — AuthorMode runs the same battery, so it materializes README/HISTORY via
|
|
502
|
+
the same pipeline (its finding-set feeds the step-7 hand-off / MR-description outcomes).
|
|
503
|
+
2. Pick `--base`: `fast_forward` + non-empty `lastReviewedHeadSha` → `--base <lastReviewedHeadSha>`
|
|
504
|
+
(delta plan); otherwise (first / `rewritten` / `none`) → `--base <worktree.base>` (full plan).
|
|
505
|
+
3. Materialize: `inbox-review-plan --path <worktree.path> --base <base> --scaffold --ref <ref>` →
|
|
506
|
+
`{ scaffolded, dir, plan, tasks }`. `mode: inline` → one `tasks/review.task.md`; `mode: fan_out`
|
|
507
|
+
→ one per track (except tracks whose `focus` is "skip review").
|
|
508
|
+
4. Enrich each task file's `## Контекст` (orchestrator, not mechanics): what the code cannot know —
|
|
509
|
+
which entities matter in THIS track's files, what was already discussed in `prior_threads`/
|
|
510
|
+
`my_drafts` (`my_login` for dedup), the MR goal, what to look at. Plus facts for autonomous
|
|
511
|
+
filling: `worktree.path`, `diff_refs`, `base`, `ref`, `webUrl`. Minimal per-track context, NOT a
|
|
512
|
+
retelling of the whole MR. Security task: even though its `## Область` lists only security-classified
|
|
513
|
+
files — in `## Контекст` write explicitly "look at the WHOLE diff, not just Scope". Set
|
|
514
|
+
`status: enriched`.
|
|
515
|
+
5. Gate before dispatch: `inbox-review-plan --validate <dir> --stage enriched`. `{ok: false}` (empty
|
|
516
|
+
`## Контекст` somewhere) → fill and retry. Dispatch (Step 3) only after `{ok: true}`.
|
|
517
|
+
The agent makes no decisions: does not count files/lines by hand, does not choose inline vs
|
|
518
|
+
subagents (`ReviewPlan.mode`), does not pick probes (`ReviewTrack.focus`), does not pick the
|
|
519
|
+
directive (`ReviewTrack.directive`), does not classify files into tracks — the command did all that.
|
|
520
|
+
|
|
521
|
+
## Step 3 — Dispatch by task files
|
|
522
|
+
Each subagent gets exactly one input: the path to its task file + "FIRST run `ls <worktree.path>` (the
|
|
523
|
+
root from `## Контекст`) ONCE — that single prompt approves the whole worktree, so the scoped files
|
|
524
|
+
below open without a prompt each. A subagent starts in a fresh session and has NOT approved the
|
|
525
|
+
worktree yet; it is handed a file list and would otherwise ask per file — so `ls` the root before
|
|
526
|
+
reading anything. THEN read `## Область` and `## Контекст`, load the directive from `track.directive`
|
|
527
|
+
(see `## Область`), run the probes from `focus`, fill
|
|
528
|
+
`## Находки` / `## Кандидаты` / `## Вердикт` per the file schema, set `status: filled`". Report —
|
|
529
|
+
VCS-flavored markdown (GitLab/GitHub), diagrams — mermaid (in the file; not to chat, see Step 4).
|
|
530
|
+
`mode: inline` → still a subagent: dispatch ONE subagent with the single `tasks/review.task.md`. Do
|
|
531
|
+
NOT fill it yourself — the analysis never runs in this session (`AX_INDEPENDENT_ANALYSIS`). Wait for ALL subagents.
|
|
532
|
+
Gate after filling: `inbox-review-plan --validate <dir>`. `{ok: false}` → errors are file-scoped
|
|
533
|
+
(`errors[].file`). Return to the SPECIFIC subagent its file + ITS errors (targeted retry, not the
|
|
534
|
+
whole pipeline), max 1 retry. Same file fails twice → escalate to the operator (show errors), do not
|
|
535
|
+
post.
|
|
536
|
+
|
|
537
|
+
## Step 4 — Synthesis
|
|
538
|
+
Read ALL task files IN FULL, from disk (not subagent retellings — context may have compressed).
|
|
539
|
+
Assemble ONE report per the Golden Example and write it to `README.md` in the same report dir:
|
|
540
|
+
1. Header — markdown link `[ref](webUrl)` + title.
|
|
541
|
+
2. **Change map FIRST** (`AX_CHANGE_MAP`): entity graph (colour by change type + files annotated +
|
|
542
|
+
greyed neighbors + "что произошло" caption). Even a one-line MR → a minimal map. Below: size line
|
|
543
|
+
+ category table + secondary file map. The diagram in `README.md` is Mermaid (validator requires
|
|
544
|
+
it).
|
|
545
|
+
3. **Архитектура — C4/helicopter, ALWAYS** (even delta; `AX_COMPREHENSION_LADDER` rung 2). Distinct
|
|
546
|
+
from the change map. Only a trivial change skips it.
|
|
547
|
+
4. **Поведение** (rung 3): ONE of — `sequenceDiagram` (new/changed runtime flow) OR before→after
|
|
548
|
+
flowcharts (refactor). Omit only for a trivial change with no behavioural delta.
|
|
549
|
+
4b. **Сценарии** (rung 4): use-case «зачем» — product scenario(s) served, grounded in the MR
|
|
550
|
+
description/ticket; if not stated → reconstruct and label «предполагаемый». Trivial → one line.
|
|
551
|
+
5. Entities: [E1]..[EN] with verdicts (✅⚠️❌), role, rationale.
|
|
552
|
+
6. Relationships & risks: [R-IDs], 🎯🧪💥🖐🚀📊.
|
|
553
|
+
7. Verdict table.
|
|
554
|
+
8. Comment candidates: ID/Файл/Строка/Проблема/Ось/Вид table.
|
|
555
|
+
9. Footer — repeat the `[ref](webUrl)` markdown link.
|
|
556
|
+
Append an entry to `HISTORY.md` (append-only: date, `headSha`, full/delta mode, outcome, links to
|
|
557
|
+
this visit's task files).
|
|
558
|
+
**Gate before chat output:** `inbox-review-plan --validate <dir>` (filled) requires a Mermaid C4 in
|
|
559
|
+
`README.md` `## Архитектура` AND that `## Поведение` / `## Сценарии` are filled or explicit
|
|
560
|
+
`n/a — <причина>` (the ladder cannot be silently dropped). `{ok:false}` → fix and re-validate, do
|
|
561
|
+
NOT output to chat.
|
|
562
|
+
**Chat is a projection of the validated `README.md`, not a fresh composition.** After `{ok:true}`
|
|
563
|
+
emit to chat what is in the README: change map + file map + verdicts, converting Mermaid → widget
|
|
564
|
+
(if `mcp__visualize__show_widget` present) or ASCII (fallback, action 0). The README diagram MUST
|
|
565
|
+
reach chat — since the validator confirmed it in the document, skipping it in chat is defective. Do
|
|
566
|
+
not paste raw md/`mermaid` into chat (chat does not render it). Links — markdown `[…](…)` (invariant
|
|
567
|
+
6). Files — for the VCS/orchestration, chat — for the operator (rule 8).
|
|
568
|
+
|
|
569
|
+
## STOP-CHECK (before chat output)
|
|
570
|
+
Run the SelfCheck from `RE_READ("arch-interrogation.directive.xml")` (items 0–6), plus:
|
|
571
|
+
| # | Check | ok? |
|
|
572
|
+
|---|-------|-----|
|
|
573
|
+
| 0c | Prior discussion loaded (vcs-discussions) or explicitly "no threads" | □ |
|
|
574
|
+
| — | `reviewPlanRequired == true` → `inbox-review-plan --scaffold` called with the right `--base`, task files materialized | □ |
|
|
575
|
+
| — | Split plan shown (track → N files → subagent/inline) | □ |
|
|
576
|
+
| — | `--validate --stage enriched` passed BEFORE dispatch, `--validate` (filled) BEFORE synthesis | □ |
|
|
577
|
+
| — | Synthesis (README.md/HISTORY.md) assembled from task files on disk, not from retellings | □ |
|
|
578
|
+
| — | `--validate` (filled) passed: README has the C4 Mermaid + Поведение/Сценарии filled or `n/a — <причина>` | □ |
|
|
579
|
+
| — | Comprehension ladder present (`AX_COMPREHENSION_LADDER`): change map + C4 (always) + behaviour (sequence\|before→after) + use-cases; trivial MR may collapse with n/a+reason | □ |
|
|
580
|
+
| — | Chat is a projection of the validated README (all ladder diagrams projected to widget/ASCII), not a fresh composition | □ |
|
|
581
|
+
| — | Header and footer of chat output — markdown `[ref](webUrl)` (clickable); artifact paths too (invariant 6) | □ |
|
|
582
|
+
| — | Relational rendered by the medium per action 0 — widget if present, ASCII only as fallback (invariant 2) | □ |
|
|
583
|
+
| — | Finalization Ask fired (step 7) — approve / non-blocking comments / my note as checkboxes; NOT a bare "recommend approve" | □ |
|
|
584
|
+
| — | Chat digest ends with an **Артефакты** line — clickable markdown links to the report folder + each artifact (invariant 6) | □ |
|
|
585
|
+
Any □ empty → go back. Especially: if `reviewPlanRequired` was `true` and task files are not
|
|
586
|
+
materialized — that violates `H_NO_REVIEW_PLAN`, go back to Step 2.
|
|
587
|
+
</ReviewPipeline>
|
|
588
|
+
</InboxFlow>
|