@codyswann/lisa 4.54.13 → 4.55.0
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/all/copy-contents/.gitattributes +8 -0
- package/all/copy-overwrite/scripts/check-orphaned-branches.mjs +78 -9
- package/all/copy-overwrite/scripts/check-third-party-action-pins.mjs +17 -1
- package/all/copy-overwrite/scripts/lib/process-tree-runner.mjs +194 -7
- package/all/copy-overwrite/scripts/lisa-enforcement-fallback.sh +31 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-blind-automerge.sh +81 -2
- package/all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh +293 -8
- package/all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh +21 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh +78 -15
- package/all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh +21 -0
- package/all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh +21 -0
- package/all/copy-overwrite/scripts/lisa-hooks/guard-dedupe.bash +340 -0
- package/all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh +29 -1
- package/all/copy-overwrite/scripts/lisa-hooks/worktree-binding-guard.mjs +183 -1
- package/all/copy-overwrite/scripts/lisa-hooks/worktree-binding-guard.sh +21 -0
- package/all/copy-overwrite/scripts/lisa-postinstall.mjs +21 -1
- package/all/copy-overwrite/scripts/lisa-run-gates.mjs +100 -5
- package/all/copy-overwrite/scripts/lisa-work-item.mjs +1085 -80
- package/all/create-only/.github/workflows/continuous-gates.yml +7 -0
- package/cdk/create-only/.github/workflows/ci.yml +7 -0
- package/cdk/create-only/.github/workflows/deploy.yml +21 -0
- package/dist/cli/apply.d.ts.map +1 -1
- package/dist/cli/apply.js +9 -1
- package/dist/cli/apply.js.map +1 -1
- package/dist/cli/doctor-apply-deletions.d.ts +61 -0
- package/dist/cli/doctor-apply-deletions.d.ts.map +1 -0
- package/dist/cli/doctor-apply-deletions.js +137 -0
- package/dist/cli/doctor-apply-deletions.js.map +1 -0
- package/dist/cli/doctor-cdk-preset-adoption.d.ts +15 -0
- package/dist/cli/doctor-cdk-preset-adoption.d.ts.map +1 -0
- package/dist/cli/doctor-cdk-preset-adoption.js +316 -0
- package/dist/cli/doctor-cdk-preset-adoption.js.map +1 -0
- package/dist/cli/doctor-config-shadowing.d.ts +22 -0
- package/dist/cli/doctor-config-shadowing.d.ts.map +1 -0
- package/dist/cli/doctor-config-shadowing.js +123 -0
- package/dist/cli/doctor-config-shadowing.js.map +1 -0
- package/dist/cli/doctor-rails-deploy-intent.d.ts +15 -0
- package/dist/cli/doctor-rails-deploy-intent.d.ts.map +1 -0
- package/dist/cli/doctor-rails-deploy-intent.js +197 -0
- package/dist/cli/doctor-rails-deploy-intent.js.map +1 -0
- package/dist/cli/doctor-seeded-artifacts.d.ts +12 -0
- package/dist/cli/doctor-seeded-artifacts.d.ts.map +1 -0
- package/dist/cli/doctor-seeded-artifacts.js +54 -0
- package/dist/cli/doctor-seeded-artifacts.js.map +1 -0
- package/dist/cli/doctor-stale-banner-scan.d.ts +44 -0
- package/dist/cli/doctor-stale-banner-scan.d.ts.map +1 -0
- package/dist/cli/doctor-stale-banner-scan.js +152 -0
- package/dist/cli/doctor-stale-banner-scan.js.map +1 -0
- package/dist/cli/doctor-stale-managed-banner.d.ts +19 -0
- package/dist/cli/doctor-stale-managed-banner.d.ts.map +1 -0
- package/dist/cli/doctor-stale-managed-banner.js +198 -0
- package/dist/cli/doctor-stale-managed-banner.js.map +1 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +16 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/ui-detected-stacks.d.ts.map +1 -1
- package/dist/cli/ui-detected-stacks.js +3 -2
- package/dist/cli/ui-detected-stacks.js.map +1 -1
- package/dist/cli/update-check.d.ts.map +1 -1
- package/dist/cli/update-check.js +14 -0
- package/dist/cli/update-check.js.map +1 -1
- package/dist/cli/worktree-liveness.d.ts +5 -0
- package/dist/cli/worktree-liveness.d.ts.map +1 -1
- package/dist/cli/worktree-liveness.js +7 -6
- package/dist/cli/worktree-liveness.js.map +1 -1
- package/dist/cli/worktree-ownership.d.ts +13 -0
- package/dist/cli/worktree-ownership.d.ts.map +1 -1
- package/dist/cli/worktree-ownership.js +14 -0
- package/dist/cli/worktree-ownership.js.map +1 -1
- package/dist/configs/eslint/base.d.ts +34 -0
- package/dist/configs/eslint/base.d.ts.map +1 -1
- package/dist/configs/eslint/base.js +34 -0
- package/dist/configs/eslint/base.js.map +1 -1
- package/dist/core/apply-receipt.d.ts +65 -0
- package/dist/core/apply-receipt.d.ts.map +1 -1
- package/dist/core/apply-receipt.js +62 -2
- package/dist/core/apply-receipt.js.map +1 -1
- package/dist/core/cdk-preset-adoption.d.ts +136 -0
- package/dist/core/cdk-preset-adoption.d.ts.map +1 -0
- package/dist/core/cdk-preset-adoption.js +135 -0
- package/dist/core/cdk-preset-adoption.js.map +1 -0
- package/dist/core/config-shadowing.d.ts +36 -0
- package/dist/core/config-shadowing.d.ts.map +1 -1
- package/dist/core/config-shadowing.js +38 -0
- package/dist/core/config-shadowing.js.map +1 -1
- package/dist/core/config.d.ts +11 -0
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js.map +1 -1
- package/dist/core/learnings-merge-driver.d.ts +10 -0
- package/dist/core/learnings-merge-driver.d.ts.map +1 -1
- package/dist/core/learnings-merge-driver.js +18 -0
- package/dist/core/learnings-merge-driver.js.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.d.ts.map +1 -1
- package/dist/core/lisa-owned-hash-ledger.js +136 -0
- package/dist/core/lisa-owned-hash-ledger.js.map +1 -1
- package/dist/core/lisa.d.ts.map +1 -1
- package/dist/core/lisa.js +9 -1
- package/dist/core/lisa.js.map +1 -1
- package/dist/core/nightly-e2e-guard-behavior-certificate.d.ts +5 -5
- package/dist/core/nightly-e2e-guard-behavior-certificate.js +7 -7
- package/dist/core/nightly-e2e-guard-behavior-certificate.js.map +1 -1
- package/dist/core/ownership-header.d.ts +74 -0
- package/dist/core/ownership-header.d.ts.map +1 -0
- package/dist/core/ownership-header.js +76 -0
- package/dist/core/ownership-header.js.map +1 -0
- package/dist/core/rails-deploy-production-intent.d.ts +36 -0
- package/dist/core/rails-deploy-production-intent.d.ts.map +1 -0
- package/dist/core/rails-deploy-production-intent.js +79 -0
- package/dist/core/rails-deploy-production-intent.js.map +1 -0
- package/dist/core/stale-managed-banner.d.ts +78 -0
- package/dist/core/stale-managed-banner.d.ts.map +1 -0
- package/dist/core/stale-managed-banner.js +118 -0
- package/dist/core/stale-managed-banner.js.map +1 -0
- package/dist/core/two-channel-delivery-scan.d.ts +33 -1
- package/dist/core/two-channel-delivery-scan.d.ts.map +1 -1
- package/dist/core/two-channel-delivery-scan.js +133 -6
- package/dist/core/two-channel-delivery-scan.js.map +1 -1
- package/dist/core/two-channel-delivery.d.ts +101 -4
- package/dist/core/two-channel-delivery.d.ts.map +1 -1
- package/dist/core/two-channel-delivery.js +121 -13
- package/dist/core/two-channel-delivery.js.map +1 -1
- package/dist/core/two-channel-staleness.d.ts +137 -0
- package/dist/core/two-channel-staleness.d.ts.map +1 -0
- package/dist/core/two-channel-staleness.js +268 -0
- package/dist/core/two-channel-staleness.js.map +1 -0
- package/dist/core/upstream-evidence-manifest.d.ts.map +1 -1
- package/dist/core/upstream-evidence-manifest.js +265 -121
- package/dist/core/upstream-evidence-manifest.js.map +1 -1
- package/dist/core/workflow-deletion-ownership.d.ts +6 -24
- package/dist/core/workflow-deletion-ownership.d.ts.map +1 -1
- package/dist/core/workflow-deletion-ownership.js +22 -42
- package/dist/core/workflow-deletion-ownership.js.map +1 -1
- package/dist/detection/detectors/cdk.d.ts.map +1 -1
- package/dist/detection/detectors/cdk.js +2 -1
- package/dist/detection/detectors/cdk.js.map +1 -1
- package/dist/health/template-inspection.d.ts.map +1 -1
- package/dist/health/template-inspection.js +2 -1
- package/dist/health/template-inspection.js.map +1 -1
- package/dist/migrations/ensure-lisa-postinstall.d.ts +16 -0
- package/dist/migrations/ensure-lisa-postinstall.d.ts.map +1 -1
- package/dist/migrations/ensure-lisa-postinstall.js +16 -0
- package/dist/migrations/ensure-lisa-postinstall.js.map +1 -1
- package/dist/migrations/ensure-pinned-reusable-workflow-refs.d.ts +2 -2
- package/dist/migrations/ensure-pinned-reusable-workflow-refs.d.ts.map +1 -1
- package/dist/migrations/ensure-pinned-reusable-workflow-refs.js +98 -34
- package/dist/migrations/ensure-pinned-reusable-workflow-refs.js.map +1 -1
- package/dist/migrations/ensure-playwright-dedicated-caller.d.ts.map +1 -1
- package/dist/migrations/ensure-playwright-dedicated-caller.js +1 -0
- package/dist/migrations/ensure-playwright-dedicated-caller.js.map +1 -1
- package/dist/opencode/hooks-installer.d.ts.map +1 -1
- package/dist/opencode/hooks-installer.js +1 -0
- package/dist/opencode/hooks-installer.js.map +1 -1
- package/dist/opencode/plugin-templates/block-managed-file-edits.sh +78 -15
- package/dist/opencode/plugin-templates/block-no-verify.sh +21 -0
- package/dist/opencode/plugin-templates/guard-dedupe.bash +337 -0
- package/dist/opencode/plugin-templates/lisa-block-direct-issue-create.ts +242 -55
- package/dist/opencode/plugin-templates/parity-safety-net.sh +29 -1
- package/dist/strategies/package-lisa.d.ts.map +1 -1
- package/dist/strategies/package-lisa.js +2 -1
- package/dist/strategies/package-lisa.js.map +1 -1
- package/dist/utils/path-utils.d.ts +29 -0
- package/dist/utils/path-utils.d.ts.map +1 -1
- package/dist/utils/path-utils.js +41 -0
- package/dist/utils/path-utils.js.map +1 -1
- package/expo/create-only/.github/workflows/ci.yml +21 -0
- package/expo/create-only/.github/workflows/deploy.yml +28 -0
- package/expo/create-only/.github/workflows/maestro-e2e.yml +7 -0
- package/expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml +124 -13
- package/expo/create-only/.github/workflows/nightly-e2e-health.yml +7 -0
- package/expo/create-only/.github/workflows/nightly-e2e-report.yml +7 -0
- package/expo/create-only/.github/workflows/nightly-e2e-tracking.yml +8 -0
- package/expo/create-only/.github/workflows/playwright-e2e.yml +7 -0
- package/harper-fabric/copy-overwrite/.github/workflows/ci.yml +7 -0
- package/harper-fabric/create-only/.github/workflows/deploy.yml +14 -0
- package/nestjs/create-only/.github/workflows/ci.yml +14 -0
- package/nestjs/create-only/.github/workflows/deploy.yml +28 -0
- package/package.json +10 -5
- package/phaser/copy-overwrite/.github/workflows/ci.yml +7 -0
- package/plugins/lisa/.claude-plugin/plugin.json +28 -1
- package/plugins/lisa/.codex-plugin/hooks.json +27 -0
- package/plugins/lisa/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-drive-pr-to-merge/SKILL.md +130 -19
- package/plugins/lisa/.codex-plugin/skills/lisa-github-build-intake/SKILL.md +27 -4
- package/plugins/lisa/.codex-plugin/skills/lisa-github-prd-intake/SKILL.md +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-github-validate-issue/SKILL.md +22 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-github-verify/SKILL.md +14 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-github-write-issue/SKILL.md +51 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-intake/SKILL.md +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-jira-build-intake/SKILL.md +27 -4
- package/plugins/lisa/.codex-plugin/skills/lisa-jira-validate-ticket/SKILL.md +22 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-jira-verify/SKILL.md +14 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-jira-write-ticket/SKILL.md +51 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-access/SKILL.md +55 -2
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-build-intake/SKILL.md +27 -4
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-prd-intake/SKILL.md +47 -30
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-to-tracker/SKILL.md +3 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-validate-issue/SKILL.md +22 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-verify/SKILL.md +14 -0
- package/plugins/lisa/.codex-plugin/skills/lisa-linear-write-issue/SKILL.md +54 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-prd-ticket-coverage/SKILL.md +2 -2
- package/plugins/lisa/.codex-plugin/skills/lisa-qa-clear/SKILL.md +19 -7
- package/plugins/lisa/.codex-plugin/skills/lisa-qa-fail/SKILL.md +28 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-qa-queue/SKILL.md +28 -3
- package/plugins/lisa/.codex-plugin/skills/lisa-repair-intake/SKILL.md +94 -24
- package/plugins/lisa/.codex-plugin/skills/lisa-rework-triage/SKILL.md +32 -2
- package/plugins/lisa/.codex-plugin/skills/lisa-setup-linear/SKILL.md +4 -4
- package/plugins/lisa/.codex-plugin/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa/.codex-plugin/skills/lisa-tracker-build-intake/SKILL.md +9 -0
- package/plugins/lisa/agents/linear-prd-intake.md +8 -8
- package/plugins/lisa/hooks/block-blind-automerge.sh +81 -2
- package/plugins/lisa/hooks/block-direct-issue-create.agy.sh +64 -16
- package/plugins/lisa/hooks/block-direct-issue-create.sh +293 -8
- package/plugins/lisa/hooks/block-instruction-file-edits.sh +21 -0
- package/plugins/lisa/hooks/block-managed-file-edits.sh +78 -15
- package/plugins/lisa/hooks/block-no-verify.sh +21 -0
- package/plugins/lisa/hooks/block-shell-json-parsing.sh +21 -0
- package/plugins/lisa/hooks/failure-signature-index.mjs +240 -5
- package/plugins/lisa/hooks/guard-dedupe.bash +337 -0
- package/plugins/lisa/hooks/inject-rules.sh +13 -5
- package/plugins/lisa/hooks/operational-hazards.mjs +736 -0
- package/plugins/lisa/hooks/operational-hazards.sh +28 -0
- package/plugins/lisa/hooks/parity-safety-net.sh +29 -1
- package/plugins/lisa/hooks/threshold-ratchet-compare.mjs +102 -21
- package/plugins/lisa/hooks/threshold-ratchet-families.mjs +130 -2
- package/plugins/lisa/hooks/threshold-ratchet.mjs +63 -13
- package/plugins/lisa/hooks/worktree-binding-guard.mjs +183 -1
- package/plugins/lisa/hooks/worktree-binding-guard.sh +21 -0
- package/plugins/lisa/rules/eager/00-rule-index.md +1 -0
- package/plugins/lisa/rules/eager/operational-hazards.md +50 -0
- package/plugins/lisa/rules/eager/tracked-work.md +1 -1
- package/plugins/lisa/rules/reference/config-resolution.md +1 -1
- package/plugins/lisa/rules/reference/leaf-only-lifecycle.md +1 -1
- package/plugins/lisa/rules/reference/operational-hazards.md +115 -0
- package/plugins/lisa/rules/reference/work-item-trailer-definition.md +129 -0
- package/plugins/lisa/scripts/intake-blocker-reprobe.mjs +407 -26
- package/plugins/lisa/scripts/qa-signal-lifecycle.mjs +507 -0
- package/plugins/lisa/skills/lisa-drive-pr-to-merge/SKILL.md +130 -19
- package/plugins/lisa/skills/lisa-github-build-intake/SKILL.md +27 -4
- package/plugins/lisa/skills/lisa-github-prd-intake/SKILL.md +1 -1
- package/plugins/lisa/skills/lisa-github-validate-issue/SKILL.md +22 -0
- package/plugins/lisa/skills/lisa-github-verify/SKILL.md +14 -0
- package/plugins/lisa/skills/lisa-github-write-issue/SKILL.md +51 -0
- package/plugins/lisa/skills/lisa-intake/SKILL.md +1 -1
- package/plugins/lisa/skills/lisa-jira-build-intake/SKILL.md +27 -4
- package/plugins/lisa/skills/lisa-jira-validate-ticket/SKILL.md +22 -0
- package/plugins/lisa/skills/lisa-jira-verify/SKILL.md +14 -0
- package/plugins/lisa/skills/lisa-jira-write-ticket/SKILL.md +51 -0
- package/plugins/lisa/skills/lisa-linear-access/SKILL.md +55 -2
- package/plugins/lisa/skills/lisa-linear-build-intake/SKILL.md +27 -4
- package/plugins/lisa/skills/lisa-linear-prd-intake/SKILL.md +48 -31
- package/plugins/lisa/skills/lisa-linear-to-tracker/SKILL.md +3 -3
- package/plugins/lisa/skills/lisa-linear-validate-issue/SKILL.md +22 -0
- package/plugins/lisa/skills/lisa-linear-verify/SKILL.md +14 -0
- package/plugins/lisa/skills/lisa-linear-write-issue/SKILL.md +54 -3
- package/plugins/lisa/skills/lisa-prd-ticket-coverage/SKILL.md +2 -2
- package/plugins/lisa/skills/lisa-qa-clear/SKILL.md +19 -7
- package/plugins/lisa/skills/lisa-qa-fail/SKILL.md +28 -3
- package/plugins/lisa/skills/lisa-qa-queue/SKILL.md +28 -3
- package/plugins/lisa/skills/lisa-repair-intake/SKILL.md +94 -24
- package/plugins/lisa/skills/lisa-rework-triage/SKILL.md +32 -2
- package/plugins/lisa/skills/lisa-setup-linear/SKILL.md +5 -5
- package/plugins/lisa/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa/skills/lisa-tracker-build-intake/SKILL.md +9 -0
- package/plugins/lisa-agy/agents/linear-prd-intake.md +8 -8
- package/plugins/lisa-agy/hooks/block-blind-automerge.sh +81 -2
- package/plugins/lisa-agy/hooks/block-direct-issue-create.agy.sh +64 -16
- package/plugins/lisa-agy/hooks/block-direct-issue-create.sh +293 -8
- package/plugins/lisa-agy/hooks/block-instruction-file-edits.sh +21 -0
- package/plugins/lisa-agy/hooks/block-managed-file-edits.sh +78 -15
- package/plugins/lisa-agy/hooks/block-shell-json-parsing.sh +21 -0
- package/plugins/lisa-agy/hooks/guard-dedupe.bash +337 -0
- package/plugins/lisa-agy/hooks/parity-safety-net.sh +29 -1
- package/plugins/lisa-agy/hooks.json +1 -1
- package/plugins/lisa-agy/plugin.json +1 -1
- package/plugins/lisa-agy/scripts/intake-blocker-reprobe.mjs +407 -26
- package/plugins/lisa-agy/scripts/qa-signal-lifecycle.mjs +507 -0
- package/plugins/lisa-agy/skills/lisa-drive-pr-to-merge/SKILL.md +130 -19
- package/plugins/lisa-agy/skills/lisa-github-build-intake/SKILL.md +27 -4
- package/plugins/lisa-agy/skills/lisa-github-prd-intake/SKILL.md +1 -1
- package/plugins/lisa-agy/skills/lisa-github-validate-issue/SKILL.md +22 -0
- package/plugins/lisa-agy/skills/lisa-github-verify/SKILL.md +14 -0
- package/plugins/lisa-agy/skills/lisa-github-write-issue/SKILL.md +51 -0
- package/plugins/lisa-agy/skills/lisa-intake/SKILL.md +1 -1
- package/plugins/lisa-agy/skills/lisa-jira-build-intake/SKILL.md +27 -4
- package/plugins/lisa-agy/skills/lisa-jira-validate-ticket/SKILL.md +22 -0
- package/plugins/lisa-agy/skills/lisa-jira-verify/SKILL.md +14 -0
- package/plugins/lisa-agy/skills/lisa-jira-write-ticket/SKILL.md +51 -0
- package/plugins/lisa-agy/skills/lisa-linear-access/SKILL.md +55 -2
- package/plugins/lisa-agy/skills/lisa-linear-build-intake/SKILL.md +27 -4
- package/plugins/lisa-agy/skills/lisa-linear-prd-intake/SKILL.md +48 -31
- package/plugins/lisa-agy/skills/lisa-linear-to-tracker/SKILL.md +3 -3
- package/plugins/lisa-agy/skills/lisa-linear-validate-issue/SKILL.md +22 -0
- package/plugins/lisa-agy/skills/lisa-linear-verify/SKILL.md +14 -0
- package/plugins/lisa-agy/skills/lisa-linear-write-issue/SKILL.md +54 -3
- package/plugins/lisa-agy/skills/lisa-prd-ticket-coverage/SKILL.md +2 -2
- package/plugins/lisa-agy/skills/lisa-qa-clear/SKILL.md +19 -7
- package/plugins/lisa-agy/skills/lisa-qa-fail/SKILL.md +28 -3
- package/plugins/lisa-agy/skills/lisa-qa-queue/SKILL.md +28 -3
- package/plugins/lisa-agy/skills/lisa-repair-intake/SKILL.md +94 -24
- package/plugins/lisa-agy/skills/lisa-rework-triage/SKILL.md +32 -2
- package/plugins/lisa-agy/skills/lisa-setup-linear/SKILL.md +5 -5
- package/plugins/lisa-agy/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa-agy/skills/lisa-tracker-build-intake/SKILL.md +9 -0
- package/plugins/lisa-cdk/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-agy/plugin.json +1 -1
- package/plugins/lisa-cdk-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cdk-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-copilot/.claude-plugin/plugin.json +19 -1
- package/plugins/lisa-copilot/agents/linear-prd-intake.agent.md +8 -8
- package/plugins/lisa-copilot/hooks/block-blind-automerge.sh +81 -2
- package/plugins/lisa-copilot/hooks/block-direct-issue-create.sh +293 -8
- package/plugins/lisa-copilot/hooks/block-instruction-file-edits.sh +21 -0
- package/plugins/lisa-copilot/hooks/block-managed-file-edits.sh +78 -15
- package/plugins/lisa-copilot/hooks/block-no-verify.sh +21 -0
- package/plugins/lisa-copilot/hooks/block-shell-json-parsing.sh +21 -0
- package/plugins/lisa-copilot/hooks/failure-signature-index.mjs +240 -5
- package/plugins/lisa-copilot/hooks/guard-dedupe.bash +337 -0
- package/plugins/lisa-copilot/hooks/inject-rules.sh +13 -5
- package/plugins/lisa-copilot/hooks/operational-hazards.mjs +736 -0
- package/plugins/lisa-copilot/hooks/operational-hazards.sh +28 -0
- package/plugins/lisa-copilot/hooks/parity-safety-net.sh +29 -1
- package/plugins/lisa-copilot/hooks/threshold-ratchet-compare.mjs +102 -21
- package/plugins/lisa-copilot/hooks/threshold-ratchet-families.mjs +130 -2
- package/plugins/lisa-copilot/hooks/threshold-ratchet.mjs +63 -13
- package/plugins/lisa-copilot/hooks/worktree-binding-guard.mjs +183 -1
- package/plugins/lisa-copilot/hooks/worktree-binding-guard.sh +21 -0
- package/plugins/lisa-copilot/rules/eager/00-rule-index.md +1 -0
- package/plugins/lisa-copilot/rules/eager/operational-hazards.md +50 -0
- package/plugins/lisa-copilot/rules/eager/tracked-work.md +1 -1
- package/plugins/lisa-copilot/rules/reference/config-resolution.md +1 -1
- package/plugins/lisa-copilot/rules/reference/leaf-only-lifecycle.md +1 -1
- package/plugins/lisa-copilot/rules/reference/operational-hazards.md +115 -0
- package/plugins/lisa-copilot/rules/reference/work-item-trailer-definition.md +129 -0
- package/plugins/lisa-copilot/scripts/intake-blocker-reprobe.mjs +407 -26
- package/plugins/lisa-copilot/scripts/qa-signal-lifecycle.mjs +507 -0
- package/plugins/lisa-copilot/skills/lisa-drive-pr-to-merge/SKILL.md +130 -19
- package/plugins/lisa-copilot/skills/lisa-github-build-intake/SKILL.md +27 -4
- package/plugins/lisa-copilot/skills/lisa-github-prd-intake/SKILL.md +1 -1
- package/plugins/lisa-copilot/skills/lisa-github-validate-issue/SKILL.md +22 -0
- package/plugins/lisa-copilot/skills/lisa-github-verify/SKILL.md +14 -0
- package/plugins/lisa-copilot/skills/lisa-github-write-issue/SKILL.md +51 -0
- package/plugins/lisa-copilot/skills/lisa-intake/SKILL.md +1 -1
- package/plugins/lisa-copilot/skills/lisa-jira-build-intake/SKILL.md +27 -4
- package/plugins/lisa-copilot/skills/lisa-jira-validate-ticket/SKILL.md +22 -0
- package/plugins/lisa-copilot/skills/lisa-jira-verify/SKILL.md +14 -0
- package/plugins/lisa-copilot/skills/lisa-jira-write-ticket/SKILL.md +51 -0
- package/plugins/lisa-copilot/skills/lisa-linear-access/SKILL.md +55 -2
- package/plugins/lisa-copilot/skills/lisa-linear-build-intake/SKILL.md +27 -4
- package/plugins/lisa-copilot/skills/lisa-linear-prd-intake/SKILL.md +48 -31
- package/plugins/lisa-copilot/skills/lisa-linear-to-tracker/SKILL.md +3 -3
- package/plugins/lisa-copilot/skills/lisa-linear-validate-issue/SKILL.md +22 -0
- package/plugins/lisa-copilot/skills/lisa-linear-verify/SKILL.md +14 -0
- package/plugins/lisa-copilot/skills/lisa-linear-write-issue/SKILL.md +54 -3
- package/plugins/lisa-copilot/skills/lisa-prd-ticket-coverage/SKILL.md +2 -2
- package/plugins/lisa-copilot/skills/lisa-qa-clear/SKILL.md +19 -7
- package/plugins/lisa-copilot/skills/lisa-qa-fail/SKILL.md +28 -3
- package/plugins/lisa-copilot/skills/lisa-qa-queue/SKILL.md +28 -3
- package/plugins/lisa-copilot/skills/lisa-repair-intake/SKILL.md +94 -24
- package/plugins/lisa-copilot/skills/lisa-rework-triage/SKILL.md +32 -2
- package/plugins/lisa-copilot/skills/lisa-setup-linear/SKILL.md +5 -5
- package/plugins/lisa-copilot/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa-copilot/skills/lisa-tracker-build-intake/SKILL.md +9 -0
- package/plugins/lisa-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-cursor/agents/linear-prd-intake.md +8 -8
- package/plugins/lisa-cursor/hooks/block-blind-automerge.sh +81 -2
- package/plugins/lisa-cursor/hooks/block-direct-issue-create.sh +293 -8
- package/plugins/lisa-cursor/hooks/block-instruction-file-edits.sh +21 -0
- package/plugins/lisa-cursor/hooks/block-managed-file-edits.sh +78 -15
- package/plugins/lisa-cursor/hooks/block-no-verify.sh +21 -0
- package/plugins/lisa-cursor/hooks/block-shell-json-parsing.sh +21 -0
- package/plugins/lisa-cursor/hooks/failure-signature-index.mjs +240 -5
- package/plugins/lisa-cursor/hooks/guard-dedupe.bash +337 -0
- package/plugins/lisa-cursor/hooks/hooks.json +10 -0
- package/plugins/lisa-cursor/hooks/operational-hazards.mjs +736 -0
- package/plugins/lisa-cursor/hooks/operational-hazards.sh +28 -0
- package/plugins/lisa-cursor/hooks/parity-safety-net.sh +29 -1
- package/plugins/lisa-cursor/hooks/threshold-ratchet-compare.mjs +102 -21
- package/plugins/lisa-cursor/hooks/threshold-ratchet-families.mjs +130 -2
- package/plugins/lisa-cursor/hooks/threshold-ratchet.mjs +63 -13
- package/plugins/lisa-cursor/hooks/worktree-binding-guard.mjs +183 -1
- package/plugins/lisa-cursor/hooks/worktree-binding-guard.sh +21 -0
- package/plugins/lisa-cursor/rules/00-rule-index.mdc +1 -0
- package/plugins/lisa-cursor/rules/config-resolution-reference.mdc +1 -1
- package/plugins/lisa-cursor/rules/leaf-only-lifecycle-reference.mdc +1 -1
- package/plugins/lisa-cursor/rules/operational-hazards-reference.mdc +120 -0
- package/plugins/lisa-cursor/rules/operational-hazards.mdc +55 -0
- package/plugins/lisa-cursor/rules/tracked-work.mdc +1 -1
- package/plugins/lisa-cursor/rules/work-item-trailer-definition-reference.mdc +134 -0
- package/plugins/lisa-cursor/scripts/intake-blocker-reprobe.mjs +407 -26
- package/plugins/lisa-cursor/scripts/qa-signal-lifecycle.mjs +507 -0
- package/plugins/lisa-cursor/skills/lisa-drive-pr-to-merge/SKILL.md +130 -19
- package/plugins/lisa-cursor/skills/lisa-github-build-intake/SKILL.md +27 -4
- package/plugins/lisa-cursor/skills/lisa-github-prd-intake/SKILL.md +1 -1
- package/plugins/lisa-cursor/skills/lisa-github-validate-issue/SKILL.md +22 -0
- package/plugins/lisa-cursor/skills/lisa-github-verify/SKILL.md +14 -0
- package/plugins/lisa-cursor/skills/lisa-github-write-issue/SKILL.md +51 -0
- package/plugins/lisa-cursor/skills/lisa-intake/SKILL.md +1 -1
- package/plugins/lisa-cursor/skills/lisa-jira-build-intake/SKILL.md +27 -4
- package/plugins/lisa-cursor/skills/lisa-jira-validate-ticket/SKILL.md +22 -0
- package/plugins/lisa-cursor/skills/lisa-jira-verify/SKILL.md +14 -0
- package/plugins/lisa-cursor/skills/lisa-jira-write-ticket/SKILL.md +51 -0
- package/plugins/lisa-cursor/skills/lisa-linear-access/SKILL.md +55 -2
- package/plugins/lisa-cursor/skills/lisa-linear-build-intake/SKILL.md +27 -4
- package/plugins/lisa-cursor/skills/lisa-linear-prd-intake/SKILL.md +48 -31
- package/plugins/lisa-cursor/skills/lisa-linear-to-tracker/SKILL.md +3 -3
- package/plugins/lisa-cursor/skills/lisa-linear-validate-issue/SKILL.md +22 -0
- package/plugins/lisa-cursor/skills/lisa-linear-verify/SKILL.md +14 -0
- package/plugins/lisa-cursor/skills/lisa-linear-write-issue/SKILL.md +54 -3
- package/plugins/lisa-cursor/skills/lisa-prd-ticket-coverage/SKILL.md +2 -2
- package/plugins/lisa-cursor/skills/lisa-qa-clear/SKILL.md +19 -7
- package/plugins/lisa-cursor/skills/lisa-qa-fail/SKILL.md +28 -3
- package/plugins/lisa-cursor/skills/lisa-qa-queue/SKILL.md +28 -3
- package/plugins/lisa-cursor/skills/lisa-repair-intake/SKILL.md +94 -24
- package/plugins/lisa-cursor/skills/lisa-rework-triage/SKILL.md +32 -2
- package/plugins/lisa-cursor/skills/lisa-setup-linear/SKILL.md +5 -5
- package/plugins/lisa-cursor/skills/lisa-track/SKILL.md +1 -1
- package/plugins/lisa-cursor/skills/lisa-tracker-build-intake/SKILL.md +9 -0
- package/plugins/lisa-expo/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-agy/plugin.json +1 -1
- package/plugins/lisa-expo-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-expo-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric/hooks/inject-rules.sh +14 -3
- package/plugins/lisa-harper-fabric/rules/eager/harper-fabric.md +31 -0
- package/plugins/lisa-harper-fabric-agy/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-copilot/hooks/inject-rules.sh +14 -3
- package/plugins/lisa-harper-fabric-copilot/rules/eager/harper-fabric.md +31 -0
- package/plugins/lisa-harper-fabric-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-harper-fabric-cursor/rules/harper-fabric-reference.mdc +57 -0
- package/plugins/lisa-harper-fabric-cursor/rules/harper-fabric.mdc +32 -53
- package/plugins/lisa-nestjs/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-agy/plugin.json +1 -1
- package/plugins/lisa-nestjs-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-nestjs-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-agy/plugin.json +1 -1
- package/plugins/lisa-openclaw-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-openclaw-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser/hooks/inject-rules.sh +14 -3
- package/plugins/lisa-phaser/rules/eager/phaser.md +44 -0
- package/plugins/lisa-phaser-agy/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-copilot/hooks/inject-rules.sh +14 -3
- package/plugins/lisa-phaser-copilot/rules/eager/phaser.md +44 -0
- package/plugins/lisa-phaser-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-phaser-cursor/rules/phaser-reference.mdc +189 -0
- package/plugins/lisa-phaser-cursor/rules/phaser.mdc +45 -185
- package/plugins/lisa-rails/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-rails/hooks/inject-rules.sh +14 -4
- package/plugins/lisa-rails/rules/eager/rails-conventions.md +23 -0
- package/plugins/lisa-rails-agy/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-copilot/hooks/inject-rules.sh +14 -4
- package/plugins/lisa-rails-copilot/rules/eager/rails-conventions.md +23 -0
- package/plugins/lisa-rails-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-rails-cursor/rules/rails-conventions-reference.mdc +181 -0
- package/plugins/lisa-rails-cursor/rules/rails-conventions.mdc +24 -177
- package/plugins/lisa-typescript/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-agy/plugin.json +1 -1
- package/plugins/lisa-typescript-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-typescript-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki/.codex-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-agy/plugin.json +1 -1
- package/plugins/lisa-wiki-copilot/.claude-plugin/plugin.json +1 -1
- package/plugins/lisa-wiki-cursor/.claude-plugin/plugin.json +1 -1
- package/plugins/materialized-artifacts.json +1 -0
- package/plugins/src/base/.claude-plugin/plugin.json +27 -0
- package/plugins/src/base/agents/linear-prd-intake.md +8 -8
- package/plugins/src/base/hooks/block-blind-automerge.sh +81 -2
- package/plugins/src/base/hooks/block-direct-issue-create.agy.sh +64 -16
- package/plugins/src/base/hooks/block-direct-issue-create.sh +293 -8
- package/plugins/src/base/hooks/block-instruction-file-edits.sh +21 -0
- package/plugins/src/base/hooks/block-managed-file-edits.sh +78 -15
- package/plugins/src/base/hooks/block-no-verify.sh +21 -0
- package/plugins/src/base/hooks/block-shell-json-parsing.sh +21 -0
- package/plugins/src/base/hooks/failure-signature-index.mjs +240 -5
- package/plugins/src/base/hooks/guard-dedupe.bash +337 -0
- package/plugins/src/base/hooks/inject-rules.sh +13 -5
- package/plugins/src/base/hooks/operational-hazards.mjs +736 -0
- package/plugins/src/base/hooks/operational-hazards.sh +28 -0
- package/plugins/src/base/hooks/parity-safety-net.sh +29 -1
- package/plugins/src/base/hooks/threshold-ratchet-compare.mjs +102 -21
- package/plugins/src/base/hooks/threshold-ratchet-families.mjs +130 -2
- package/plugins/src/base/hooks/threshold-ratchet.mjs +63 -13
- package/plugins/src/base/hooks/worktree-binding-guard.mjs +183 -1
- package/plugins/src/base/hooks/worktree-binding-guard.sh +21 -0
- package/plugins/src/base/rules/eager/00-rule-index.md +1 -0
- package/plugins/src/base/rules/eager/operational-hazards.md +50 -0
- package/plugins/src/base/rules/eager/tracked-work.md +1 -1
- package/plugins/src/base/rules/reference/config-resolution.md +1 -1
- package/plugins/src/base/rules/reference/leaf-only-lifecycle.md +1 -1
- package/plugins/src/base/rules/reference/operational-hazards.md +115 -0
- package/plugins/src/base/rules/reference/work-item-trailer-definition.md +129 -0
- package/plugins/src/base/scripts/intake-blocker-reprobe.mjs +407 -26
- package/plugins/src/base/scripts/qa-signal-lifecycle.mjs +507 -0
- package/plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md +130 -19
- package/plugins/src/base/skills/lisa-github-build-intake/SKILL.md +27 -4
- package/plugins/src/base/skills/lisa-github-prd-intake/SKILL.md +1 -1
- package/plugins/src/base/skills/lisa-github-validate-issue/SKILL.md +22 -0
- package/plugins/src/base/skills/lisa-github-verify/SKILL.md +14 -0
- package/plugins/src/base/skills/lisa-github-write-issue/SKILL.md +51 -0
- package/plugins/src/base/skills/lisa-intake/SKILL.md +1 -1
- package/plugins/src/base/skills/lisa-jira-build-intake/SKILL.md +27 -4
- package/plugins/src/base/skills/lisa-jira-validate-ticket/SKILL.md +22 -0
- package/plugins/src/base/skills/lisa-jira-verify/SKILL.md +14 -0
- package/plugins/src/base/skills/lisa-jira-write-ticket/SKILL.md +51 -0
- package/plugins/src/base/skills/lisa-linear-access/SKILL.md +55 -2
- package/plugins/src/base/skills/lisa-linear-build-intake/SKILL.md +27 -4
- package/plugins/src/base/skills/lisa-linear-prd-intake/SKILL.md +48 -31
- package/plugins/src/base/skills/lisa-linear-to-tracker/SKILL.md +3 -3
- package/plugins/src/base/skills/lisa-linear-validate-issue/SKILL.md +22 -0
- package/plugins/src/base/skills/lisa-linear-verify/SKILL.md +14 -0
- package/plugins/src/base/skills/lisa-linear-write-issue/SKILL.md +54 -3
- package/plugins/src/base/skills/lisa-prd-ticket-coverage/SKILL.md +2 -2
- package/plugins/src/base/skills/lisa-qa-clear/SKILL.md +19 -7
- package/plugins/src/base/skills/lisa-qa-fail/SKILL.md +28 -3
- package/plugins/src/base/skills/lisa-qa-queue/SKILL.md +28 -3
- package/plugins/src/base/skills/lisa-repair-intake/SKILL.md +94 -24
- package/plugins/src/base/skills/lisa-rework-triage/SKILL.md +32 -2
- package/plugins/src/base/skills/lisa-setup-linear/SKILL.md +5 -5
- package/plugins/src/base/skills/lisa-track/SKILL.md +1 -1
- package/plugins/src/base/skills/lisa-tracker-build-intake/SKILL.md +9 -0
- package/plugins/src/harper-fabric/hooks/inject-rules.sh +14 -3
- package/plugins/src/harper-fabric/rules/eager/harper-fabric.md +31 -0
- package/plugins/src/phaser/hooks/inject-rules.sh +14 -3
- package/plugins/src/phaser/rules/eager/phaser.md +44 -0
- package/plugins/src/rails/hooks/inject-rules.sh +14 -4
- package/plugins/src/rails/rules/eager/rails-conventions.md +23 -0
- package/rails/copy-overwrite/scripts/check-threshold-ratchet.mjs +63 -13
- package/rails/copy-overwrite/scripts/threshold-ratchet-compare.mjs +102 -21
- package/rails/copy-overwrite/scripts/threshold-ratchet-families.mjs +130 -2
- package/rails/create-only/.github/workflows/ci.yml +8 -0
- package/rails/create-only/.github/workflows/deploy.yml +22 -0
- package/scripts/build-plugins.sh +2 -1
- package/scripts/check-engine-floor.mjs +361 -0
- package/scripts/check-guard-parity-notes.mjs +709 -0
- package/scripts/check-template-workflow-refs.mjs +9 -0
- package/scripts/check-third-party-action-pins.mjs +17 -1
- package/scripts/check-workflow-contract-assertions.mjs +480 -0
- package/scripts/copy-opencode-plugin-templates.mjs +1 -0
- package/scripts/deployed-guard-advice.mjs +636 -0
- package/scripts/generate-agy-plugin-artifacts.mjs +35 -10
- package/scripts/generate-export-surface.mjs +105 -19
- package/scripts/generate-two-channel-couplings.ts +143 -212
- package/scripts/lisa-enforcement-fallback.sh +31 -0
- package/scripts/measure-scripts-profile-gap.mts +361 -0
- package/scripts/mutation-performance-measure.mjs +21 -5
- package/scripts/reconcile-release-tags.mjs +65 -84
- package/scripts/two-channel-couplings.json +302 -70
- package/scripts/workflow-contract-assertion.sh +47 -0
- package/typescript/copy-overwrite/.lintstagedrc.json +1 -0
- package/typescript/copy-overwrite/eslint.ignore.config.json +1 -0
- package/typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs +527 -53
- package/typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs +301 -13
- package/typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs +63 -13
- package/typescript/copy-overwrite/scripts/threshold-ratchet-compare.mjs +102 -21
- package/typescript/copy-overwrite/scripts/threshold-ratchet-families.mjs +130 -2
- package/typescript/create-only/.github/workflows/ci.yml +7 -0
- /package/plugins/lisa-harper-fabric/rules/{harper-fabric.md → reference/harper-fabric.md} +0 -0
- /package/plugins/lisa-harper-fabric-copilot/rules/{harper-fabric.md → reference/harper-fabric.md} +0 -0
- /package/plugins/lisa-phaser/rules/{phaser.md → reference/phaser.md} +0 -0
- /package/plugins/lisa-phaser-copilot/rules/{phaser.md → reference/phaser.md} +0 -0
- /package/plugins/lisa-rails/rules/{rails-conventions.md → reference/rails-conventions.md} +0 -0
- /package/plugins/lisa-rails-copilot/rules/{rails-conventions.md → reference/rails-conventions.md} +0 -0
- /package/plugins/src/harper-fabric/rules/{harper-fabric.md → reference/harper-fabric.md} +0 -0
- /package/plugins/src/phaser/rules/{phaser.md → reference/phaser.md} +0 -0
- /package/plugins/src/rails/rules/{rails-conventions.md → reference/rails-conventions.md} +0 -0
|
@@ -1,52 +1,53 @@
|
|
|
1
1
|
/* eslint-disable max-lines -- generated exact public-evidence allowlist */
|
|
2
2
|
/** Generated by scripts/generate-upstream-evidence-manifest.mjs. Do not edit. */
|
|
3
3
|
export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
4
|
-
"all/copy-contents/.gitattributes": "
|
|
4
|
+
"all/copy-contents/.gitattributes": "c30d90e57bc00e674e8a35d7d61d41ad10d40943f4f682704e1e8517c8124fa1",
|
|
5
5
|
"all/copy-contents/gitignore": "66e105ae1b6874e6c587d128a04ff5a5005bf923759fc41cc31d73b9ba44bacf",
|
|
6
6
|
"all/copy-overwrite/scripts/check-conflict-markers.mjs": "8a4b2cab9ac32a855e2adc1a7a3c6f7a9ac35dcb75cda2fac7eea144ced50098",
|
|
7
7
|
"all/copy-overwrite/scripts/check-npm-publish-landed.mjs": "bba6114e5e4643575749210819acfda207260ac1db5fcb48c33c320c3a9503ca",
|
|
8
|
-
"all/copy-overwrite/scripts/check-orphaned-branches.mjs": "
|
|
8
|
+
"all/copy-overwrite/scripts/check-orphaned-branches.mjs": "c5d148c281aae86e0d43efd3b51542a8c61f516c9f670e9227f6a2ae0243c98d",
|
|
9
9
|
"all/copy-overwrite/scripts/check-release-package-identity.mjs": "a0f17592d4436de4c240f7c78512537581aa2ed5e89f0caf1fe890694163a873",
|
|
10
10
|
"all/copy-overwrite/scripts/check-state-classification.mjs": "a72910f9885629dd6d8a739b900f5603e4b53d68ece64100a2a5647016b58e1e",
|
|
11
|
-
"all/copy-overwrite/scripts/check-third-party-action-pins.mjs": "
|
|
11
|
+
"all/copy-overwrite/scripts/check-third-party-action-pins.mjs": "4b6e1d444c50da031b848215913df7bfe87091b5eee2debfb60d5d0c42abe343",
|
|
12
12
|
"all/copy-overwrite/scripts/check-third-party-review-evidence.mjs": "95f91f2a74ed4e523d064d5d374eadd1c1114f03a3a4fa41532c9b0fd32089de",
|
|
13
13
|
"all/copy-overwrite/scripts/lib/bounded-spawn.mjs": "72e277ada531914d7bc51c3cb8dc67b8881aa817d96fa2f9f4d81668a3d3bbc1",
|
|
14
14
|
"all/copy-overwrite/scripts/lib/gate-failure-diagnosis.mjs": "c565984dcd33bc5d26a126c25cec9a0734d87c0d9540479168a77f51b980809f",
|
|
15
15
|
"all/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
16
16
|
"all/copy-overwrite/scripts/lib/kill-marks.mjs": "13388da7203b02ba84a845abd7885074bc8a495e215437a97122060d69367030",
|
|
17
17
|
"all/copy-overwrite/scripts/lib/placeholder-expiry.mjs": "101e8e230618aa817c88534c3b22d069afa5d30fc8e742a681af2f5edff6f1af",
|
|
18
|
-
"all/copy-overwrite/scripts/lib/process-tree-runner.mjs": "
|
|
18
|
+
"all/copy-overwrite/scripts/lib/process-tree-runner.mjs": "cffebe7feca1b5cce7b514bd1b5e991375cbc20607dff70385699e474e36b4d3",
|
|
19
19
|
"all/copy-overwrite/scripts/lisa-command-envelope.mjs": "014a94647efc636cbce961364a82f03c1f3c1e54a55e9d21508fded88dce49c4",
|
|
20
20
|
"all/copy-overwrite/scripts/lisa-commit-msg-gates.mjs": "5d587fd849cef02e9706d084ac2b508f3885da0ba59b76311e3b666f4fbff01e",
|
|
21
21
|
"all/copy-overwrite/scripts/lisa-cross-worktree-guard.mjs": "2ca521021c535be700caaaf4755a54363f685a9a85e435624833cb838a072c5d",
|
|
22
22
|
"all/copy-overwrite/scripts/lisa-destructive-guard.mjs": "f0f3c43bbb6d1e389135b0205a051e64891e539d4272df2a87841ee82a8b7a55",
|
|
23
|
-
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "
|
|
23
|
+
"all/copy-overwrite/scripts/lisa-enforcement-fallback.sh": "67ee5b39aefc1ebcc4f61551d00a179b1a31b0d67ed9f8a7dcc5754530e2a943",
|
|
24
24
|
"all/copy-overwrite/scripts/lisa-environment-prepare.mjs": "94d1d76b5c25059d93ee888dc824d1621adc8e3dbe368904543b37a82259c4a3",
|
|
25
25
|
"all/copy-overwrite/scripts/lisa-floor-collisions.mjs": "345832c63c85df32acbed9b183b06239fc10ccb1491bd11607b5840ac1d18573",
|
|
26
26
|
"all/copy-overwrite/scripts/lisa-gates.mjs": "727c849c4b54da0fbf0ee50ceaf663ac46f8a57ebf9435e937f77761067337cf",
|
|
27
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-blind-automerge.sh": "
|
|
28
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "
|
|
29
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "
|
|
30
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": "
|
|
31
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "
|
|
32
|
-
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "
|
|
27
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-blind-automerge.sh": "9ea884f6175c6991cce0d9f956c4cd424dbb9c863ce82d298320dd0eec37a0ea",
|
|
28
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-direct-issue-create.sh": "d4e30aef1d633eb22844bcc0eec82fcabece640272dc1b1d72ce02d48e3170d5",
|
|
29
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-instruction-file-edits.sh": "2660d27d111beb79fed7e83feebcabd5f7e565dce99dbb4d861c8dc59ef8a0d7",
|
|
30
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": "dfb1638a7577a473f6fab8189dde046f62a61ec9ddc6bc6bdff7d9f7c8dc9f86",
|
|
31
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": "c00a3659f997c046df3c147b348518aabe452fe6ecbd20a15fea68ac2def2b3f",
|
|
32
|
+
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": "865f89d7504a7d1c3380449a2790801c60c1cfe5fa8f1aad54ffc51aa8d0cc7f",
|
|
33
|
+
"all/copy-overwrite/scripts/lisa-hooks/guard-dedupe.bash": "a64ac5d635ec54eb9cab81fce0daefd7c76f0575615bd91f4e4b11091c870600",
|
|
33
34
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net-heredoc.py": "a76959fff54b59af0d46cc8066d75bdfaf8bfd0591505663ab7cfcdf38f34fa6",
|
|
34
|
-
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": "
|
|
35
|
+
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": "df4de965f12ac79a5e9d75c795780e5f1db641468dca7a9d373deb36d9765114",
|
|
35
36
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": "e0b0073fe44f6e78b74f05cb232d30a3121acc3600bdbd5bc4299c1c710d56a2",
|
|
36
|
-
"all/copy-overwrite/scripts/lisa-hooks/worktree-binding-guard.mjs": "
|
|
37
|
-
"all/copy-overwrite/scripts/lisa-hooks/worktree-binding-guard.sh": "
|
|
37
|
+
"all/copy-overwrite/scripts/lisa-hooks/worktree-binding-guard.mjs": "8f10bad2ac2549356e613021839d7678b9cea9bf099d3a6c171d4f0f7f909a76",
|
|
38
|
+
"all/copy-overwrite/scripts/lisa-hooks/worktree-binding-guard.sh": "6ab6f70a4a54d3bfb70a5949ce604de884dd738fb2ea45730d1b6c9eef0c7f7b",
|
|
38
39
|
"all/copy-overwrite/scripts/lisa-lint-staged-preflight.mjs": "76c568bb393c47ef0e48bf0aaaa092be60ab137e79a5bb39b03cd83decd7b91e",
|
|
39
|
-
"all/copy-overwrite/scripts/lisa-postinstall.mjs": "
|
|
40
|
+
"all/copy-overwrite/scripts/lisa-postinstall.mjs": "34d2b7279f4278bd591c16e7de81c9ffb5ce05620389d0213a515df3133f1f34",
|
|
40
41
|
"all/copy-overwrite/scripts/lisa-reconcile-policy.mjs": "adbf8dccc221ec83641f1f5358ccafc9ec70a4ea6372ae6ad874603d767d693d",
|
|
41
|
-
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "
|
|
42
|
+
"all/copy-overwrite/scripts/lisa-run-gates.mjs": "853437a0be104fde1eb962f0c5c70b14ea3f4fa8b6973f8d9f6e704a9d3e3611",
|
|
42
43
|
"all/copy-overwrite/scripts/lisa-schema-validate.mjs": "f70ecd3712dd2ca77a8851c7505ce79f948a57e5a2e28f56c5d0ccd047712688",
|
|
43
44
|
"all/copy-overwrite/scripts/lisa-test-node.mjs": "cd436584d756442fc393557a3244bbdacdf915bd0fb1a472ebe7afa8103d3475",
|
|
44
|
-
"all/copy-overwrite/scripts/lisa-work-item.mjs": "
|
|
45
|
+
"all/copy-overwrite/scripts/lisa-work-item.mjs": "85e9ba889c77be0c4561c2753deead5221d8e19d61882e3edab60bd952a56a8e",
|
|
45
46
|
"all/copy-overwrite/scripts/lisa-worktree-guard.mjs": "2535ef2a60b3413dacb8491c008ab28f0a07929196277d1d1fed54a04740c025",
|
|
46
47
|
"all/copy-overwrite/scripts/schemas/lisa-command-envelope.v1.schema.json": "d153b7c2953a30f180e38f09e98240c63327f5196eeba9bdf545e5a1f125a879",
|
|
47
48
|
"all/copy-overwrite/scripts/schemas/lisa-state-contract.v1.schema.json": "6b7afe4ffeba8aaa53871d8855172f7eacde05953b1321145218ec638ff5c1c4",
|
|
48
49
|
"all/create-only/.agents/rules/README.md": "fd260fd9b2934d0d698a8098dfff07fedc071849d588e602d773666678c3d540",
|
|
49
|
-
"all/create-only/.github/workflows/continuous-gates.yml": "
|
|
50
|
+
"all/create-only/.github/workflows/continuous-gates.yml": "d4b3aa4eeefec7fba06587aa596f7d4df1bed58b9613b49a9a97f71821c8a937",
|
|
50
51
|
"all/create-only/.lisaignore": "735dc0a28a19e3aebc3d71b1ddf8b077e96ab17013d0f1c49d87c08558a315df",
|
|
51
52
|
"all/create-only/scripts/remote-agent-aws-setup.sh": "bb0e67a52ea5badd0f291961c3a9fb25559f1f35e3042642d389a49eb47f7e31",
|
|
52
53
|
"all/create-only/specs/.keep": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
@@ -66,8 +67,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
66
67
|
"cdk/copy-overwrite/tsconfig.json": "bd960df819bb1ce01163ac4b28721eea3f07d482f6c454cfea9a8dc90191033a",
|
|
67
68
|
"cdk/copy-overwrite/vitest.cdk.ts": "030158b11bec4f10b39585feb98f498981f307faa1fa314c7522e6def5d73c94",
|
|
68
69
|
"cdk/copy-overwrite/vitest.config.ts": "c7f309d4f43d9188b9c067cb4900b2bdbacfbd28d135a6a2e6313cb0a37b030f",
|
|
69
|
-
"cdk/create-only/.github/workflows/ci.yml": "
|
|
70
|
-
"cdk/create-only/.github/workflows/deploy.yml": "
|
|
70
|
+
"cdk/create-only/.github/workflows/ci.yml": "52a56985e5bdeb162e3e9a3c1b90722f889fc1957b6345e511237761e7d339f9",
|
|
71
|
+
"cdk/create-only/.github/workflows/deploy.yml": "ce03110bf5b41927aace02700442d92da248b781b1dad020073402412a4e82f7",
|
|
71
72
|
"cdk/create-only/cdk.json": "f89030d8fe145a1dbabd59d89ddee4e16984f222d737f7fcf6b778d911e9fe40",
|
|
72
73
|
"cdk/create-only/stryker.conf.json": "9ccc4dc3fc72f8bb848794214a7784d233fa35558f12514ce16cf0fba59aa4be",
|
|
73
74
|
"cdk/create-only/tsconfig.local.json": "d26253827e21fd7c41d30565fe3d339675f119e00bb24c5713a01f57ccd06602",
|
|
@@ -141,14 +142,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
141
142
|
"expo/copy-overwrite/tsconfig.json": "c92e2c2c109e8794ee351f634361ef46297f5a0cd606aaf5c19911da836df307",
|
|
142
143
|
"expo/create-only/.github/nightly-e2e-policy.json": "a6fc52bbaa7943523fba35bd1ab51d8da4b29354bf0133b47aa299b725f51e8c",
|
|
143
144
|
"expo/create-only/.github/required-checks.json": "5296c296ce3f59db5e8eaebb36a1c378d4b58c2339e9343a8b29575060de230a",
|
|
144
|
-
"expo/create-only/.github/workflows/ci.yml": "
|
|
145
|
-
"expo/create-only/.github/workflows/deploy.yml": "
|
|
146
|
-
"expo/create-only/.github/workflows/maestro-e2e.yml": "
|
|
147
|
-
"expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "
|
|
148
|
-
"expo/create-only/.github/workflows/nightly-e2e-health.yml": "
|
|
149
|
-
"expo/create-only/.github/workflows/nightly-e2e-report.yml": "
|
|
150
|
-
"expo/create-only/.github/workflows/nightly-e2e-tracking.yml": "
|
|
151
|
-
"expo/create-only/.github/workflows/playwright-e2e.yml": "
|
|
145
|
+
"expo/create-only/.github/workflows/ci.yml": "d343dc43f290b56a1391a78489b32cbf91c79812d376f7d23fb4ad874e55bdb6",
|
|
146
|
+
"expo/create-only/.github/workflows/deploy.yml": "2932198efbbb1bbcd93d5d9d228a15301cd390cc53d8e2a488e5fd5f4ec67be8",
|
|
147
|
+
"expo/create-only/.github/workflows/maestro-e2e.yml": "8d95742b6aba4ad0d4fdb688548ff0b3933828ab911441d46562fcee9bfa427e",
|
|
148
|
+
"expo/create-only/.github/workflows/nightly-e2e-bypass-reaper.yml": "02c9ddf80eaaec34eae35abf70cc8f39a7c6e43245cd742421acc188ea59b208",
|
|
149
|
+
"expo/create-only/.github/workflows/nightly-e2e-health.yml": "560d40504494ca7d98a99dbe27535f91aceff19e8f98b51ddf9a8f24f559e535",
|
|
150
|
+
"expo/create-only/.github/workflows/nightly-e2e-report.yml": "002f9a3bb88e1ff964195f413e385313c6d6f868e6d003b787663903d6bbd3a9",
|
|
151
|
+
"expo/create-only/.github/workflows/nightly-e2e-tracking.yml": "b1b181a8362c6891480f8e333ca5f7fdd29f6dbc4973d07fd0b70592ba16e881",
|
|
152
|
+
"expo/create-only/.github/workflows/playwright-e2e.yml": "2d54cbd374b3ecde53e1f76469b98c4d1621659ea08155acca6ab076253d77fc",
|
|
152
153
|
"expo/create-only/.maestro/flake-classification.json": "8a9469ac2d3b7cb885b4a48ea2dc942aa4ad5deb1a12b05818f62811cac6b0d5",
|
|
153
154
|
"expo/create-only/.zap/baseline.conf": "ab18d74ba5270dd5d795e740cd6b1292bb78dc36c79a20c1e7b752d14c0c55f5",
|
|
154
155
|
"expo/create-only/babel.config.js": "86503c2f3ccf13749e1c7674c97ab8df4cb28a8d346bd5ddcb65787290b5a9a3",
|
|
@@ -174,7 +175,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
174
175
|
"expo/package-lisa/package.lisa.json": "4d6225d29629ef8d44cb311cfeca1d9b3510cffbb19cb08fa2ee9f3e2a707ccd",
|
|
175
176
|
"harper-fabric/copy-contents/.prettierignore": "478c782f4c5611187e21584dfd5522e37fc636c5eb03394fea3db45321c6712c",
|
|
176
177
|
"harper-fabric/copy-contents/gitignore": "d091c40fd0ea3068491f1be0d6510090ae872ca95d0d058ef4595d6492d13897",
|
|
177
|
-
"harper-fabric/copy-overwrite/.github/workflows/ci.yml": "
|
|
178
|
+
"harper-fabric/copy-overwrite/.github/workflows/ci.yml": "ccef2ec19da13266bf47c44e1de9bdac4afc65c60037b8e3f4c43e20b3b7f9cd",
|
|
178
179
|
"harper-fabric/copy-overwrite/ast-grep/rules/harper/no-early-return-in-search-loop.yml": "8b9f1c93ebdd4f760978df01b166de90a78e751f7b4c907bded98f2862b4ac01",
|
|
179
180
|
"harper-fabric/copy-overwrite/ast-grep/rules/harper/no-empty-conditions-with-sort.yml": "716642455575045ecda3de8f275939993dee9065ac04bba30fe2fbb15d092cb2",
|
|
180
181
|
"harper-fabric/copy-overwrite/ast-grep/rules/harper/no-full-table-scan.yml": "147bd3f3c2f82812acc3fdadb21d484594ec31a2e8015a2c90e041f659da92b5",
|
|
@@ -184,7 +185,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
184
185
|
"harper-fabric/copy-overwrite/tsconfig.eslint.json": "63ddc31cbbdf91ba4def5f04ed76b2a8b61ced456d4472aea77a55cc037a62e1",
|
|
185
186
|
"harper-fabric/copy-overwrite/tsconfig.json": "64b9f2e919160568712e2641b125aa21bec486532249a7b17e4fb2f4bb3988cc",
|
|
186
187
|
"harper-fabric/copy-overwrite/vitest.config.ts": "94ee60be0e9a4b735cf1b053143751c9968465ff04fb59fbdfc252e7413ff337",
|
|
187
|
-
"harper-fabric/create-only/.github/workflows/deploy.yml": "
|
|
188
|
+
"harper-fabric/create-only/.github/workflows/deploy.yml": "ffe74236f7896488c041f46c63d43a7b31f9ba45b9c8d47b47326888386f3ef9",
|
|
188
189
|
"harper-fabric/create-only/.github/workflows/zap-baseline.yml": "068d8bea3d2ccf4fca97b8d3f8f23734b9feb37b3faea6d5a10ed219e0cc783b",
|
|
189
190
|
"harper-fabric/create-only/.zap/baseline.conf": "68aae4b1b9b5b7253b5aeb792d72b58f64e5eda1dcf8f3062bd9d77494a5a22f",
|
|
190
191
|
"harper-fabric/create-only/scripts/zap-baseline.sh": "00f5a2bdf6c9ecf0d7a1c74ec629364b09bab1f79c4ea71779826288702d76aa",
|
|
@@ -225,8 +226,8 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
225
226
|
"nestjs/create-only/.github/k6/thresholds/relaxed.json": "350c18b2c588fd628db8a6e82fc5c0b3ffc8a09f1c89b64d1f530350bc64a9ca",
|
|
226
227
|
"nestjs/create-only/.github/k6/thresholds/strict.json": "e121ec72de4596b95c013a8c71f03653bcdf057cf7f8d1fec6f0e13c1381867f",
|
|
227
228
|
"nestjs/create-only/.github/required-checks.json": "9c776b13295cd07ce18984d3fbfee5a33af5e7c2ce9045cd1cb5fc478b256634",
|
|
228
|
-
"nestjs/create-only/.github/workflows/ci.yml": "
|
|
229
|
-
"nestjs/create-only/.github/workflows/deploy.yml": "
|
|
229
|
+
"nestjs/create-only/.github/workflows/ci.yml": "fb85b8dc792dfc493c532cddb305a86255c7442881653ff3a4ddb8cd25bece7e",
|
|
230
|
+
"nestjs/create-only/.github/workflows/deploy.yml": "05be9690eebf55fa740bbb4f27c0f4f9f0759e1f0e125fecd6a13bfc3651ab05",
|
|
230
231
|
"nestjs/create-only/.zap/baseline.conf": "a7cd559b014555ef2efe7a6ce129384ec376ce4d66d5bc3ae9e2f3f883172c4d",
|
|
231
232
|
"nestjs/create-only/scripts/zap-baseline.sh": "9d81fdb3419753ca4ec5509e37365543d7608c7a9924635ef1acb4734cb3bbd1",
|
|
232
233
|
"nestjs/create-only/tsconfig.local.json": "0b720ddad0d18f52dadf33bdc4a0aec0eb65c506bc8ebb692f880bdf31d1011d",
|
|
@@ -247,7 +248,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
247
248
|
"oxlint/typescript.json": "c7352af5d92a97da1386edfbff873f284c932f5413dce87c4af27520097389aa",
|
|
248
249
|
"phaser/copy-contents/.prettierignore": "3bd2e016bd4bd23f76d186a4a4ba72f47719b9aa1df5d3352ad5719d93e0bf49",
|
|
249
250
|
"phaser/copy-contents/gitignore": "4b8d1a5817d35f64f5d4859f9184ebe2e1dc42e63f8e9269fff233e2ec258d6c",
|
|
250
|
-
"phaser/copy-overwrite/.github/workflows/ci.yml": "
|
|
251
|
+
"phaser/copy-overwrite/.github/workflows/ci.yml": "d5e2561c51b95bf12bbd566e7a95b2609041bc59d5932f50b3a088fc765b3769",
|
|
251
252
|
"phaser/copy-overwrite/.husky/pre-push.verify": "d03bc6d18e20c368d37abd4d1000589cbbfb67afab0ad58da4f18ed73ec65ee9",
|
|
252
253
|
"phaser/copy-overwrite/ast-grep/rule-tests/.gitkeep": "fd9b902271d9cbaca0ead2a1e659776db904c10b06ceed7e5bc43fa57b89aba1",
|
|
253
254
|
"phaser/copy-overwrite/ast-grep/rules/no-day-truncating-file-age-predicate.yml": "6fad69e83ab937f6d929305be46fbe38390cd30c8b525ab0a24a5ac65d377ef6",
|
|
@@ -283,7 +284,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
283
284
|
"plugins/src/base/agents/learnings-synthesizer.md": "d3ffc4294df44813772d8c2641ebbd79a97cbc9051fa88b407ef7bfdc5b8e0d9",
|
|
284
285
|
"plugins/src/base/agents/linear-agent.md": "165a7ec3df84402c12d768e61e5cea8530abdd68030024e3a5131136e9f1f75f",
|
|
285
286
|
"plugins/src/base/agents/linear-build-intake.md": "8cb476b76bf4a00e0e91c2d6224b2a54b7c6892436b79bec57ff6e88f3d8ff49",
|
|
286
|
-
"plugins/src/base/agents/linear-prd-intake.md": "
|
|
287
|
+
"plugins/src/base/agents/linear-prd-intake.md": "8c94a966c8a5da9284b33dd02fc91481b796c5e72105239171afa1af323c1cb3",
|
|
287
288
|
"plugins/src/base/agents/notion-prd-intake.md": "53df0fba395b10b17bafe1a82c8c2706e4ec029d2aee8f3a2e7d5afe38d9be98",
|
|
288
289
|
"plugins/src/base/agents/performance-specialist.md": "39c088eaf9347410988a82310e3a151034cbac28a756b1c7b28bb4c1c32a6a5d",
|
|
289
290
|
"plugins/src/base/agents/pr-mining-specialist.md": "2bf5b933b43ddfbcc9c67f9b98bd68bc6c99ab0c47dca96dcd9e340960df8e55",
|
|
@@ -369,20 +370,20 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
369
370
|
"plugins/src/base/commands/verify.md": "ffbc553ec86e77845da72b5b0eb0dbb2b5a93b781ac8a7dbb2ef0f31f38f7b96",
|
|
370
371
|
"plugins/src/base/commands/wiki/install.md": "51392cf053c17edd549bfbaba5d19ce669dc79021aafa7cfa100324ad38de11f",
|
|
371
372
|
"plugins/src/base/hooks/block-blind-automerge.agy.sh": "7a1263ea15df37a24d959944a9b9bfe579df189abf8e697f967bbaba9d3ffc90",
|
|
372
|
-
"plugins/src/base/hooks/block-blind-automerge.sh": "
|
|
373
|
-
"plugins/src/base/hooks/block-direct-issue-create.agy.sh": "
|
|
374
|
-
"plugins/src/base/hooks/block-direct-issue-create.sh": "
|
|
373
|
+
"plugins/src/base/hooks/block-blind-automerge.sh": "2a72f840b37666544fd1019b8c00d7f1c800fab2163b1e852b0a750c28919758",
|
|
374
|
+
"plugins/src/base/hooks/block-direct-issue-create.agy.sh": "7ec3db9a519a5ce95277d75ab347d2ee52970bc4ccb7ae554bccba8628290c19",
|
|
375
|
+
"plugins/src/base/hooks/block-direct-issue-create.sh": "5d4370e69a0f0c0a1583828ea9262e7534d2a15a553513b2eae058412c77f231",
|
|
375
376
|
"plugins/src/base/hooks/block-host-name-leak.agy.sh": "9522a2db621178d9cee5bf70ff3948251c5043868f372924bfee19126dbd1c41",
|
|
376
377
|
"plugins/src/base/hooks/block-host-name-leak.mjs": "e8e2e6b63da631093d2f1bfee843ce913fa800a60e61274bda7222aaee195b9b",
|
|
377
378
|
"plugins/src/base/hooks/block-host-name-leak.sh": "853a890c7fe9e490e9271d7606b087643e542954fcdec4631172a40ef36bf32b",
|
|
378
379
|
"plugins/src/base/hooks/block-instruction-file-edits.agy.sh": "aa249cae53caeb3e0fb6d6af114e2756084f45a2896332fb063a9f20e4902125",
|
|
379
|
-
"plugins/src/base/hooks/block-instruction-file-edits.sh": "
|
|
380
|
+
"plugins/src/base/hooks/block-instruction-file-edits.sh": "d2a8efddff3bcafc9a6b04b28e02cf3db75f98b1f9d90af3ca365fc3bb50c043",
|
|
380
381
|
"plugins/src/base/hooks/block-managed-file-edits.agy.sh": "19cda51fcc113f0b3c184d8907913ab4b49ecb81db80ce7909639194bc9c52d6",
|
|
381
|
-
"plugins/src/base/hooks/block-managed-file-edits.sh": "
|
|
382
|
+
"plugins/src/base/hooks/block-managed-file-edits.sh": "407b9a435da2eda00b1245e4ec1c01cad70f551e07879670648406382e30ce5a",
|
|
382
383
|
"plugins/src/base/hooks/block-no-verify.agy.sh": "452466fc87be994084017165a045a5fca77a357d71407d0524980c8bdd975c29",
|
|
383
|
-
"plugins/src/base/hooks/block-no-verify.sh": "
|
|
384
|
+
"plugins/src/base/hooks/block-no-verify.sh": "05befc4599dd53c39bfb1b8770928e1909bbb3c2c4e4850fc93e54fb64467489",
|
|
384
385
|
"plugins/src/base/hooks/block-shell-json-parsing.agy.sh": "dc688efe382e7b8fe6f6c88bb0fde851527128cae778599559f23a93f1c9ec86",
|
|
385
|
-
"plugins/src/base/hooks/block-shell-json-parsing.sh": "
|
|
386
|
+
"plugins/src/base/hooks/block-shell-json-parsing.sh": "c00a8cbdb2ea3397bb92231f49d77820109188c21a3320a4414ad97ca27fcaa7",
|
|
386
387
|
"plugins/src/base/hooks/cleanup-stale-worktrees.sh": "1dc1aa62e5873acba5471195710e2a5594091b94dc36287875ace14e0e2cd2d3",
|
|
387
388
|
"plugins/src/base/hooks/debug-hook.sh": "8416fc2603cabf08245db998736a291d3b5aedf45b4a6f61c0060f07134e6530",
|
|
388
389
|
"plugins/src/base/hooks/discharge-work-item-gates.sh": "68ece38c1f433e705c5bb284282468d65adbf46d8264ab0cd5855bab816bb0ea",
|
|
@@ -390,31 +391,34 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
390
391
|
"plugins/src/base/hooks/enforce-verification-gate.sh": "29885d07ff6da70f193ea0f0691d63f324deb79fbd7ede519596415875d94458",
|
|
391
392
|
"plugins/src/base/hooks/enforcement-vintage.mjs": "06599ee8b5ae9e24125b12b5d79f0c704a71535efe3f27705b2db7e53a0c6ba1",
|
|
392
393
|
"plugins/src/base/hooks/enforcement-vintage.sh": "e23cb84a0035c86805ce7aada15adae6634a5a8cb68a9e2ba677ab1953721b97",
|
|
393
|
-
"plugins/src/base/hooks/failure-signature-index.mjs": "
|
|
394
|
+
"plugins/src/base/hooks/failure-signature-index.mjs": "cef454f9b7c01b9d035bc3d6daf094f626db0a0a97d4d06be24fce702ad67ff9",
|
|
394
395
|
"plugins/src/base/hooks/failure-signature-index.sh": "08ed520f59cf97056c3d17bc342e1a4d24802e8d460d77b546017c15a4ba2c55",
|
|
396
|
+
"plugins/src/base/hooks/guard-dedupe.bash": "e5ffd010cd9f65cfb85f88756c7be2b4c23d432875d731e3ddbe6057376e72eb",
|
|
395
397
|
"plugins/src/base/hooks/inject-flow-context.sh": "f4ab07065762d592c0fc36be2e4918e767b293aaa4094b9d85d69010576c6dbf",
|
|
396
398
|
"plugins/src/base/hooks/inject-resolved-config.mjs": "87dd7051ae0818c89f2d8e1b6aa0cde5e883d032974dfa24e39065570aea1afb",
|
|
397
399
|
"plugins/src/base/hooks/inject-resolved-config.sh": "bc73e118afff35f455241647c24da6e23caaf30d189eb6d3a48814e9a8309613",
|
|
398
|
-
"plugins/src/base/hooks/inject-rules.sh": "
|
|
400
|
+
"plugins/src/base/hooks/inject-rules.sh": "9d2d3352f57099fdb7a3442ddd266c672cd83d484d1216f341168323f5e354ca",
|
|
399
401
|
"plugins/src/base/hooks/install-pkgs.sh": "e9a13faba849a277410dde911ab102ee6f88ef915b33571bb1d4eef904172db5",
|
|
402
|
+
"plugins/src/base/hooks/operational-hazards.mjs": "f29f1a3a7d48bdcdd8ef1e154361b10577a8ea091c3c0c41b7ece47ffb8dfaa9",
|
|
403
|
+
"plugins/src/base/hooks/operational-hazards.sh": "d924b576559ea341d1b5bea88a44db7c3bf0b357ed62aab0611e6660ef5f155f",
|
|
400
404
|
"plugins/src/base/hooks/parity-safety-net-heredoc.py": "f21b1232ac82bd0e42d2ba43c68f4cc4546334fc885ba31747881f427097ef78",
|
|
401
405
|
"plugins/src/base/hooks/parity-safety-net.agy.sh": "ce9bd2b4566ad9147e4ace56434cffbbe87edb4ccbb57549ab3fd9f4c671ced4",
|
|
402
|
-
"plugins/src/base/hooks/parity-safety-net.sh": "
|
|
406
|
+
"plugins/src/base/hooks/parity-safety-net.sh": "c93b51e96272b8e2df8a1524b47bc6affd0d327b591f6efe55fe1cb3f16dea17",
|
|
403
407
|
"plugins/src/base/hooks/secrets-preflight.sh": "cdc638627e5769770aefb061ea0ddfacc1888a8eab3a5fade6c43129a2d3ff6e",
|
|
404
408
|
"plugins/src/base/hooks/setup-jira-cli.sh": "384bc8d935a2ed5788d7185979b3e74c75c17cd4bc5c230d7d8f086ab2703443",
|
|
405
409
|
"plugins/src/base/hooks/shell-write-nudge.sh": "69839af423f8792b1e52c71097316c3264425553031627c0a2f9409a9d5becd0",
|
|
406
410
|
"plugins/src/base/hooks/sonar-secrets.sh": "8ec9d8eab090fd8aed69b6378160ae607b4341923ed076d9a5d08bf44d238064",
|
|
407
|
-
"plugins/src/base/hooks/threshold-ratchet-compare.mjs": "
|
|
408
|
-
"plugins/src/base/hooks/threshold-ratchet-families.mjs": "
|
|
409
|
-
"plugins/src/base/hooks/threshold-ratchet.mjs": "
|
|
411
|
+
"plugins/src/base/hooks/threshold-ratchet-compare.mjs": "b482b0409ce19e1be6939fdc5431dd8dd62cd62d4aad36a378c52fe3e86bc69d",
|
|
412
|
+
"plugins/src/base/hooks/threshold-ratchet-families.mjs": "be34a18a8dc3adb516023ba2dbcdb00012d9defdeedf15c0f5711f742b6f91b6",
|
|
413
|
+
"plugins/src/base/hooks/threshold-ratchet.mjs": "c9d7d91705baba1adb9ff7cb2ce29b1fe43a16630f5fb847bb657101ca43756b",
|
|
410
414
|
"plugins/src/base/hooks/threshold-ratchet.sh": "b86f4d0b554e44fd119ad8a8920cd0ba6c9dbe779f7ee219d381cf0629453990",
|
|
411
415
|
"plugins/src/base/hooks/ticket-sync-reminder.sh": "212f80bcdfd9e3ec2254987c5a7186d1d2d38065b330ddcdc631f76df7c4a6c0",
|
|
412
416
|
"plugins/src/base/hooks/track-plan-sessions.sh": "8bc47dcad3aed628df0c9efbe7b6f3df87635b94b0c54c71e0bd52eceace563a",
|
|
413
417
|
"plugins/src/base/hooks/withdrawn-rulings.mjs": "4e66fd547514f08f8293a9f8e337876679d928e3e9825eefb508f887f88e8d85",
|
|
414
418
|
"plugins/src/base/hooks/withdrawn-rulings.sh": "5dbf429b6ec73c3c29fb96008efa1015feaa4812c1b4bb26aaa5d0b904a0ff9c",
|
|
415
|
-
"plugins/src/base/hooks/worktree-binding-guard.mjs": "
|
|
416
|
-
"plugins/src/base/hooks/worktree-binding-guard.sh": "
|
|
417
|
-
"plugins/src/base/rules/eager/00-rule-index.md": "
|
|
419
|
+
"plugins/src/base/hooks/worktree-binding-guard.mjs": "8647522f3941b975ab43df2489af7de37b7024f004af1b32c4c0b3ec5df460c1",
|
|
420
|
+
"plugins/src/base/hooks/worktree-binding-guard.sh": "1b851990168b70ef6469c3c35b0ccc4012f1bf6ceee60a0fdec9a2f8d42ec70f",
|
|
421
|
+
"plugins/src/base/rules/eager/00-rule-index.md": "12f953c60e12b84b59e930efdd10ffddd38472463e83f2e09ef189cd02388346",
|
|
418
422
|
"plugins/src/base/rules/eager/base-rules.md": "0f4feae799871827c8ddbef342c6db7bb95aee13c55dec6ecfda9ba5a0a5bd78",
|
|
419
423
|
"plugins/src/base/rules/eager/coding-philosophy.md": "cf2c52032e0368d81f17f002fed5c957ab350d01fc4a43f66b5f366516bac54a",
|
|
420
424
|
"plugins/src/base/rules/eager/config-resolution.md": "f064147ecc33144ef1512fc1abeda253fcb420038eef498a5b986db0ea631639",
|
|
@@ -428,13 +432,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
428
432
|
"plugins/src/base/rules/eager/local-ci-first.md": "8a0369f3b23c4c9906194ea2d5b6dab44bb82dee753571b7e3e27ed799a289f5",
|
|
429
433
|
"plugins/src/base/rules/eager/measurement-integrity.md": "aff22dd8dfce9b527348c641a996374257fa8a552298713aae524c83858c2aa9",
|
|
430
434
|
"plugins/src/base/rules/eager/not-blocked-just-waiting.md": "bd96e3a61bfd9ddf27d88b6cb62948c701b6335e9758a081cd5c1fc63048d9be",
|
|
435
|
+
"plugins/src/base/rules/eager/operational-hazards.md": "9acb3b13a6b3f7d993c7fc37cf70fa94947119c4d59e6295217cafe9f13c6c58",
|
|
431
436
|
"plugins/src/base/rules/eager/report-actionability.md": "7c4d5b2bea93b7cd5bb8694fa7c06f4ca8f94a19eb17832f1ccc5354b0207163",
|
|
432
437
|
"plugins/src/base/rules/eager/security-audit-handling.md": "1f6effe92be66736a0c9fab634c5fdd6ad1e789865faa67bb783c67ddb4ad490",
|
|
433
438
|
"plugins/src/base/rules/eager/session-status-updates.md": "bbb42e86b8eb68334b8b9c0bc70beb4895a54015e097bf745fc92156b3e24766",
|
|
434
439
|
"plugins/src/base/rules/eager/settled-decisions.md": "ae1e8d1292db266038af41d9313708a3fba437c036de043ec6b0311418b56017",
|
|
435
440
|
"plugins/src/base/rules/eager/stale-state-claims.md": "faf5057f5910237b8d5048dbcccb73e0cd03762a8eefbeae43b5d0153104a85a",
|
|
436
441
|
"plugins/src/base/rules/eager/tool-access-gate.md": "a5413a43ec353f768586e0a1cde3836db025cb5d8b80821020602995e71aa296",
|
|
437
|
-
"plugins/src/base/rules/eager/tracked-work.md": "
|
|
442
|
+
"plugins/src/base/rules/eager/tracked-work.md": "182784993c2a4dbdb2c3c93e0b4ac23b5f0953cd5b55065d906ebf9b1747e215",
|
|
438
443
|
"plugins/src/base/rules/eager/upstream-to-lisa.md": "eb8b37e789423dba78e3a77951db087c4d3f56a88478b63107ec6b9ddbf23b13",
|
|
439
444
|
"plugins/src/base/rules/eager/verification.md": "a6cc1d50c5b91080171490edce4d375f136a14790dcbb247ca8b736ad8f55cfd",
|
|
440
445
|
"plugins/src/base/rules/eager/wiki-knowledge-source.md": "b3ae63fca40461fef19779d8f0c971553963ed8fe9c22fc504da3d8e757b3a36",
|
|
@@ -447,7 +452,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
447
452
|
"plugins/src/base/rules/reference/claim-evidence-mapping.md": "a747c4b19607eb782fd430942e54cf8f24465cde837c18d83a4853761c839f5f",
|
|
448
453
|
"plugins/src/base/rules/reference/claim-time-guards.md": "73fe5aa4e9f7af43f7295a477ed3ec2f228adf2db0abe246820ec44a5670700c",
|
|
449
454
|
"plugins/src/base/rules/reference/coding-philosophy.md": "fed8381f16a5d6793a49d84d5813d62125808cb2f4981a558b119cf63e2586d9",
|
|
450
|
-
"plugins/src/base/rules/reference/config-resolution.md": "
|
|
455
|
+
"plugins/src/base/rules/reference/config-resolution.md": "727717f06ba0c6bcce46cbad62b7ce818ab0a5b30e9dba4cac3bbeb1ae05a993",
|
|
451
456
|
"plugins/src/base/rules/reference/control-reachability.md": "787e48eab74f319d3b8e6591bc1cff0a794cd90bc613e058c8795299baf88dc1",
|
|
452
457
|
"plugins/src/base/rules/reference/convergent-review.md": "5238515a8bb2533b3ab50ca0a9bc0a51df672c5c804740a3050e1c9f95d3eeb2",
|
|
453
458
|
"plugins/src/base/rules/reference/credential-substrate-precedence.md": "0c4deadf6d3bc8e2d21dbc20451e2f428c5f01d905c40094e18b1cc934016c90",
|
|
@@ -466,12 +471,13 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
466
471
|
"plugins/src/base/rules/reference/history-audit.md": "20a46390f71fadda499c61193d430c3d53df49b55a4cefa50a112f82fa4b05ef",
|
|
467
472
|
"plugins/src/base/rules/reference/integration-access-layer.md": "c5fc07f5f46ba1f99403b6e4fd5603d153411a9bb1838bea320b26a5bd5273d6",
|
|
468
473
|
"plugins/src/base/rules/reference/intent-routing.md": "988f8f45b41056c2adaa1a3e5f6ea926ac56a2fd041c07f98a9c2b271050efdd",
|
|
469
|
-
"plugins/src/base/rules/reference/leaf-only-lifecycle.md": "
|
|
474
|
+
"plugins/src/base/rules/reference/leaf-only-lifecycle.md": "8ab9a33e36fa544d31f44353bd3cf48e40abac10a99e77f510162dbf4e11e773",
|
|
470
475
|
"plugins/src/base/rules/reference/learnings-ladder.md": "4b6760e8ec58dea0e646cfa1b0518f468cc959ef3be55e3f87c225ec076f53c7",
|
|
471
476
|
"plugins/src/base/rules/reference/local-ci-first.md": "4db796a9e159d25e5edd0d8d8d713b6556a3024a96e3882a50e19928b0e81a18",
|
|
472
477
|
"plugins/src/base/rules/reference/measurement-integrity.md": "f628573c591e2cbbbbedd22821d40a3687dc14dba3aba5aebdc75c37ebd62494",
|
|
473
478
|
"plugins/src/base/rules/reference/not-blocked-just-waiting.md": "bef69d0cefa92e2b8ca589bb27f8e92749140e662d54110e12f0a47890e69f14",
|
|
474
479
|
"plugins/src/base/rules/reference/observability-audit.md": "aafba16866a2e8076938bc9a252870dc81ef5f3d3ff9729ad6f6aee8def1cbca",
|
|
480
|
+
"plugins/src/base/rules/reference/operational-hazards.md": "208c36bdf12b6164573d5d744f1747a3fd5904d9aaf55ec335c9ba884fcd9d17",
|
|
475
481
|
"plugins/src/base/rules/reference/prd-definition-of-ready.md": "f5491d0e2e602844e285b05396313a20cf66e096dfc68cef8824eaf8ca643377",
|
|
476
482
|
"plugins/src/base/rules/reference/prd-lifecycle-rollup.md": "6fc2fe1fd7a8e0061592d89ee9f44e6c1883a2484269b3b32e2be9d59d2bec3e",
|
|
477
483
|
"plugins/src/base/rules/reference/pre-flight-autofill.md": "a27af6f77fed77681d1a9156b17dfc62987050b485386a754d7747f1d3207b5f",
|
|
@@ -495,6 +501,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
495
501
|
"plugins/src/base/rules/reference/wiki-knowledge-source.md": "725a7415a0606f85164722bd4b4975bce1f496cc43c97e45b224810b1a685189",
|
|
496
502
|
"plugins/src/base/rules/reference/withdrawn-rulings.md": "34afe0413fce11872ac99b87e6323c59a754db7992c5fb054a56845af0723785",
|
|
497
503
|
"plugins/src/base/rules/reference/work-item-definition-of-ready.md": "2409b6c4631cd1aa5e85c70cadfca68f66c0087cf7ba8adbf50e4f1753cbeddf",
|
|
504
|
+
"plugins/src/base/rules/reference/work-item-trailer-definition.md": "2997766dc8ab61bf63891781dc9e86339a47ca35eddd4ca387bd7cc0ce85f2a5",
|
|
498
505
|
"plugins/src/base/scripts/automation-run-record.mjs": "24351f445c9c9dc7e9136be918bb0c4fbea567f0c3972cbe62afbdc83653ce2a",
|
|
499
506
|
"plugins/src/base/scripts/automation-status-claude-adapter.mjs": "f377d6384d05a97af2a33dc6c1ddb255bc07c7af308c595f6f6fc2789e24d46b",
|
|
500
507
|
"plugins/src/base/scripts/automation-status-codex-adapter.mjs": "6b0f1ae532a451c45975d8db09c776a03e50e65788b30286b3416e55e39078e7",
|
|
@@ -511,13 +518,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
511
518
|
"plugins/src/base/scripts/design-variable-ids.mjs": "c04250c38cd1b27f1e26240889d7a741df3a0e4fb4b1882788475b7b7d806910",
|
|
512
519
|
"plugins/src/base/scripts/doctor-report.mjs": "f183e62848ac539da56a525fe2105fc6251a49e555a01dd1bba10d9227b1a6bf",
|
|
513
520
|
"plugins/src/base/scripts/install-remote-agent-aws.mjs": "aec9980c90fc500038f98c24329f0d8728e79a110326b33b744a68afa128de64",
|
|
514
|
-
"plugins/src/base/scripts/intake-blocker-reprobe.mjs": "
|
|
521
|
+
"plugins/src/base/scripts/intake-blocker-reprobe.mjs": "ecb059cd9010cd6f00a128320239c55dd8ccfdba6dbd98dc7ea7fe78ff4c7bb1",
|
|
515
522
|
"plugins/src/base/scripts/intake-prework-denominator.mjs": "0a40cb91ab1c0e810f42d035d9652af3033e97c692b93b911de851991c12eca1",
|
|
516
523
|
"plugins/src/base/scripts/lifecycle-label-trust.mjs": "0a9892890da6011733bf9b1186fbe936253c2796c4ac448f1a55f63b8daaa154",
|
|
517
524
|
"plugins/src/base/scripts/linear-state-write-target.mjs": "2c06525345b47a93e8ad75566d4a7d0cac6850ce30cf0481120ad88146d4c220",
|
|
518
525
|
"plugins/src/base/scripts/plugin-sync-explain.mjs": "17cc7dde8f269b0cbc848c6385d6630a5926327c24e5769b2a16ed7d6aba2d76",
|
|
519
526
|
"plugins/src/base/scripts/pr-arming-sweep.mjs": "bdfbf0e639457a5c569c68e1e4a76bbefb7f8c731c06539b4b345609ef5efde1",
|
|
520
527
|
"plugins/src/base/scripts/project-ideation-idempotency-harness.mjs": "5722de5c53efb033051442f965d0873beb9cdb18aa1d3f5cd82151b5fb9ed529",
|
|
528
|
+
"plugins/src/base/scripts/qa-signal-lifecycle.mjs": "cac08b00ffbd89a21e4ca62618aaf1fe8828afe56e63ed67a0eaafcca41bc6c2",
|
|
521
529
|
"plugins/src/base/scripts/queue-contract-resolution.mjs": "5944dd862f949155db1f4e43279041407dc2c920723cee808fa353dc0bdd2c6e",
|
|
522
530
|
"plugins/src/base/scripts/queue-health-classification.mjs": "07fd596da5792d8bd29f2d51584c59011d3d06256eae601b27a3c72730b42333",
|
|
523
531
|
"plugins/src/base/scripts/queue-status-build-readers.mjs": "1e05181dc8fbe2a4f0c04ce73fdfe1c3a7fc1777cb66e95d7e9a593559c8ca27",
|
|
@@ -551,7 +559,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
551
559
|
"plugins/src/base/skills/lisa-detect-tooling/scripts/commands.mjs": "e28bd61fdde4a336b56ae3395423026943a5816015719d31d04f0d5a0ab50eec",
|
|
552
560
|
"plugins/src/base/skills/lisa-detect-tooling/scripts/detect-tooling.mjs": "d9419814fc04c935bd7e320e85b1977c9bfc9275d9ea5fb557002ad438ee7925",
|
|
553
561
|
"plugins/src/base/skills/lisa-doctor/SKILL.md": "ab7bb855fd3ebe321e41b0143815f202b70f6ba38f6678791d6d9e933e0c3fd8",
|
|
554
|
-
"plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md": "
|
|
562
|
+
"plugins/src/base/skills/lisa-drive-pr-to-merge/SKILL.md": "507da95830279e7ca18ef2408825975e5fd1daabb092ac3b6d5499aa54eea6d5",
|
|
555
563
|
"plugins/src/base/skills/lisa-epic-triage/SKILL.md": "d02760411249bddbd396f283191fe3e82bb7b95bf9393a19a7025dc5a57c3ab7",
|
|
556
564
|
"plugins/src/base/skills/lisa-evaluation-suite/SKILL.md": "96b5c2091ccd22a565935a7b0b917f67998881b81055ce3e4d518319472eac8b",
|
|
557
565
|
"plugins/src/base/skills/lisa-exploratory-qa/SKILL.md": "562b80ea0be5ffb1087386495a380bfb5808a1da4c08a7e253c5229d747bc5c7",
|
|
@@ -561,19 +569,19 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
561
569
|
"plugins/src/base/skills/lisa-git-prune/SKILL.md": "11fad06d109538f1a8ee4ef8043bb0e083672e3c9a7cb7ae8a7233c5411d6dd2",
|
|
562
570
|
"plugins/src/base/skills/lisa-git-submit-pr/SKILL.md": "7847ee39ea3a14445fbf1d459e3cd7d93ed67dcdcf8b6f161ca64bb307233245",
|
|
563
571
|
"plugins/src/base/skills/lisa-github-add-journey/SKILL.md": "4ceda3474a9b32abae835c2676e8cb2b7e888c6ba04b95843dbe7254293bbf32",
|
|
564
|
-
"plugins/src/base/skills/lisa-github-build-intake/SKILL.md": "
|
|
572
|
+
"plugins/src/base/skills/lisa-github-build-intake/SKILL.md": "4578ac24a89b9d6c26d57d79cdd625b928636e7cd1c67a4bc5f1258f1f462fa7",
|
|
565
573
|
"plugins/src/base/skills/lisa-github-claim/SKILL.md": "71301c6d45d7eb5523e74aa7f070bb2becf57ca68fb8bde9e02ee937b78815f7",
|
|
566
574
|
"plugins/src/base/skills/lisa-github-create/SKILL.md": "2128a5069c2663a6a33cef7d0465e672682429b176183e101d3ea65f276a1b93",
|
|
567
575
|
"plugins/src/base/skills/lisa-github-evidence/SKILL.md": "73142ef660766f4b4e4947ad25d00614b8fb9ad4dfa7e4f45b19379ae981d84d",
|
|
568
576
|
"plugins/src/base/skills/lisa-github-journey/SKILL.md": "0d13fb57fb2650c5909e208846a979e8dc08a6bbe507333093b1b7ae5bd2287c",
|
|
569
|
-
"plugins/src/base/skills/lisa-github-prd-intake/SKILL.md": "
|
|
577
|
+
"plugins/src/base/skills/lisa-github-prd-intake/SKILL.md": "34d2eaaf63213e7c52fea2e7cc579a459e95ac49c26d405ec3c44605bf16cc54",
|
|
570
578
|
"plugins/src/base/skills/lisa-github-project-v2/SKILL.md": "80fac6d91ae36c6e130c220d9d35c5a20e6610d790fbb91343503f49cdb9ec3a",
|
|
571
579
|
"plugins/src/base/skills/lisa-github-read-issue/SKILL.md": "b0db6c44d3f3659905313b1a96c6536e2b3856c082bfbc3b2d6f92f349d7f90a",
|
|
572
580
|
"plugins/src/base/skills/lisa-github-sync/SKILL.md": "9130213c0b91f3fbc034d2d5b1cf7f4f238702059f84fb10e67bb8ce9aba83f4",
|
|
573
581
|
"plugins/src/base/skills/lisa-github-to-tracker/SKILL.md": "005323919f5f671e541219278dbf8e736cc33b522090611a91f5af88cfa9964f",
|
|
574
|
-
"plugins/src/base/skills/lisa-github-validate-issue/SKILL.md": "
|
|
575
|
-
"plugins/src/base/skills/lisa-github-verify/SKILL.md": "
|
|
576
|
-
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "
|
|
582
|
+
"plugins/src/base/skills/lisa-github-validate-issue/SKILL.md": "bac184e227a19847f2a7e3f36eea14caa95526eaad5464b3fbd85fb5f9e94ccc",
|
|
583
|
+
"plugins/src/base/skills/lisa-github-verify/SKILL.md": "c53cd2deb36b4191e77651da4a95df2ee022e3b8b12d1dd248e7466746b74578",
|
|
584
|
+
"plugins/src/base/skills/lisa-github-write-issue/SKILL.md": "16186be3c03a11751d5796160c0f81c24e4b1ac306a7f01cb32a7bddf69db024",
|
|
577
585
|
"plugins/src/base/skills/lisa-github-write-prd/SKILL.md": "303d5bdcd6fb956ebf1f9a479ab3a4a3eadc735973c4146f8cf6bf0751d10869",
|
|
578
586
|
"plugins/src/base/skills/lisa-health-drift-cron/SKILL.md": "852eb7410ce26badc7e441d32d43dc15004431abf413fd702f80b4dc5fff4a89",
|
|
579
587
|
"plugins/src/base/skills/lisa-health/SKILL.md": "dfdb08a863e78bff42671793dcec29cfae0654db18ebf66a4aa77aeb56ddb775",
|
|
@@ -585,10 +593,10 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
585
593
|
"plugins/src/base/skills/lisa-improve-test-coverage/SKILL.md": "ad3dc57b55ac7e5b6f0b8aec3f9813ee35c51b2ea397d6520b46b51d9d1fdda7",
|
|
586
594
|
"plugins/src/base/skills/lisa-improve-tests/SKILL.md": "50dd03ae38d44af28229ac0075ac0be04dbbc13ef1742a98760ab70172e13589",
|
|
587
595
|
"plugins/src/base/skills/lisa-intake-explain/SKILL.md": "c692b07bd6d777562545d49cf7f6d5615818a29eba8dab98e293047d179fdea0",
|
|
588
|
-
"plugins/src/base/skills/lisa-intake/SKILL.md": "
|
|
596
|
+
"plugins/src/base/skills/lisa-intake/SKILL.md": "6ad62fd1a8148729b6ff0cdffdf853529f72ee73ba08f7bb1b27237c19f47d4d",
|
|
589
597
|
"plugins/src/base/skills/lisa-jam-access/SKILL.md": "8c9007e4ef4b79ba6de30be0baf75972d1a68451204d7a29f5cc504d7095279e",
|
|
590
598
|
"plugins/src/base/skills/lisa-jira-add-journey/SKILL.md": "a00606cc7927f034e847f34d7e44e72fa7f3a14ddf6a469deb7eae1e06531fd7",
|
|
591
|
-
"plugins/src/base/skills/lisa-jira-build-intake/SKILL.md": "
|
|
599
|
+
"plugins/src/base/skills/lisa-jira-build-intake/SKILL.md": "03dc6cab15e0ea63547e4a149ac8745d49785a8390e9aa776842962d360a062f",
|
|
592
600
|
"plugins/src/base/skills/lisa-jira-claim/SKILL.md": "9c4935441a4e6b55df0949178f96e927184c4909bffff8929b39a304bc5ac00a",
|
|
593
601
|
"plugins/src/base/skills/lisa-jira-create/SKILL.md": "77078002d2a16e0b2a65725f4e86b13caa1c43ba193eb37beb5b7da20feed3f1",
|
|
594
602
|
"plugins/src/base/skills/lisa-jira-evidence/SKILL.md": "e6a2458a5de6587ad1a407997407198b856f32853c958c1e7adc53ca9bfd2e71",
|
|
@@ -599,26 +607,26 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
599
607
|
"plugins/src/base/skills/lisa-jira-read-ticket/SKILL.md": "1b7cd9a56bae1108c9814b8f8365411dad1e7f3cd294a28baeab6321d0b636b4",
|
|
600
608
|
"plugins/src/base/skills/lisa-jira-read-ticket/scripts/download-attachment.sh": "051d8ce5445b4db04c7389ed6fb614ba43358a30512ff3de8f4432c567304fe7",
|
|
601
609
|
"plugins/src/base/skills/lisa-jira-sync/SKILL.md": "943a89c2fd70b7cd1f13badc8ce0018f9f5ff18a0a7443440ba68a309bf4685f",
|
|
602
|
-
"plugins/src/base/skills/lisa-jira-validate-ticket/SKILL.md": "
|
|
603
|
-
"plugins/src/base/skills/lisa-jira-verify/SKILL.md": "
|
|
604
|
-
"plugins/src/base/skills/lisa-jira-write-ticket/SKILL.md": "
|
|
610
|
+
"plugins/src/base/skills/lisa-jira-validate-ticket/SKILL.md": "f05c2eb3c635d42c30bbfe18e6a12fa65248c4891f2adf667f7cf5950e550d86",
|
|
611
|
+
"plugins/src/base/skills/lisa-jira-verify/SKILL.md": "55484ce81b43a167db9bbeed62edf8b204676827b7ef7bf1892c17453027c7b6",
|
|
612
|
+
"plugins/src/base/skills/lisa-jira-write-ticket/SKILL.md": "af7d4681fcea79138603108535421caf0a108ad9641b990508941cb7624bdc25",
|
|
605
613
|
"plugins/src/base/skills/lisa-jsdoc-best-practices/SKILL.md": "c70ebb143c511cd09c789611bf5dbd636d769c462de000dd694c53f8fcf6f444",
|
|
606
614
|
"plugins/src/base/skills/lisa-kane-browser/SKILL.md": "e082517cb42f437eeb22b3935aa0fef09299874736e55184e88d2b64f7860a7d",
|
|
607
615
|
"plugins/src/base/skills/lisa-learnings-audit/SKILL.md": "73624a3f94954c414c000d734a52a45528674afbeb43936ec746ea7591e10760",
|
|
608
|
-
"plugins/src/base/skills/lisa-linear-access/SKILL.md": "
|
|
616
|
+
"plugins/src/base/skills/lisa-linear-access/SKILL.md": "54ca063364be1104984a700652d9fa8df8f0554f9379e7e97b5f751a3692558d",
|
|
609
617
|
"plugins/src/base/skills/lisa-linear-add-journey/SKILL.md": "e63ae35df1a928dac7b42535ce11e77e8c617e60838ba319f22081400e87886e",
|
|
610
|
-
"plugins/src/base/skills/lisa-linear-build-intake/SKILL.md": "
|
|
618
|
+
"plugins/src/base/skills/lisa-linear-build-intake/SKILL.md": "2bb6da6b9b2f30d844636b0f704b53bef66b8dc72e2ef1bdde4f75d37ea1ad5e",
|
|
611
619
|
"plugins/src/base/skills/lisa-linear-claim/SKILL.md": "efde30b5eac8b2cc56499ce391bd3d43ebb017c4ce948b5d547b52acb66715bb",
|
|
612
620
|
"plugins/src/base/skills/lisa-linear-create/SKILL.md": "b9b0b89903fc980e7b591109cffcf377f7397cc6c7b6110975d0b21bafb6de2e",
|
|
613
621
|
"plugins/src/base/skills/lisa-linear-evidence/SKILL.md": "e25f8ab93f5204ac55c99c6cba5fe53cc4ad792c0140553eef7d3478ffb69694",
|
|
614
622
|
"plugins/src/base/skills/lisa-linear-journey/SKILL.md": "6f189eba5d96f8537883277de1d2d6c87d08226e90df5dd73f16852b0a46224e",
|
|
615
|
-
"plugins/src/base/skills/lisa-linear-prd-intake/SKILL.md": "
|
|
623
|
+
"plugins/src/base/skills/lisa-linear-prd-intake/SKILL.md": "fd31a0728731529fd8052bf51fae1b9c22f7ea96f466c99ab08e453f3255cff7",
|
|
616
624
|
"plugins/src/base/skills/lisa-linear-read-issue/SKILL.md": "a6b8241648ba4b7b9f1196a37e9924ffaccc5461f3ac2ee8ae283c58559e9717",
|
|
617
625
|
"plugins/src/base/skills/lisa-linear-sync/SKILL.md": "30ef30a6f6dbf173437b25bb2bddca6d9adf63fa3db7ec499ae24d7510fa0e90",
|
|
618
|
-
"plugins/src/base/skills/lisa-linear-to-tracker/SKILL.md": "
|
|
619
|
-
"plugins/src/base/skills/lisa-linear-validate-issue/SKILL.md": "
|
|
620
|
-
"plugins/src/base/skills/lisa-linear-verify/SKILL.md": "
|
|
621
|
-
"plugins/src/base/skills/lisa-linear-write-issue/SKILL.md": "
|
|
626
|
+
"plugins/src/base/skills/lisa-linear-to-tracker/SKILL.md": "94f06fd24fd72df5a3b6dedfef07348733d8966cd53f4893af375c795a0c832c",
|
|
627
|
+
"plugins/src/base/skills/lisa-linear-validate-issue/SKILL.md": "7030063ae100468f813939748ee1ed6dda6d3f708d142ab9791aaf1b6cbeaba9",
|
|
628
|
+
"plugins/src/base/skills/lisa-linear-verify/SKILL.md": "05ff6b3e1d804ee560778074a5bd154b11585f23de49ecd1d4a77fd568b307e8",
|
|
629
|
+
"plugins/src/base/skills/lisa-linear-write-issue/SKILL.md": "cb0530e7084a45241cf5722c1c0030e8f8085c019efafd4a94b07b35c45d7344",
|
|
622
630
|
"plugins/src/base/skills/lisa-linear-write-prd/SKILL.md": "ad4289b5530d65d3b61b27da54db8cd7f8e9133f97326d8961f853f364c5b457",
|
|
623
631
|
"plugins/src/base/skills/lisa-monitor/SKILL.md": "cd2b3d345f83dfefde0b5bdbf36c3f360b9d4228d4cd6d1aa18265b6c320d867",
|
|
624
632
|
"plugins/src/base/skills/lisa-nightly-add-test-coverage/SKILL.md": "1e8d7c9519e107ca21aaa9438515b4d51fac4cd25f2a0f80bdb4e037ac89856c",
|
|
@@ -641,7 +649,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
641
649
|
"plugins/src/base/skills/lisa-posthog-access/SKILL.md": "c18095cf3343746c428167969cbde03e400e50f3e1a3b3bd4345f262a8d0a60d",
|
|
642
650
|
"plugins/src/base/skills/lisa-prd-backlink/SKILL.md": "31da3d266e461fe7aaa6a91fd03d68b8f2c0a5399f793606e1efc8a003c7b913",
|
|
643
651
|
"plugins/src/base/skills/lisa-prd-source-write/SKILL.md": "4b84498fbc5d35c73dec124c6af2563781d7ede1879a0a7ca46804fbbc8f6698",
|
|
644
|
-
"plugins/src/base/skills/lisa-prd-ticket-coverage/SKILL.md": "
|
|
652
|
+
"plugins/src/base/skills/lisa-prd-ticket-coverage/SKILL.md": "0494ff682ba298c098effed6a8ac40ae3605c0086e7f2f81d9b9395f31332d87",
|
|
645
653
|
"plugins/src/base/skills/lisa-product-walkthrough/SKILL.md": "2683d5217c417870a22ff398e72a1e83de6c42be260cda4bdba16dff43a3dd85",
|
|
646
654
|
"plugins/src/base/skills/lisa-project-ideation/SKILL.md": "e24e53d84aa66f4e46d8788eea7c9b2dc0dbd332c4036f4c69914b4e05d67d79",
|
|
647
655
|
"plugins/src/base/skills/lisa-project-ideation/agents/openai.yaml": "47700e1874a33a4dba83b046439bae540cfc16ef223341281bceb35b43fcc8a2",
|
|
@@ -652,19 +660,19 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
652
660
|
"plugins/src/base/skills/lisa-project-ideation/examples/unavailable-data-rejection.md": "362835db13cb8f73179754bce427d0f7caef7738a575aa5b936a0383b7f81078",
|
|
653
661
|
"plugins/src/base/skills/lisa-pull-request-review/SKILL.md": "10bb42cba995cdd6b945efd6ef3d48578860b9d09c94aefd17c298b53aed5053",
|
|
654
662
|
"plugins/src/base/skills/lisa-qa-checklist/SKILL.md": "da1de96ada92d18f5f6b57e2751b95d5da28a6505debdb7ccd823b95bdd1405b",
|
|
655
|
-
"plugins/src/base/skills/lisa-qa-clear/SKILL.md": "
|
|
656
|
-
"plugins/src/base/skills/lisa-qa-fail/SKILL.md": "
|
|
657
|
-
"plugins/src/base/skills/lisa-qa-queue/SKILL.md": "
|
|
663
|
+
"plugins/src/base/skills/lisa-qa-clear/SKILL.md": "127f67dcd701d6ae82ccecc755c436e249599d5c7d633aa88b4773cb357bd2cb",
|
|
664
|
+
"plugins/src/base/skills/lisa-qa-fail/SKILL.md": "e7704f635470f3d1ee8ce06fd190ca8f72792457bf4087f8075017e22b00b61f",
|
|
665
|
+
"plugins/src/base/skills/lisa-qa-queue/SKILL.md": "98a671e3e101c7533745e191307bad7b41da5a93350c089ba77829b0845cb808",
|
|
658
666
|
"plugins/src/base/skills/lisa-quality-review/SKILL.md": "774c290f702842f8f751dcdf0e28e74b54e8efa299194c4a29475355da8c22e2",
|
|
659
667
|
"plugins/src/base/skills/lisa-queue-status/SKILL.md": "4bbb45c2db8d928897e2b901913b952860bbceaab3e9e7ffe54a71a4d60842a0",
|
|
660
668
|
"plugins/src/base/skills/lisa-remote-dispatch/SKILL.md": "f3c48120a206d01db45f849ca5b61690d572abc16bc36d559a4cacc8f9422c06",
|
|
661
669
|
"plugins/src/base/skills/lisa-remote-dispatch/scripts/dispatch.mjs": "2c51d388ecb681905f6b2280ffefc03434f91bfe4901e637869b716be81ccc93",
|
|
662
|
-
"plugins/src/base/skills/lisa-repair-intake/SKILL.md": "
|
|
670
|
+
"plugins/src/base/skills/lisa-repair-intake/SKILL.md": "94a1bc4a92d8f6ba85fbf37ec69ec3132db3e46c3b81872db45b46e60814fc5b",
|
|
663
671
|
"plugins/src/base/skills/lisa-reproduce-bug/SKILL.md": "49dee0ea4d444a6df050d85fd57566497df288490f64b467d0505b1863fc1039",
|
|
664
672
|
"plugins/src/base/skills/lisa-research/SKILL.md": "9e2e7f3d02a18d9bb34f0b9e8c43d6b9b454d0f81987390839d40a84331b20f7",
|
|
665
673
|
"plugins/src/base/skills/lisa-review-implementation/SKILL.md": "42134253cca50e384f36eaa085c0a1e6b8772e9f3e912a8d1231f1cd69199858",
|
|
666
674
|
"plugins/src/base/skills/lisa-review-local/SKILL.md": "74112f88c721825464d962b05111dafe84173fb370d9522d5e155acc46cc55e9",
|
|
667
|
-
"plugins/src/base/skills/lisa-rework-triage/SKILL.md": "
|
|
675
|
+
"plugins/src/base/skills/lisa-rework-triage/SKILL.md": "264b91c4998dc722dff632ecb4846fe4cf779779fbf00dc1713f82f3ea12c12d",
|
|
668
676
|
"plugins/src/base/skills/lisa-root-cause-analysis/SKILL.md": "3fa14217ca36b238ebb8203d18f10eaaf98a3647f949cdada6cb9f56ddf9ed50",
|
|
669
677
|
"plugins/src/base/skills/lisa-secrets-access/SKILL.md": "6ba87a36a76f70030c34bdd4bc7bffc27762ee44df5385e6048e01e1c3fa9f3e",
|
|
670
678
|
"plugins/src/base/skills/lisa-secrets-access/scripts/aws-bootstrap.mjs": "7f6acaa7ac13f31ebbd12e41000b5796536f1fe708684e59f79ab23b85ee08f0",
|
|
@@ -698,7 +706,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
698
706
|
"plugins/src/base/skills/lisa-setup-github/SKILL.md": "75435e81130abd21c678d302b7a220da95a19868d122ca93168278628b200666",
|
|
699
707
|
"plugins/src/base/skills/lisa-setup-jira/SKILL.md": "261acaeb2923cc9238f468dcf986a0e1323a67e1e51d175b2c1b700dacab2fb8",
|
|
700
708
|
"plugins/src/base/skills/lisa-setup-kane/SKILL.md": "fe50024a4f896af01716f2435f57227b1f8de61803e80bf3e3c3247ec179b103",
|
|
701
|
-
"plugins/src/base/skills/lisa-setup-linear/SKILL.md": "
|
|
709
|
+
"plugins/src/base/skills/lisa-setup-linear/SKILL.md": "b9a9e407385652e19beeb4be6c8f2bf0c13003c5541586751e46393bc68f7e17",
|
|
702
710
|
"plugins/src/base/skills/lisa-setup-local-env/SKILL.md": "4d4b8c92e3616256f5f689fbe433f09c31d39c623508bc4ec0d8c1770caddf22",
|
|
703
711
|
"plugins/src/base/skills/lisa-setup-local-env/scripts/local-env.mjs": "6f3713451139d9d4fd8eed8f11f49e472667394c4f9a7cae63897b7702115687",
|
|
704
712
|
"plugins/src/base/skills/lisa-setup-notion/SKILL.md": "667d3767dfb06056145d1ad3f64a6ebfa012b61c19cb2c5f82cf1f6534499c38",
|
|
@@ -728,9 +736,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
728
736
|
"plugins/src/base/skills/lisa-tear-down-automations/SKILL.md": "3f8215b691ce60a6efd63547b99b4d87760fe99d285f6fe153aaadd451e83731",
|
|
729
737
|
"plugins/src/base/skills/lisa-test-strategy/SKILL.md": "8976e0056b65475fe69f4ed02c8d0d3ae898fd9ab5ff28bf632981a3293c9f6e",
|
|
730
738
|
"plugins/src/base/skills/lisa-ticket-triage/SKILL.md": "a4f2e75ee3792418aa3b6621f83c75832eea85ffe670e26e74da808611dcf34f",
|
|
731
|
-
"plugins/src/base/skills/lisa-track/SKILL.md": "
|
|
739
|
+
"plugins/src/base/skills/lisa-track/SKILL.md": "58331e589882b7d096c36421decbc84d9e908410aa3b04f5d4c2046642ba2f6f",
|
|
732
740
|
"plugins/src/base/skills/lisa-tracker-add-journey/SKILL.md": "a3da2e0350bcdebcdcc05f2d7931af868382638d3a28d09d4718f2f458d4be0a",
|
|
733
|
-
"plugins/src/base/skills/lisa-tracker-build-intake/SKILL.md": "
|
|
741
|
+
"plugins/src/base/skills/lisa-tracker-build-intake/SKILL.md": "180cfc03c6905676564b1227b8d66e61b4cce3be5c2d63870e6cc740fd38d875",
|
|
734
742
|
"plugins/src/base/skills/lisa-tracker-claim/SKILL.md": "481922dba26c4e62ae36193a2e1565860aecf7e344bf5c37b3a0759f42676846",
|
|
735
743
|
"plugins/src/base/skills/lisa-tracker-create/SKILL.md": "e8419ac02fa25d91a16eb0899d44f052e6da2884a3905a03a9e7ca4a8ddef7b4",
|
|
736
744
|
"plugins/src/base/skills/lisa-tracker-evidence/SKILL.md": "5d844840266dcec7f7e909951de0ac7fb8c4de9b2db405427d61c1be6646a511",
|
|
@@ -884,8 +892,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
884
892
|
"plugins/src/harper-fabric/hooks/block-generated-artifact-edits.sh": "2f505b5480cf686b8096d41071c02f70afe3acb7e1873e4d2d9d51257f4bb84f",
|
|
885
893
|
"plugins/src/harper-fabric/hooks/enforce-config-extensions.mjs": "fcd59ce0a5a33cceaaaf93c09f725f3d18fba09031d0748572528b83e7761e8b",
|
|
886
894
|
"plugins/src/harper-fabric/hooks/enforce-config-extensions.sh": "8f8d663e7f1e7ad9297572f2518f60c4c6277e9eba91a57a65c1c300420c9399",
|
|
887
|
-
"plugins/src/harper-fabric/hooks/inject-rules.sh": "
|
|
888
|
-
"plugins/src/harper-fabric/rules/harper-fabric.md": "
|
|
895
|
+
"plugins/src/harper-fabric/hooks/inject-rules.sh": "338aec3790243b7720450bcbd7d692d5b6ac282aef418597cfb83deb790b8fb0",
|
|
896
|
+
"plugins/src/harper-fabric/rules/eager/harper-fabric.md": "0e17d8db9aa3dff8c4bc7cd410ab175b8bd6449d7611bf04d33157d2b6e83b30",
|
|
897
|
+
"plugins/src/harper-fabric/rules/reference/harper-fabric.md": "c2c3471d9fb2038dddd42264fad27d818dd707f7a7b743f7b82e80f87d2f125c",
|
|
889
898
|
"plugins/src/harper-fabric/skills/e2e-coverage-gaps/SKILL.md": "5713668cdeca0f18694b986c6ef69bfa7f7dce50107694308bd1b47c77286db5",
|
|
890
899
|
"plugins/src/harper-fabric/skills/harper-auth/SKILL.md": "6b4c43894959851b2caa8eb7677807d786b31b8644d7abf4b9ac7d7aaf60f0fd",
|
|
891
900
|
"plugins/src/harper-fabric/skills/harper-build-and-deploy/SKILL.md": "bf4e0d69eda0c65e499e085dd9d3c4d3f0d16f0d6b73196efada3b4b2540a8c9",
|
|
@@ -941,8 +950,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
941
950
|
"plugins/src/phaser/agents/qa-playtester.md": "6f9d5a28db48fde721aca7d7e4ea3662397a915017ff64490d1f38f6b609b824",
|
|
942
951
|
"plugins/src/phaser/agents/target-player.md": "57edc04f7b7b8c58d7bf98d4d22da5b3d0450621eb9ebb82a139fa035cf7bfb0",
|
|
943
952
|
"plugins/src/phaser/agents/ux-ui-designer.md": "e6865e1015b8dc667548432350ed5504e6eed9abe509866a87e7379ea08a3eae",
|
|
944
|
-
"plugins/src/phaser/hooks/inject-rules.sh": "
|
|
945
|
-
"plugins/src/phaser/rules/phaser.md": "
|
|
953
|
+
"plugins/src/phaser/hooks/inject-rules.sh": "db756820b4dad4a2d1918688068510e245c22b2a72b8a06e78f39047e6168d50",
|
|
954
|
+
"plugins/src/phaser/rules/eager/phaser.md": "a1c99634e094dd588c22d595a8c4a07bd267e564a8062a4d74788d830442d6ae",
|
|
955
|
+
"plugins/src/phaser/rules/reference/phaser.md": "d1b19997b7910ffe6b4d6deb4738dd92f96a4c3c10eaa01fe02ef4aa499184f7",
|
|
946
956
|
"plugins/src/phaser/skills/phaser-accessibility/SKILL.md": "30c2552dc8d86decf1e24bd15ed5b249ca589ab1f6b605abad5b82851ef515f9",
|
|
947
957
|
"plugins/src/phaser/skills/phaser-asset-pipeline/SKILL.md": "ab86a16eeabd03ce21d582d3b2fc059df6ad7c1fe6afcb48af321a55f70e2b58",
|
|
948
958
|
"plugins/src/phaser/skills/phaser-asset-sourcing/SKILL.md": "7bd54001bcc55e43fe0447e518643f6cee5212e660d23c4134b26a2dc42496cc",
|
|
@@ -958,11 +968,12 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
958
968
|
"plugins/src/rails/commands/improve/max-lines-per-function.md": "7d80dfd7633d0cdd80f955bad55d8002139d48bcbf99913d074cf35219eaba6b",
|
|
959
969
|
"plugins/src/rails/commands/improve/max-lines.md": "24e4afa8ee012027e72e4b7947d2d4b4bc4fbd7defb70844d956bec1776b72f5",
|
|
960
970
|
"plugins/src/rails/commands/improve/test-coverage.md": "4e4c87b635e7fc699e06872ed337080dbfbbd658aba93d25010e4ad722b2a68d",
|
|
961
|
-
"plugins/src/rails/hooks/inject-rules.sh": "
|
|
971
|
+
"plugins/src/rails/hooks/inject-rules.sh": "96a512bafefb72a5e0f0c8e55ecb7b05a3512408688cf7b1129194b4dcbaebbc",
|
|
962
972
|
"plugins/src/rails/hooks/lisa-edit-gate.sh": "0a8d9a043f04b15b71bb500ff03cf1e67e4ac292181a5d596ddf078f301e671f",
|
|
963
973
|
"plugins/src/rails/hooks/rubocop-on-edit.sh": "3961329a204dfd5a23da61c908c0d9518b46ee7144d4f8dd42810f0cb175aba3",
|
|
964
974
|
"plugins/src/rails/hooks/sg-scan-on-edit.sh": "edbf96a5ff87751146d83d18b16c83b88ea26315ad6549dbe49b24c3ffade0bb",
|
|
965
|
-
"plugins/src/rails/rules/rails-conventions.md": "
|
|
975
|
+
"plugins/src/rails/rules/eager/rails-conventions.md": "10030d8159ae75c13c1b19d81694bf5649371c30cc6ceeed44948cd852138c5a",
|
|
976
|
+
"plugins/src/rails/rules/reference/rails-conventions.md": "e2db55d2b4d2f6b7f937ac1f9f386c5f48c4155ace34501f917e3471d22bfa3c",
|
|
966
977
|
"plugins/src/rails/skills/action-controller-best-practices/SKILL.md": "db4eca94c9ace5b9a62e140ac8766a65d46916ce10e108a849a6ece791ad649e",
|
|
967
978
|
"plugins/src/rails/skills/action-view-best-practices/SKILL.md": "2f5c9645bcc4f1167d03d532ccf8f89622e59fb73bdc50fde86c93237d49d91b",
|
|
968
979
|
"plugins/src/rails/skills/active-record-model-best-practices/SKILL.md": "9a67bc627618bbe08c7be6b54a6a4eef372a36d3bc940b5f65cc57c7d428f7b4",
|
|
@@ -1078,14 +1089,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1078
1089
|
"rails/copy-overwrite/ast-grep/utils/.gitkeep": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
1079
1090
|
"rails/copy-overwrite/config/initializers/version.rb": "703bdfcceb031f38d19ddebe7ae3d432051f0d444ab7467b406ddd8e451ec9c7",
|
|
1080
1091
|
"rails/copy-overwrite/lefthook.yml": "c0969fba8a2826155c4009cfaa8bcf986ebd0cc1513867fe7f9aa8077005edb3",
|
|
1081
|
-
"rails/copy-overwrite/scripts/check-threshold-ratchet.mjs": "
|
|
1092
|
+
"rails/copy-overwrite/scripts/check-threshold-ratchet.mjs": "5806cdc3c80757100f0cd24a8cbd3c581f9a381a925f9ebdd1f4d79881e5de2a",
|
|
1082
1093
|
"rails/copy-overwrite/scripts/lisa-clean-git-env.sh": "d15af6f13eedbca41046070972380e69fc0af8f7d903aac12b8644389b9a0c91",
|
|
1083
1094
|
"rails/copy-overwrite/scripts/lisa-scratch-run.sh": "ef3c38f8d1d2f48ba265e21f841310d25142228dac57b0a5742c7d902113ca9a",
|
|
1084
|
-
"rails/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "
|
|
1085
|
-
"rails/copy-overwrite/scripts/threshold-ratchet-families.mjs": "
|
|
1095
|
+
"rails/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "5333b685717640f927746b5384ac35001eb7080b69142baf7cfaf546374c2ac9",
|
|
1096
|
+
"rails/copy-overwrite/scripts/threshold-ratchet-families.mjs": "ab9ef18c310f50dab91832418ef41147dbfdfcf05f87ebd1d1badace76ae5a77",
|
|
1086
1097
|
"rails/copy-overwrite/sgconfig.yml": "ff5b62de42eb969a851fdc53ee6932a32ffe010b567ed2c62460ed454ad2a24f",
|
|
1087
|
-
"rails/create-only/.github/workflows/ci.yml": "
|
|
1088
|
-
"rails/create-only/.github/workflows/deploy.yml": "
|
|
1098
|
+
"rails/create-only/.github/workflows/ci.yml": "5aa2401acc1373afd0b9a114f7fd6b5904b3fcbaa2940f8eb527b2ce5ddf23f8",
|
|
1099
|
+
"rails/create-only/.github/workflows/deploy.yml": "50b3266ec38a9cca83236b486b2e545a88cb67f244fd7d531db8e2680081aac4",
|
|
1089
1100
|
"rails/create-only/.mise.toml": "28be5746256a30ad2260da7d37244cc461f8963ce5d5a81ddce71b48f0ab6ef0",
|
|
1090
1101
|
"rails/create-only/.mutant.yml": "9ee28ad14e4688e58827510eb9b7197d9a368fc670821145a08f7542e2e216d8",
|
|
1091
1102
|
"rails/create-only/.reek.yml": "d2fca1f6367719b002ea51c76e10cb9e08b1c34991b4386696f79a1a36c6a385",
|
|
@@ -1103,7 +1114,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1103
1114
|
"rails/deletions.json": "3d620c23be802104f69d2b4438b0d1922979ad2b5c5eb0ee85213cd4adb17fb2",
|
|
1104
1115
|
"rails/github-rulesets/quality-checks.json": "0ec1c366589edbaa6b8f45f940cef3ada5ed7b1a956d98d3fa6034b0f78fbc7c",
|
|
1105
1116
|
"rails/merge/.claude/settings.json": "16c30d17bc6941a1ffa7fce54a5ab2e87101f7ea77a69b1d695eccd07e156ab7",
|
|
1106
|
-
"scripts/build-plugins.sh": "
|
|
1117
|
+
"scripts/build-plugins.sh": "cfdb772f2fe0e3f2890644fb628b1c60bb5601c88d6888bbb8803e499ebb9236",
|
|
1107
1118
|
"scripts/check-cwd-resolution-corpus.mjs": "117248694ca2a0dc48f8e22c2a5169791fec554b3dcf61ab6cda210d84185017",
|
|
1108
1119
|
"scripts/check-deletion-basis.mjs": "ee4b073378cc9ad200293f5528ea820aaa168417144c21853274dc087f92f378",
|
|
1109
1120
|
"scripts/check-delivery-deletion-conflicts.mjs": "77eed58c9ff076c4438a5fe01c343f25c1a1c8f29a8f5861d1e1081b1739d300",
|
|
@@ -1111,7 +1122,9 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1111
1122
|
"scripts/check-duplicate-versions.mjs": "26b26351dd2735dfd8d9a2436b89e876ce2ed93871d0b264f611215dd03d70ae",
|
|
1112
1123
|
"scripts/check-eager-rule-budget.mjs": "ec588e17a238a2bfc5c39f6a7a5090a8923b5bf464afd2c43f89972e53cefb4c",
|
|
1113
1124
|
"scripts/check-empty-subject-guards.mjs": "02fc6af8de14fa2230e5f601225bda2f51d4ed7a462e67c46a36a6c7d92e1833",
|
|
1125
|
+
"scripts/check-engine-floor.mjs": "2be69f81865523a62392a9181dcdfb141a23bd1cbd06665d8a5a70911c1104c9",
|
|
1114
1126
|
"scripts/check-generated-artifact-merge-coverage.mjs": "bb7e708f1f6e00b503a9b885bb52c335c5b238b0dd76032e02301e8883f990b3",
|
|
1127
|
+
"scripts/check-guard-parity-notes.mjs": "3035043067ec7153d754cedf0eb51da22643fc0b2b744770b8ba93b0e6506092",
|
|
1115
1128
|
"scripts/check-learnings-budget.ts": "6e9a735f090a7f1f73f0a447e6688c3dabe9edf61de5e9ad48b0c22701ee38d0",
|
|
1116
1129
|
"scripts/check-merge-driver-registration.mjs": "8ed1aa50a640d4241c565cf8e0fcd45339e4e8f69a6b656117ca7ee18a5e3291",
|
|
1117
1130
|
"scripts/check-npm-publish-landed.mjs": "9e79501cd7271b05149a275cf42cc092f6cb11a993696822ac6ef0d1f79a7e78",
|
|
@@ -1127,12 +1140,13 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1127
1140
|
"scripts/check-shell-guard-refusal-coverage.mjs": "95e4086965dde95d0aa17cb3db64a94c9e2d21822039aaf89aad4a8acc99689e",
|
|
1128
1141
|
"scripts/check-shipped-surface-removals.mjs": "726eb1f77a567f958b78bc75b95df2146eaffde7e0964b1e50023d4421d7004b",
|
|
1129
1142
|
"scripts/check-state-classification.mjs": "26baaa85c0758fa41f1f66257f7d3a31ea4dd5cf17a9c0acaa3e89caaaf6265a",
|
|
1130
|
-
"scripts/check-template-workflow-refs.mjs": "
|
|
1143
|
+
"scripts/check-template-workflow-refs.mjs": "bf26be3a1c1556a22b218914704cd9f3ef2b26de721b3e961d5a21ddc8141efe",
|
|
1131
1144
|
"scripts/check-test-case-executed.mjs": "99c4e0f4544f67c920d787fe6a7fb801ac37c591b6392791b4e3d1802bec5359",
|
|
1132
|
-
"scripts/check-third-party-action-pins.mjs": "
|
|
1145
|
+
"scripts/check-third-party-action-pins.mjs": "39420e981ebd85279dc92f07eed5cb948c17b810a45951b4b3a7c7b3950bb3e5",
|
|
1133
1146
|
"scripts/check-typecheck-tests.mjs": "499d996707e12a323d7575318ea16228eb9cae71ecce5fb369c771399b673866",
|
|
1134
1147
|
"scripts/check-ui-demo-data.mjs": "82a5ed89ae830482dbaab99e2f8eeededcde60a7dd6ac145f191b4ac8394c85b",
|
|
1135
1148
|
"scripts/check-whole-output-guards.mjs": "bb3c959fe67a6f481a9b8442a5a9a51a49599b4efd8fbefe3329fdf5c96b9c02",
|
|
1149
|
+
"scripts/check-workflow-contract-assertions.mjs": "ea31f1ddaf2cea36177dc1415e8dd5e324b2c36d26453c43f4ae100cbf68471d",
|
|
1136
1150
|
"scripts/check-workflow-load-failures.ts": "494113253fd4830e79e658429c15533c045ac8c5ad3ec365e3dc2a39742f8d2c",
|
|
1137
1151
|
"scripts/check-workflow-package-paths.mjs": "d057c7666ad048cfbd11a1ef83ad1e13fb1c61a9d399ec83221c99c4256728a1",
|
|
1138
1152
|
"scripts/claude-remote-setup.sh": "0e33accf8aa057c70497f01c38bef9f9f3801d649272f583578d89201b242655",
|
|
@@ -1142,20 +1156,21 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1142
1156
|
"scripts/cleanup-local-merged-branches.sh": "1f9bc0419187b3cdf0182106588e35dc1068d921be74331aab3737a9de25de57",
|
|
1143
1157
|
"scripts/cleanup-worktrees.sh": "711f73fc9238da6a41e16488b77fc7c6ffa1f60b1edec01111959830789d177c",
|
|
1144
1158
|
"scripts/copy-codex-scripts.mjs": "2d7082d5033088c85f66995aee9e3ee1e7751435e65bfde8e1cb002e6689d476",
|
|
1145
|
-
"scripts/copy-opencode-plugin-templates.mjs": "
|
|
1159
|
+
"scripts/copy-opencode-plugin-templates.mjs": "297477e478d18c605dc4f46fcb6072f4ee72109419944adfcfb18de691e13202",
|
|
1160
|
+
"scripts/deployed-guard-advice.mjs": "11b4248806e60491e0017e0cc7955928474af73ce53767848f6fbb9cec294ebf",
|
|
1146
1161
|
"scripts/detect-stale-workflow-inputs.mjs": "04274c1ed972c040ccf0b64aba193368d652769094db6d97706706530e93d74f",
|
|
1147
1162
|
"scripts/downstream-name-digest.mjs": "7db91654f03ddd37bfdf1c34acfbfad9832a44ab762ca94c179809ad8faf4aa3",
|
|
1148
1163
|
"scripts/fix-namespace-test-assertions.mjs": "b083f7de09c10402d92730320d1ffb958d6fa17d058aad5230350986a1a61adf",
|
|
1149
1164
|
"scripts/fix-test-assertions-pass2.mjs": "baca043a291120ff52ce61c06397206dc21ca3bef9c23a5975b9c1f896d963c7",
|
|
1150
1165
|
"scripts/fix-test-assertions.mjs": "59b5e8cc31e7c7323d20bd180f2ae97c08a9685758483b6fe00ba77317a845f2",
|
|
1151
|
-
"scripts/generate-agy-plugin-artifacts.mjs": "
|
|
1166
|
+
"scripts/generate-agy-plugin-artifacts.mjs": "dd137fcd9502db427c9679fae5088e996d92e1e013d71620612aef178a7be207",
|
|
1152
1167
|
"scripts/generate-codex-plugin-artifacts.mjs": "facb86910c07d1b8025868d24425fdaea7b6efbe282bace5ee5bf23957d6b51a",
|
|
1153
1168
|
"scripts/generate-copilot-plugin-artifacts.mjs": "7af923118c49101e6ba46da73a8eee8aee9b797e074618aa5345913e638d7cdb",
|
|
1154
1169
|
"scripts/generate-cursor-plugin-artifacts.mjs": "45d3bde7b6c55310f0d9436dd68a1bdeefb6fa817be4d15ef745421b39a2cf47",
|
|
1155
|
-
"scripts/generate-export-surface.mjs": "
|
|
1170
|
+
"scripts/generate-export-surface.mjs": "f9af22c8809e93e09a1b2dbbdbd23356890b3460524bd8752731ff454d5f13c0",
|
|
1156
1171
|
"scripts/generate-lisa-owned-hash-ledger.mjs": "987ed2f9cedefcb70778a6c6ad0f3fffd114fedc7e8bf62d6456b2d2e8e2de76",
|
|
1157
1172
|
"scripts/generate-nightly-e2e-guard-certificate.mjs": "cfa441fced288d9e82d6b4a0a5e6c0d66b513f50b87751b879e8d2410a8054a3",
|
|
1158
|
-
"scripts/generate-two-channel-couplings.ts": "
|
|
1173
|
+
"scripts/generate-two-channel-couplings.ts": "5fae0ab51a48e45748f5ffd1f5d5641b33e4bf0ebf014f61fdbfb6b66acae04f",
|
|
1159
1174
|
"scripts/generate-upstream-evidence-manifest.mjs": "8f18972834d6be9771501c35da30de95539a7e7b3fb3d7605e0bc31477812a5f",
|
|
1160
1175
|
"scripts/github-status-check.sh": "c6a4a13ff5cf689fcbd7a6aca718f9e7d46d54ccb6687f662b055c1ca20e792f",
|
|
1161
1176
|
"scripts/install-claude-plugins.sh": "1bd2885d74a4909548d306e000fe049849b19b6f093de7cb1c641384f6b73209",
|
|
@@ -1186,7 +1201,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1186
1201
|
"scripts/lisa-commit-and-pr-local.sh": "70749548e302bc709000b0721c39470388c58fb0d08cfd3a2679b96e2b539cc4",
|
|
1187
1202
|
"scripts/lisa-commit-msg-gates.mjs": "f961cb70a525e7b0a94b8ca7a76d1e2bb5b1929d5477417e159dbf58312ce0d8",
|
|
1188
1203
|
"scripts/lisa-enforcement-census.mjs": "41490f30f30cbb5ff05454a52caa1d3286db225667847eee22b7b994809e64d4",
|
|
1189
|
-
"scripts/lisa-enforcement-fallback.sh": "
|
|
1204
|
+
"scripts/lisa-enforcement-fallback.sh": "e6fc1ea522ee6b71b30cae8ee2ec5058ab65b15f9e2fdd7cb0444aa8cf531e67",
|
|
1190
1205
|
"scripts/lisa-github-environments.sh": "0a76e92f108519abaf3e29991299ec3b0db20ea533e69e6d2a53d802dba9c370",
|
|
1191
1206
|
"scripts/lisa-github-repo-settings.sh": "4afbccdfb08c62ba13afee42ec8561a28facf87c61f6f4b80000115328364d54",
|
|
1192
1207
|
"scripts/lisa-github-repo-setup.sh": "4717873e339b3e615d0bf22b4cb290b3575df5aba8c3639dc0d3bebc23abf651",
|
|
@@ -1200,20 +1215,21 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1200
1215
|
"scripts/lisa-update-local.sh": "eb031a6bb4735e5096ac52efc3ef027233485c86524a83cd7f258d0b6f7b985b",
|
|
1201
1216
|
"scripts/lisa-work-item.mjs": "51081847e980f314a764c2e50a7a121b1ced9ef4b980f33898057de4c7b852e6",
|
|
1202
1217
|
"scripts/materialize-copy-overwrite.mjs": "f510944db5b234131cb659b8780f571b460f8052a854131aa27558d73e126f36",
|
|
1218
|
+
"scripts/measure-scripts-profile-gap.mts": "5956e71e56a16c596dfbd84bdea646c1d085f77e4b0ddc1cb2ce99348d9ab6b7",
|
|
1203
1219
|
"scripts/measure-tmpdir-growth.mjs": "aa2f336fdb9592e4b7bda1a676d0915ba259e66a06081622a7e724604219d56b",
|
|
1204
1220
|
"scripts/merge-generated-artifact.mjs": "48555d7d7fa9c66582108c2230a298636c3056aa751e72fb1e8b7693e29e2ad7",
|
|
1205
|
-
"scripts/mutation-performance-measure.mjs": "
|
|
1221
|
+
"scripts/mutation-performance-measure.mjs": "50fb88594319f604760a12f70fa204019762ebf71c0b22b75054245c4e0796fc",
|
|
1206
1222
|
"scripts/mutation-performance.schema.json": "b99a447bb5b3ff73b22d2a1539a0effedadaa5fc08e546f988f5c4e9e5682499",
|
|
1207
1223
|
"scripts/plugin-parity-drift.mjs": "50e8911a25502d1173ac26a368c8f8495e6e5280c5676092c6de27a6b254bd84",
|
|
1208
1224
|
"scripts/plugin-routing-validate.mjs": "31b6a1ee9fdff0c8d56c8dda69f378d93493ffd4f07ee773ab2fed0c64977c1f",
|
|
1209
1225
|
"scripts/probes/wave3-verification.sh": "c341c3682f2401339a433a48efc8b8dd80c9c190f12ec6287139bebd1e47c049",
|
|
1210
|
-
"scripts/reconcile-release-tags.mjs": "
|
|
1226
|
+
"scripts/reconcile-release-tags.mjs": "4a081e799dad3b76b1d66b306791d73e5f31cce109affda0bfd16dc69c0656a5",
|
|
1211
1227
|
"scripts/remedy-conformance.mjs": "3205d842b03faa9e8b9e49b7cff46c3999317ab6f2b84e81b881e26e9d13354f",
|
|
1212
1228
|
"scripts/remote-agent-aws-setup.sh": "f181062436c214c95fe15be8000cce18de0b553b3dab06b822a4fe55cb285ca6",
|
|
1213
1229
|
"scripts/run-artifact-checks.mjs": "2992d673bb3c1ebfa50bda9ed323b8410afdab2ffc925eee6eab19fcab312a90",
|
|
1214
1230
|
"scripts/setup-deploy-key.sh": "2bed19346810b7af18a5225fd463c4d553a7bcc7b2f11a21bd47b93e6b5e1719",
|
|
1215
1231
|
"scripts/test-intent-routing.sh": "97b9dc86cbd805df8a7fdb8c99ffab9b8c5e751ba2e84c05420b2a124f80635d",
|
|
1216
|
-
"scripts/two-channel-couplings.json": "
|
|
1232
|
+
"scripts/two-channel-couplings.json": "6f99f748e01d49a64d644eb0366cdf4d617bce36712107bad090869f9b7304b4",
|
|
1217
1233
|
"scripts/update-node-version.ts": "dcfec9f8666f65925deb9efdc8a4bebb6c3f41d9fa1c1365be23edb82c40fffa",
|
|
1218
1234
|
"scripts/update-test-skill-paths.mjs": "e26a3ac716c33013e22bf5223a58457452f5af2038218a0e3a51c244eab5ddc9",
|
|
1219
1235
|
"scripts/verify-health-agentic-built.mjs": "4b0d20b2c94390ff6f5af881fc50c5c225215a282891db0b3e3d84a7e6455367",
|
|
@@ -1222,6 +1238,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1222
1238
|
"scripts/verify-health-deterministic-built.mjs": "9016663d16c93d0d0d74b41a957d200cd3aa8ef5b12e0879d24ba5ea041ab307",
|
|
1223
1239
|
"scripts/verify-learner-frontmatter-built.mjs": "b8ac0240726721a047811e98d42f661426abc3e427a0c86f3b20082eb498809d",
|
|
1224
1240
|
"scripts/verify-packed-learnings-contract.mjs": "2227b32f3b3dc2dc6817a60b4998b64881c03e30ecd15cb52b6d6f95a5870613",
|
|
1241
|
+
"scripts/workflow-contract-assertion.sh": "191b5e766e1defb3bee3befbc8354abd9a46d3989eede7a420cd8893885df137",
|
|
1225
1242
|
"tsconfig/base.json": "d04a105ec81aa9dc69d230d4a83406d920c305b6fc13c641ebafde0c41fc658f",
|
|
1226
1243
|
"tsconfig/build.json": "a743350ea93b0e8d2151c974c5a8a4cbcf946cd7f06c40d83146079bde70afe1",
|
|
1227
1244
|
"tsconfig/cdk.json": "f9c0bfad5e40ce30bc037f08abf2f8feb78963484f2929ab17ec187ffe34b732",
|
|
@@ -1240,7 +1257,7 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1240
1257
|
"typescript/copy-contents/.husky/prepare-commit-msg": "4a719c20da65653f266e7c8a346b5546ad05f1dfa34665fc7fec47e89d2f58d1",
|
|
1241
1258
|
"typescript/copy-overwrite/.claude/hooks/worktree-create.sh": "888cfd16bd1ac04f9f8a835eae62f8bd2c956de654bce12ce9a6a52947b121ca",
|
|
1242
1259
|
"typescript/copy-overwrite/.github/GITHUB_ACTIONS.md": "4289146bae8e112049387d4be86941c563b02376a06f0238364aaf3e61c2b127",
|
|
1243
|
-
"typescript/copy-overwrite/.lintstagedrc.json": "
|
|
1260
|
+
"typescript/copy-overwrite/.lintstagedrc.json": "058f6bb7ce5b734ba3e62774b1f769c94053c574f2b4db3e59515c325e49c0ef",
|
|
1244
1261
|
"typescript/copy-overwrite/.nvmrc": "0775c6feb7638122e8b68d611cd709bf270f7b5adb5d0d2baa9afab8a6c0fc42",
|
|
1245
1262
|
"typescript/copy-overwrite/.prettierignore": "01b13f98063d719e0bf6e3e591f8069446fea8979fbb773d1c89e51f5bb4b9a9",
|
|
1246
1263
|
"typescript/copy-overwrite/.prettierrc.json": "a20621f79a064486fba53cc0ea3000a2ece3f312ff38495c6a6606a27d2a727c",
|
|
@@ -1257,12 +1274,12 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1257
1274
|
"typescript/copy-overwrite/audit.ignore.config.json": "8635c912e0d41177f545f22248b2acc9f9683b3c04e5ade7829a8fa809966a0d",
|
|
1258
1275
|
"typescript/copy-overwrite/commitlint.config.cjs": "a9f07b7097eee82e531dedfe3c1011ec61dc8c85c26d5430314a5999dc0675cc",
|
|
1259
1276
|
"typescript/copy-overwrite/eslint.config.ts": "1a2f6eb5dd19a7dfc445c61bac8bd08a5f8908f023655c920aff08b633b30fb6",
|
|
1260
|
-
"typescript/copy-overwrite/eslint.ignore.config.json": "
|
|
1277
|
+
"typescript/copy-overwrite/eslint.ignore.config.json": "cc6704b53aef78138a6a37a983d895981073c62ac33a78007d088722984398b2",
|
|
1261
1278
|
"typescript/copy-overwrite/eslint.slow.config.ts": "9f0efef2d1012e21a1d5e03eb98634bfeb459e3427147d75ad6905acbbab8466",
|
|
1262
1279
|
"typescript/copy-overwrite/knip.json": "d557bfb64c8c23d9f03c173798aa1f176f5e28d395ad6667f855049d4b886db6",
|
|
1263
|
-
"typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "
|
|
1264
|
-
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "
|
|
1265
|
-
"typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "
|
|
1280
|
+
"typescript/copy-overwrite/scripts/check-nightly-e2e-health.mjs": "cd02b94b4db5134984c7b69f905af71c96bb5aac09a18fb3c6aef5ab0c22cf17",
|
|
1281
|
+
"typescript/copy-overwrite/scripts/check-skipped-required-checks.mjs": "a4dc97b7733e33ad32b2f3c31b0d21697b30bc6089cb3ac774414eca6fe18583",
|
|
1282
|
+
"typescript/copy-overwrite/scripts/check-threshold-ratchet.mjs": "5806cdc3c80757100f0cd24a8cbd3c581f9a381a925f9ebdd1f4d79881e5de2a",
|
|
1266
1283
|
"typescript/copy-overwrite/scripts/check-verification-coverage.mjs": "777e46c8e8147935f0b944dc21536f6238b26b5b7dca06c5fdb2d2898a9790dc",
|
|
1267
1284
|
"typescript/copy-overwrite/scripts/lib/bounded-spawn.mjs": "72e277ada531914d7bc51c3cb8dc67b8881aa817d96fa2f9f4d81668a3d3bbc1",
|
|
1268
1285
|
"typescript/copy-overwrite/scripts/lib/invoked-as-script.mjs": "fbb9b88fc85a3e22f21af39e1c17acf67ff83fc6b5a6cdc8081bde333c48faa7",
|
|
@@ -1275,14 +1292,14 @@ export const UPSTREAM_EVIDENCE_MANIFEST = Object.freeze({
|
|
|
1275
1292
|
"typescript/copy-overwrite/scripts/nightly-e2e-tracking-config.mjs": "4441df82d13a72000bf99c2abf3a0334b132c67a5f83ab30c5918e4bb5932f52",
|
|
1276
1293
|
"typescript/copy-overwrite/scripts/reconcile-nightly-e2e-tracking-cli.mjs": "332d27d8836cda2469f67bea7269c951a46d0d3abcd299abcd288605940a73b3",
|
|
1277
1294
|
"typescript/copy-overwrite/scripts/reconcile-nightly-e2e-tracking.mjs": "d061c7513acdf1e187cf916dca53432a06a78e43bd0068a0b315ad351a4b72db",
|
|
1278
|
-
"typescript/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "
|
|
1279
|
-
"typescript/copy-overwrite/scripts/threshold-ratchet-families.mjs": "
|
|
1295
|
+
"typescript/copy-overwrite/scripts/threshold-ratchet-compare.mjs": "5333b685717640f927746b5384ac35001eb7080b69142baf7cfaf546374c2ac9",
|
|
1296
|
+
"typescript/copy-overwrite/scripts/threshold-ratchet-families.mjs": "ab9ef18c310f50dab91832418ef41147dbfdfcf05f87ebd1d1badace76ae5a77",
|
|
1280
1297
|
"typescript/copy-overwrite/sgconfig.yml": "ff5b62de42eb969a851fdc53ee6932a32ffe010b567ed2c62460ed454ad2a24f",
|
|
1281
1298
|
"typescript/copy-overwrite/tsconfig.eslint.json": "8a8ae5e201b18887b8eeda5eb569747221695524d4193ea03b4338b97b7fa642",
|
|
1282
1299
|
"typescript/copy-overwrite/tsconfig.json": "8f4257fcd2cfd4b23e83e0fdd4908d41ee8f1ae75bb95d632e653a0ac13d58e4",
|
|
1283
1300
|
"typescript/copy-overwrite/vitest.config.ts": "dc140e617db43da38f456bcc909ae621a62996fe25e7b0babd5e81941308365c",
|
|
1284
1301
|
"typescript/create-only/.github/required-checks.json": "01f5b7d8587adc21e85f525b57ac04a8143427459d95b48b616216eca54a73df",
|
|
1285
|
-
"typescript/create-only/.github/workflows/ci.yml": "
|
|
1302
|
+
"typescript/create-only/.github/workflows/ci.yml": "bece1fdb51209ad6dd5e45d20b8f77bb746458d5df955806827d332d49d65f8e",
|
|
1286
1303
|
"typescript/create-only/.github/workflows/review-evidence.yml": "42ecfb09718a16695259ace28875f8fbb2fa59bcafc799302bb797d000d45654",
|
|
1287
1304
|
"typescript/create-only/.github/workflows/third-party-review-evidence.yml": "8f1a3b04fa483c59ac4513a2d16eabf4a3e3bba447a562734b1f35fba2552769",
|
|
1288
1305
|
"typescript/create-only/.gitleaksignore": "6927d376648675331801c798a4390b652a22a3e5d350cd26f36d42c10af02d67",
|
|
@@ -1388,6 +1405,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1388
1405
|
".github/pull_request_template.md": true,
|
|
1389
1406
|
".github/required-check-promotions.json": true,
|
|
1390
1407
|
".github/required-checks.json": true,
|
|
1408
|
+
".github/reusable-workflow-contracts.json": true,
|
|
1391
1409
|
".github/workflow-package-floor.json": true,
|
|
1392
1410
|
".github/workflows/build.yml": true,
|
|
1393
1411
|
".github/workflows/ci.yml": true,
|
|
@@ -1402,6 +1420,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1402
1420
|
".github/workflows/environment-prepare.yml": true,
|
|
1403
1421
|
".github/workflows/gates.yml": true,
|
|
1404
1422
|
".github/workflows/lifecycle-drift-sweep.yml": true,
|
|
1423
|
+
".github/workflows/lifecycle-terminal-transition.yml": true,
|
|
1405
1424
|
".github/workflows/lighthouse.yml": true,
|
|
1406
1425
|
".github/workflows/lisa-build-intake.yml": true,
|
|
1407
1426
|
".github/workflows/load-test.yml": true,
|
|
@@ -1477,6 +1496,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
1477
1496
|
"all/copy-overwrite/scripts/lisa-hooks/block-managed-file-edits.sh": true,
|
|
1478
1497
|
"all/copy-overwrite/scripts/lisa-hooks/block-no-verify.sh": true,
|
|
1479
1498
|
"all/copy-overwrite/scripts/lisa-hooks/block-shell-json-parsing.sh": true,
|
|
1499
|
+
"all/copy-overwrite/scripts/lisa-hooks/guard-dedupe.bash": true,
|
|
1480
1500
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net-heredoc.py": true,
|
|
1481
1501
|
"all/copy-overwrite/scripts/lisa-hooks/parity-safety-net.sh": true,
|
|
1482
1502
|
"all/copy-overwrite/scripts/lisa-hooks/sonar-secrets.sh": true,
|
|
@@ -2342,6 +2362,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2342
2362
|
"plugins/lisa-agy/hooks/block-no-verify.agy.sh": true,
|
|
2343
2363
|
"plugins/lisa-agy/hooks/block-shell-json-parsing.agy.sh": true,
|
|
2344
2364
|
"plugins/lisa-agy/hooks/block-shell-json-parsing.sh": true,
|
|
2365
|
+
"plugins/lisa-agy/hooks/guard-dedupe.bash": true,
|
|
2345
2366
|
"plugins/lisa-agy/hooks/parity-safety-net-heredoc.py": true,
|
|
2346
2367
|
"plugins/lisa-agy/hooks/parity-safety-net.agy.sh": true,
|
|
2347
2368
|
"plugins/lisa-agy/hooks/parity-safety-net.sh": true,
|
|
@@ -2369,6 +2390,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2369
2390
|
"plugins/lisa-agy/scripts/plugin-sync-explain.mjs": true,
|
|
2370
2391
|
"plugins/lisa-agy/scripts/pr-arming-sweep.mjs": true,
|
|
2371
2392
|
"plugins/lisa-agy/scripts/project-ideation-idempotency-harness.mjs": true,
|
|
2393
|
+
"plugins/lisa-agy/scripts/qa-signal-lifecycle.mjs": true,
|
|
2372
2394
|
"plugins/lisa-agy/scripts/queue-contract-resolution.mjs": true,
|
|
2373
2395
|
"plugins/lisa-agy/scripts/queue-health-classification.mjs": true,
|
|
2374
2396
|
"plugins/lisa-agy/scripts/queue-status-build-readers.mjs": true,
|
|
@@ -2731,10 +2753,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2731
2753
|
"plugins/lisa-copilot/hooks/enforcement-vintage.sh": true,
|
|
2732
2754
|
"plugins/lisa-copilot/hooks/failure-signature-index.mjs": true,
|
|
2733
2755
|
"plugins/lisa-copilot/hooks/failure-signature-index.sh": true,
|
|
2756
|
+
"plugins/lisa-copilot/hooks/guard-dedupe.bash": true,
|
|
2734
2757
|
"plugins/lisa-copilot/hooks/inject-resolved-config.mjs": true,
|
|
2735
2758
|
"plugins/lisa-copilot/hooks/inject-resolved-config.sh": true,
|
|
2736
2759
|
"plugins/lisa-copilot/hooks/inject-rules.sh": true,
|
|
2737
2760
|
"plugins/lisa-copilot/hooks/install-pkgs.sh": true,
|
|
2761
|
+
"plugins/lisa-copilot/hooks/operational-hazards.mjs": true,
|
|
2762
|
+
"plugins/lisa-copilot/hooks/operational-hazards.sh": true,
|
|
2738
2763
|
"plugins/lisa-copilot/hooks/parity-safety-net-heredoc.py": true,
|
|
2739
2764
|
"plugins/lisa-copilot/hooks/parity-safety-net.sh": true,
|
|
2740
2765
|
"plugins/lisa-copilot/hooks/secrets-preflight.sh": true,
|
|
@@ -2763,6 +2788,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2763
2788
|
"plugins/lisa-copilot/rules/eager/local-ci-first.md": true,
|
|
2764
2789
|
"plugins/lisa-copilot/rules/eager/measurement-integrity.md": true,
|
|
2765
2790
|
"plugins/lisa-copilot/rules/eager/not-blocked-just-waiting.md": true,
|
|
2791
|
+
"plugins/lisa-copilot/rules/eager/operational-hazards.md": true,
|
|
2766
2792
|
"plugins/lisa-copilot/rules/eager/report-actionability.md": true,
|
|
2767
2793
|
"plugins/lisa-copilot/rules/eager/security-audit-handling.md": true,
|
|
2768
2794
|
"plugins/lisa-copilot/rules/eager/session-status-updates.md": true,
|
|
@@ -2807,6 +2833,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2807
2833
|
"plugins/lisa-copilot/rules/reference/measurement-integrity.md": true,
|
|
2808
2834
|
"plugins/lisa-copilot/rules/reference/not-blocked-just-waiting.md": true,
|
|
2809
2835
|
"plugins/lisa-copilot/rules/reference/observability-audit.md": true,
|
|
2836
|
+
"plugins/lisa-copilot/rules/reference/operational-hazards.md": true,
|
|
2810
2837
|
"plugins/lisa-copilot/rules/reference/prd-definition-of-ready.md": true,
|
|
2811
2838
|
"plugins/lisa-copilot/rules/reference/prd-lifecycle-rollup.md": true,
|
|
2812
2839
|
"plugins/lisa-copilot/rules/reference/pre-flight-autofill.md": true,
|
|
@@ -2830,6 +2857,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2830
2857
|
"plugins/lisa-copilot/rules/reference/wiki-knowledge-source.md": true,
|
|
2831
2858
|
"plugins/lisa-copilot/rules/reference/withdrawn-rulings.md": true,
|
|
2832
2859
|
"plugins/lisa-copilot/rules/reference/work-item-definition-of-ready.md": true,
|
|
2860
|
+
"plugins/lisa-copilot/rules/reference/work-item-trailer-definition.md": true,
|
|
2833
2861
|
"plugins/lisa-copilot/scripts/automation-run-record.mjs": true,
|
|
2834
2862
|
"plugins/lisa-copilot/scripts/automation-status-claude-adapter.mjs": true,
|
|
2835
2863
|
"plugins/lisa-copilot/scripts/automation-status-codex-adapter.mjs": true,
|
|
@@ -2853,6 +2881,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
2853
2881
|
"plugins/lisa-copilot/scripts/plugin-sync-explain.mjs": true,
|
|
2854
2882
|
"plugins/lisa-copilot/scripts/pr-arming-sweep.mjs": true,
|
|
2855
2883
|
"plugins/lisa-copilot/scripts/project-ideation-idempotency-harness.mjs": true,
|
|
2884
|
+
"plugins/lisa-copilot/scripts/qa-signal-lifecycle.mjs": true,
|
|
2856
2885
|
"plugins/lisa-copilot/scripts/queue-contract-resolution.mjs": true,
|
|
2857
2886
|
"plugins/lisa-copilot/scripts/queue-health-classification.mjs": true,
|
|
2858
2887
|
"plugins/lisa-copilot/scripts/queue-status-build-readers.mjs": true,
|
|
@@ -3200,10 +3229,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
3200
3229
|
"plugins/lisa-cursor/hooks/enforcement-vintage.sh": true,
|
|
3201
3230
|
"plugins/lisa-cursor/hooks/failure-signature-index.mjs": true,
|
|
3202
3231
|
"plugins/lisa-cursor/hooks/failure-signature-index.sh": true,
|
|
3232
|
+
"plugins/lisa-cursor/hooks/guard-dedupe.bash": true,
|
|
3203
3233
|
"plugins/lisa-cursor/hooks/hooks.json": true,
|
|
3204
3234
|
"plugins/lisa-cursor/hooks/inject-resolved-config.mjs": true,
|
|
3205
3235
|
"plugins/lisa-cursor/hooks/inject-resolved-config.sh": true,
|
|
3206
3236
|
"plugins/lisa-cursor/hooks/install-pkgs.sh": true,
|
|
3237
|
+
"plugins/lisa-cursor/hooks/operational-hazards.mjs": true,
|
|
3238
|
+
"plugins/lisa-cursor/hooks/operational-hazards.sh": true,
|
|
3207
3239
|
"plugins/lisa-cursor/hooks/parity-safety-net-heredoc.py": true,
|
|
3208
3240
|
"plugins/lisa-cursor/hooks/parity-safety-net.sh": true,
|
|
3209
3241
|
"plugins/lisa-cursor/hooks/secrets-preflight.sh": true,
|
|
@@ -3266,6 +3298,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
3266
3298
|
"plugins/lisa-cursor/rules/not-blocked-just-waiting-reference.mdc": true,
|
|
3267
3299
|
"plugins/lisa-cursor/rules/not-blocked-just-waiting.mdc": true,
|
|
3268
3300
|
"plugins/lisa-cursor/rules/observability-audit-reference.mdc": true,
|
|
3301
|
+
"plugins/lisa-cursor/rules/operational-hazards-reference.mdc": true,
|
|
3302
|
+
"plugins/lisa-cursor/rules/operational-hazards.mdc": true,
|
|
3269
3303
|
"plugins/lisa-cursor/rules/prd-definition-of-ready-reference.mdc": true,
|
|
3270
3304
|
"plugins/lisa-cursor/rules/prd-lifecycle-rollup-reference.mdc": true,
|
|
3271
3305
|
"plugins/lisa-cursor/rules/pre-flight-autofill-reference.mdc": true,
|
|
@@ -3300,6 +3334,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
3300
3334
|
"plugins/lisa-cursor/rules/withdrawn-rulings-reference.mdc": true,
|
|
3301
3335
|
"plugins/lisa-cursor/rules/withdrawn-rulings.mdc": true,
|
|
3302
3336
|
"plugins/lisa-cursor/rules/work-item-definition-of-ready-reference.mdc": true,
|
|
3337
|
+
"plugins/lisa-cursor/rules/work-item-trailer-definition-reference.mdc": true,
|
|
3303
3338
|
"plugins/lisa-cursor/scripts/automation-run-record.mjs": true,
|
|
3304
3339
|
"plugins/lisa-cursor/scripts/automation-status-claude-adapter.mjs": true,
|
|
3305
3340
|
"plugins/lisa-cursor/scripts/automation-status-codex-adapter.mjs": true,
|
|
@@ -3323,6 +3358,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
3323
3358
|
"plugins/lisa-cursor/scripts/plugin-sync-explain.mjs": true,
|
|
3324
3359
|
"plugins/lisa-cursor/scripts/pr-arming-sweep.mjs": true,
|
|
3325
3360
|
"plugins/lisa-cursor/scripts/project-ideation-idempotency-harness.mjs": true,
|
|
3361
|
+
"plugins/lisa-cursor/scripts/qa-signal-lifecycle.mjs": true,
|
|
3326
3362
|
"plugins/lisa-cursor/scripts/queue-contract-resolution.mjs": true,
|
|
3327
3363
|
"plugins/lisa-cursor/scripts/queue-health-classification.mjs": true,
|
|
3328
3364
|
"plugins/lisa-cursor/scripts/queue-status-build-readers.mjs": true,
|
|
@@ -4307,7 +4343,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4307
4343
|
"plugins/lisa-harper-fabric-copilot/hooks/enforce-config-extensions.mjs": true,
|
|
4308
4344
|
"plugins/lisa-harper-fabric-copilot/hooks/enforce-config-extensions.sh": true,
|
|
4309
4345
|
"plugins/lisa-harper-fabric-copilot/hooks/inject-rules.sh": true,
|
|
4310
|
-
"plugins/lisa-harper-fabric-copilot/rules/harper-fabric.md": true,
|
|
4346
|
+
"plugins/lisa-harper-fabric-copilot/rules/eager/harper-fabric.md": true,
|
|
4347
|
+
"plugins/lisa-harper-fabric-copilot/rules/reference/harper-fabric.md": true,
|
|
4311
4348
|
"plugins/lisa-harper-fabric-copilot/skills/e2e-coverage-gaps/SKILL.md": true,
|
|
4312
4349
|
"plugins/lisa-harper-fabric-copilot/skills/harper-auth/SKILL.md": true,
|
|
4313
4350
|
"plugins/lisa-harper-fabric-copilot/skills/harper-build-and-deploy/SKILL.md": true,
|
|
@@ -4326,6 +4363,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4326
4363
|
"plugins/lisa-harper-fabric-cursor/hooks/enforce-config-extensions.mjs": true,
|
|
4327
4364
|
"plugins/lisa-harper-fabric-cursor/hooks/enforce-config-extensions.sh": true,
|
|
4328
4365
|
"plugins/lisa-harper-fabric-cursor/hooks/hooks.json": true,
|
|
4366
|
+
"plugins/lisa-harper-fabric-cursor/rules/harper-fabric-reference.mdc": true,
|
|
4329
4367
|
"plugins/lisa-harper-fabric-cursor/rules/harper-fabric.mdc": true,
|
|
4330
4368
|
"plugins/lisa-harper-fabric-cursor/skills/e2e-coverage-gaps/SKILL.md": true,
|
|
4331
4369
|
"plugins/lisa-harper-fabric-cursor/skills/harper-auth/SKILL.md": true,
|
|
@@ -4373,7 +4411,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4373
4411
|
"plugins/lisa-harper-fabric/hooks/enforce-config-extensions.mjs": true,
|
|
4374
4412
|
"plugins/lisa-harper-fabric/hooks/enforce-config-extensions.sh": true,
|
|
4375
4413
|
"plugins/lisa-harper-fabric/hooks/inject-rules.sh": true,
|
|
4376
|
-
"plugins/lisa-harper-fabric/rules/harper-fabric.md": true,
|
|
4414
|
+
"plugins/lisa-harper-fabric/rules/eager/harper-fabric.md": true,
|
|
4415
|
+
"plugins/lisa-harper-fabric/rules/reference/harper-fabric.md": true,
|
|
4377
4416
|
"plugins/lisa-harper-fabric/skills/e2e-coverage-gaps/SKILL.md": true,
|
|
4378
4417
|
"plugins/lisa-harper-fabric/skills/e2e-coverage-gaps/agents/openai.yaml": true,
|
|
4379
4418
|
"plugins/lisa-harper-fabric/skills/harper-auth/SKILL.md": true,
|
|
@@ -4581,7 +4620,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4581
4620
|
"plugins/lisa-phaser-copilot/agents/target-player.agent.md": true,
|
|
4582
4621
|
"plugins/lisa-phaser-copilot/agents/ux-ui-designer.agent.md": true,
|
|
4583
4622
|
"plugins/lisa-phaser-copilot/hooks/inject-rules.sh": true,
|
|
4584
|
-
"plugins/lisa-phaser-copilot/rules/phaser.md": true,
|
|
4623
|
+
"plugins/lisa-phaser-copilot/rules/eager/phaser.md": true,
|
|
4624
|
+
"plugins/lisa-phaser-copilot/rules/reference/phaser.md": true,
|
|
4585
4625
|
"plugins/lisa-phaser-copilot/skills/phaser-accessibility/SKILL.md": true,
|
|
4586
4626
|
"plugins/lisa-phaser-copilot/skills/phaser-asset-pipeline/SKILL.md": true,
|
|
4587
4627
|
"plugins/lisa-phaser-copilot/skills/phaser-asset-sourcing/SKILL.md": true,
|
|
@@ -4610,6 +4650,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4610
4650
|
"plugins/lisa-phaser-cursor/agents/qa-playtester.md": true,
|
|
4611
4651
|
"plugins/lisa-phaser-cursor/agents/target-player.md": true,
|
|
4612
4652
|
"plugins/lisa-phaser-cursor/agents/ux-ui-designer.md": true,
|
|
4653
|
+
"plugins/lisa-phaser-cursor/rules/phaser-reference.mdc": true,
|
|
4613
4654
|
"plugins/lisa-phaser-cursor/rules/phaser.mdc": true,
|
|
4614
4655
|
"plugins/lisa-phaser-cursor/skills/phaser-accessibility/SKILL.md": true,
|
|
4615
4656
|
"plugins/lisa-phaser-cursor/skills/phaser-asset-pipeline/SKILL.md": true,
|
|
@@ -4658,7 +4699,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4658
4699
|
"plugins/lisa-phaser/agents/target-player.md": true,
|
|
4659
4700
|
"plugins/lisa-phaser/agents/ux-ui-designer.md": true,
|
|
4660
4701
|
"plugins/lisa-phaser/hooks/inject-rules.sh": true,
|
|
4661
|
-
"plugins/lisa-phaser/rules/phaser.md": true,
|
|
4702
|
+
"plugins/lisa-phaser/rules/eager/phaser.md": true,
|
|
4703
|
+
"plugins/lisa-phaser/rules/reference/phaser.md": true,
|
|
4662
4704
|
"plugins/lisa-phaser/skills/phaser-accessibility/SKILL.md": true,
|
|
4663
4705
|
"plugins/lisa-phaser/skills/phaser-accessibility/agents/openai.yaml": true,
|
|
4664
4706
|
"plugins/lisa-phaser/skills/phaser-asset-pipeline/SKILL.md": true,
|
|
@@ -4714,7 +4756,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4714
4756
|
"plugins/lisa-rails-copilot/hooks/lisa-edit-gate.sh": true,
|
|
4715
4757
|
"plugins/lisa-rails-copilot/hooks/rubocop-on-edit.sh": true,
|
|
4716
4758
|
"plugins/lisa-rails-copilot/hooks/sg-scan-on-edit.sh": true,
|
|
4717
|
-
"plugins/lisa-rails-copilot/rules/rails-conventions.md": true,
|
|
4759
|
+
"plugins/lisa-rails-copilot/rules/eager/rails-conventions.md": true,
|
|
4760
|
+
"plugins/lisa-rails-copilot/rules/reference/rails-conventions.md": true,
|
|
4718
4761
|
"plugins/lisa-rails-copilot/skills/action-controller-best-practices/SKILL.md": true,
|
|
4719
4762
|
"plugins/lisa-rails-copilot/skills/action-view-best-practices/SKILL.md": true,
|
|
4720
4763
|
"plugins/lisa-rails-copilot/skills/active-record-model-best-practices/SKILL.md": true,
|
|
@@ -4746,6 +4789,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4746
4789
|
"plugins/lisa-rails-cursor/hooks/lisa-edit-gate.sh": true,
|
|
4747
4790
|
"plugins/lisa-rails-cursor/hooks/rubocop-on-edit.sh": true,
|
|
4748
4791
|
"plugins/lisa-rails-cursor/hooks/sg-scan-on-edit.sh": true,
|
|
4792
|
+
"plugins/lisa-rails-cursor/rules/rails-conventions-reference.mdc": true,
|
|
4749
4793
|
"plugins/lisa-rails-cursor/rules/rails-conventions.mdc": true,
|
|
4750
4794
|
"plugins/lisa-rails-cursor/skills/action-controller-best-practices/SKILL.md": true,
|
|
4751
4795
|
"plugins/lisa-rails-cursor/skills/action-view-best-practices/SKILL.md": true,
|
|
@@ -4821,7 +4865,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
4821
4865
|
"plugins/lisa-rails/hooks/lisa-edit-gate.sh": true,
|
|
4822
4866
|
"plugins/lisa-rails/hooks/rubocop-on-edit.sh": true,
|
|
4823
4867
|
"plugins/lisa-rails/hooks/sg-scan-on-edit.sh": true,
|
|
4824
|
-
"plugins/lisa-rails/rules/rails-conventions.md": true,
|
|
4868
|
+
"plugins/lisa-rails/rules/eager/rails-conventions.md": true,
|
|
4869
|
+
"plugins/lisa-rails/rules/reference/rails-conventions.md": true,
|
|
4825
4870
|
"plugins/lisa-rails/skills/action-controller-best-practices/SKILL.md": true,
|
|
4826
4871
|
"plugins/lisa-rails/skills/action-controller-best-practices/agents/openai.yaml": true,
|
|
4827
4872
|
"plugins/lisa-rails/skills/action-view-best-practices/SKILL.md": true,
|
|
@@ -5786,11 +5831,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5786
5831
|
"plugins/lisa/hooks/enforcement-vintage.sh": true,
|
|
5787
5832
|
"plugins/lisa/hooks/failure-signature-index.mjs": true,
|
|
5788
5833
|
"plugins/lisa/hooks/failure-signature-index.sh": true,
|
|
5834
|
+
"plugins/lisa/hooks/guard-dedupe.bash": true,
|
|
5789
5835
|
"plugins/lisa/hooks/inject-flow-context.sh": true,
|
|
5790
5836
|
"plugins/lisa/hooks/inject-resolved-config.mjs": true,
|
|
5791
5837
|
"plugins/lisa/hooks/inject-resolved-config.sh": true,
|
|
5792
5838
|
"plugins/lisa/hooks/inject-rules.sh": true,
|
|
5793
5839
|
"plugins/lisa/hooks/install-pkgs.sh": true,
|
|
5840
|
+
"plugins/lisa/hooks/operational-hazards.mjs": true,
|
|
5841
|
+
"plugins/lisa/hooks/operational-hazards.sh": true,
|
|
5794
5842
|
"plugins/lisa/hooks/parity-safety-net-heredoc.py": true,
|
|
5795
5843
|
"plugins/lisa/hooks/parity-safety-net.agy.sh": true,
|
|
5796
5844
|
"plugins/lisa/hooks/parity-safety-net.sh": true,
|
|
@@ -5822,6 +5870,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5822
5870
|
"plugins/lisa/rules/eager/local-ci-first.md": true,
|
|
5823
5871
|
"plugins/lisa/rules/eager/measurement-integrity.md": true,
|
|
5824
5872
|
"plugins/lisa/rules/eager/not-blocked-just-waiting.md": true,
|
|
5873
|
+
"plugins/lisa/rules/eager/operational-hazards.md": true,
|
|
5825
5874
|
"plugins/lisa/rules/eager/report-actionability.md": true,
|
|
5826
5875
|
"plugins/lisa/rules/eager/security-audit-handling.md": true,
|
|
5827
5876
|
"plugins/lisa/rules/eager/session-status-updates.md": true,
|
|
@@ -5866,6 +5915,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5866
5915
|
"plugins/lisa/rules/reference/measurement-integrity.md": true,
|
|
5867
5916
|
"plugins/lisa/rules/reference/not-blocked-just-waiting.md": true,
|
|
5868
5917
|
"plugins/lisa/rules/reference/observability-audit.md": true,
|
|
5918
|
+
"plugins/lisa/rules/reference/operational-hazards.md": true,
|
|
5869
5919
|
"plugins/lisa/rules/reference/prd-definition-of-ready.md": true,
|
|
5870
5920
|
"plugins/lisa/rules/reference/prd-lifecycle-rollup.md": true,
|
|
5871
5921
|
"plugins/lisa/rules/reference/pre-flight-autofill.md": true,
|
|
@@ -5889,6 +5939,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5889
5939
|
"plugins/lisa/rules/reference/wiki-knowledge-source.md": true,
|
|
5890
5940
|
"plugins/lisa/rules/reference/withdrawn-rulings.md": true,
|
|
5891
5941
|
"plugins/lisa/rules/reference/work-item-definition-of-ready.md": true,
|
|
5942
|
+
"plugins/lisa/rules/reference/work-item-trailer-definition.md": true,
|
|
5892
5943
|
"plugins/lisa/scripts/automation-run-record.mjs": true,
|
|
5893
5944
|
"plugins/lisa/scripts/automation-status-claude-adapter.mjs": true,
|
|
5894
5945
|
"plugins/lisa/scripts/automation-status-codex-adapter.mjs": true,
|
|
@@ -5912,6 +5963,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
5912
5963
|
"plugins/lisa/scripts/plugin-sync-explain.mjs": true,
|
|
5913
5964
|
"plugins/lisa/scripts/pr-arming-sweep.mjs": true,
|
|
5914
5965
|
"plugins/lisa/scripts/project-ideation-idempotency-harness.mjs": true,
|
|
5966
|
+
"plugins/lisa/scripts/qa-signal-lifecycle.mjs": true,
|
|
5915
5967
|
"plugins/lisa/scripts/queue-contract-resolution.mjs": true,
|
|
5916
5968
|
"plugins/lisa/scripts/queue-health-classification.mjs": true,
|
|
5917
5969
|
"plugins/lisa/scripts/queue-status-build-readers.mjs": true,
|
|
@@ -6442,11 +6494,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6442
6494
|
"plugins/src/base/hooks/enforcement-vintage.sh": true,
|
|
6443
6495
|
"plugins/src/base/hooks/failure-signature-index.mjs": true,
|
|
6444
6496
|
"plugins/src/base/hooks/failure-signature-index.sh": true,
|
|
6497
|
+
"plugins/src/base/hooks/guard-dedupe.bash": true,
|
|
6445
6498
|
"plugins/src/base/hooks/inject-flow-context.sh": true,
|
|
6446
6499
|
"plugins/src/base/hooks/inject-resolved-config.mjs": true,
|
|
6447
6500
|
"plugins/src/base/hooks/inject-resolved-config.sh": true,
|
|
6448
6501
|
"plugins/src/base/hooks/inject-rules.sh": true,
|
|
6449
6502
|
"plugins/src/base/hooks/install-pkgs.sh": true,
|
|
6503
|
+
"plugins/src/base/hooks/operational-hazards.mjs": true,
|
|
6504
|
+
"plugins/src/base/hooks/operational-hazards.sh": true,
|
|
6450
6505
|
"plugins/src/base/hooks/parity-safety-net-heredoc.py": true,
|
|
6451
6506
|
"plugins/src/base/hooks/parity-safety-net.agy.sh": true,
|
|
6452
6507
|
"plugins/src/base/hooks/parity-safety-net.sh": true,
|
|
@@ -6478,6 +6533,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6478
6533
|
"plugins/src/base/rules/eager/local-ci-first.md": true,
|
|
6479
6534
|
"plugins/src/base/rules/eager/measurement-integrity.md": true,
|
|
6480
6535
|
"plugins/src/base/rules/eager/not-blocked-just-waiting.md": true,
|
|
6536
|
+
"plugins/src/base/rules/eager/operational-hazards.md": true,
|
|
6481
6537
|
"plugins/src/base/rules/eager/report-actionability.md": true,
|
|
6482
6538
|
"plugins/src/base/rules/eager/security-audit-handling.md": true,
|
|
6483
6539
|
"plugins/src/base/rules/eager/session-status-updates.md": true,
|
|
@@ -6522,6 +6578,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6522
6578
|
"plugins/src/base/rules/reference/measurement-integrity.md": true,
|
|
6523
6579
|
"plugins/src/base/rules/reference/not-blocked-just-waiting.md": true,
|
|
6524
6580
|
"plugins/src/base/rules/reference/observability-audit.md": true,
|
|
6581
|
+
"plugins/src/base/rules/reference/operational-hazards.md": true,
|
|
6525
6582
|
"plugins/src/base/rules/reference/prd-definition-of-ready.md": true,
|
|
6526
6583
|
"plugins/src/base/rules/reference/prd-lifecycle-rollup.md": true,
|
|
6527
6584
|
"plugins/src/base/rules/reference/pre-flight-autofill.md": true,
|
|
@@ -6545,6 +6602,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6545
6602
|
"plugins/src/base/rules/reference/wiki-knowledge-source.md": true,
|
|
6546
6603
|
"plugins/src/base/rules/reference/withdrawn-rulings.md": true,
|
|
6547
6604
|
"plugins/src/base/rules/reference/work-item-definition-of-ready.md": true,
|
|
6605
|
+
"plugins/src/base/rules/reference/work-item-trailer-definition.md": true,
|
|
6548
6606
|
"plugins/src/base/scripts/automation-run-record.mjs": true,
|
|
6549
6607
|
"plugins/src/base/scripts/automation-status-claude-adapter.mjs": true,
|
|
6550
6608
|
"plugins/src/base/scripts/automation-status-codex-adapter.mjs": true,
|
|
@@ -6568,6 +6626,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6568
6626
|
"plugins/src/base/scripts/plugin-sync-explain.mjs": true,
|
|
6569
6627
|
"plugins/src/base/scripts/pr-arming-sweep.mjs": true,
|
|
6570
6628
|
"plugins/src/base/scripts/project-ideation-idempotency-harness.mjs": true,
|
|
6629
|
+
"plugins/src/base/scripts/qa-signal-lifecycle.mjs": true,
|
|
6571
6630
|
"plugins/src/base/scripts/queue-contract-resolution.mjs": true,
|
|
6572
6631
|
"plugins/src/base/scripts/queue-health-classification.mjs": true,
|
|
6573
6632
|
"plugins/src/base/scripts/queue-status-build-readers.mjs": true,
|
|
@@ -6935,7 +6994,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6935
6994
|
"plugins/src/harper-fabric/hooks/enforce-config-extensions.mjs": true,
|
|
6936
6995
|
"plugins/src/harper-fabric/hooks/enforce-config-extensions.sh": true,
|
|
6937
6996
|
"plugins/src/harper-fabric/hooks/inject-rules.sh": true,
|
|
6938
|
-
"plugins/src/harper-fabric/rules/harper-fabric.md": true,
|
|
6997
|
+
"plugins/src/harper-fabric/rules/eager/harper-fabric.md": true,
|
|
6998
|
+
"plugins/src/harper-fabric/rules/reference/harper-fabric.md": true,
|
|
6939
6999
|
"plugins/src/harper-fabric/skills/e2e-coverage-gaps/SKILL.md": true,
|
|
6940
7000
|
"plugins/src/harper-fabric/skills/harper-auth/SKILL.md": true,
|
|
6941
7001
|
"plugins/src/harper-fabric/skills/harper-build-and-deploy/SKILL.md": true,
|
|
@@ -6992,7 +7052,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
6992
7052
|
"plugins/src/phaser/agents/target-player.md": true,
|
|
6993
7053
|
"plugins/src/phaser/agents/ux-ui-designer.md": true,
|
|
6994
7054
|
"plugins/src/phaser/hooks/inject-rules.sh": true,
|
|
6995
|
-
"plugins/src/phaser/rules/phaser.md": true,
|
|
7055
|
+
"plugins/src/phaser/rules/eager/phaser.md": true,
|
|
7056
|
+
"plugins/src/phaser/rules/reference/phaser.md": true,
|
|
6996
7057
|
"plugins/src/phaser/skills/phaser-accessibility/SKILL.md": true,
|
|
6997
7058
|
"plugins/src/phaser/skills/phaser-asset-pipeline/SKILL.md": true,
|
|
6998
7059
|
"plugins/src/phaser/skills/phaser-asset-sourcing/SKILL.md": true,
|
|
@@ -7012,7 +7073,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7012
7073
|
"plugins/src/rails/hooks/lisa-edit-gate.sh": true,
|
|
7013
7074
|
"plugins/src/rails/hooks/rubocop-on-edit.sh": true,
|
|
7014
7075
|
"plugins/src/rails/hooks/sg-scan-on-edit.sh": true,
|
|
7015
|
-
"plugins/src/rails/rules/rails-conventions.md": true,
|
|
7076
|
+
"plugins/src/rails/rules/eager/rails-conventions.md": true,
|
|
7077
|
+
"plugins/src/rails/rules/reference/rails-conventions.md": true,
|
|
7016
7078
|
"plugins/src/rails/skills/action-controller-best-practices/SKILL.md": true,
|
|
7017
7079
|
"plugins/src/rails/skills/action-view-best-practices/SKILL.md": true,
|
|
7018
7080
|
"plugins/src/rails/skills/active-record-model-best-practices/SKILL.md": true,
|
|
@@ -7232,7 +7294,9 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7232
7294
|
"scripts/check-duplicate-versions.mjs": true,
|
|
7233
7295
|
"scripts/check-eager-rule-budget.mjs": true,
|
|
7234
7296
|
"scripts/check-empty-subject-guards.mjs": true,
|
|
7297
|
+
"scripts/check-engine-floor.mjs": true,
|
|
7235
7298
|
"scripts/check-generated-artifact-merge-coverage.mjs": true,
|
|
7299
|
+
"scripts/check-guard-parity-notes.mjs": true,
|
|
7236
7300
|
"scripts/check-learnings-budget.ts": true,
|
|
7237
7301
|
"scripts/check-merge-driver-registration.mjs": true,
|
|
7238
7302
|
"scripts/check-npm-publish-landed.mjs": true,
|
|
@@ -7254,6 +7318,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7254
7318
|
"scripts/check-typecheck-tests.mjs": true,
|
|
7255
7319
|
"scripts/check-ui-demo-data.mjs": true,
|
|
7256
7320
|
"scripts/check-whole-output-guards.mjs": true,
|
|
7321
|
+
"scripts/check-workflow-contract-assertions.mjs": true,
|
|
7257
7322
|
"scripts/check-workflow-load-failures.ts": true,
|
|
7258
7323
|
"scripts/check-workflow-package-paths.mjs": true,
|
|
7259
7324
|
"scripts/claude-remote-setup.sh": true,
|
|
@@ -7264,6 +7329,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7264
7329
|
"scripts/cleanup-worktrees.sh": true,
|
|
7265
7330
|
"scripts/copy-codex-scripts.mjs": true,
|
|
7266
7331
|
"scripts/copy-opencode-plugin-templates.mjs": true,
|
|
7332
|
+
"scripts/deployed-guard-advice.mjs": true,
|
|
7267
7333
|
"scripts/detect-stale-workflow-inputs.mjs": true,
|
|
7268
7334
|
"scripts/downstream-name-digest.mjs": true,
|
|
7269
7335
|
"scripts/fix-namespace-test-assertions.mjs": true,
|
|
@@ -7321,6 +7387,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7321
7387
|
"scripts/lisa-update-local.sh": true,
|
|
7322
7388
|
"scripts/lisa-work-item.mjs": true,
|
|
7323
7389
|
"scripts/materialize-copy-overwrite.mjs": true,
|
|
7390
|
+
"scripts/measure-scripts-profile-gap.mts": true,
|
|
7324
7391
|
"scripts/measure-tmpdir-growth.mjs": true,
|
|
7325
7392
|
"scripts/merge-generated-artifact.mjs": true,
|
|
7326
7393
|
"scripts/mutation-performance-measure.mjs": true,
|
|
@@ -7343,6 +7410,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7343
7410
|
"scripts/verify-health-deterministic-built.mjs": true,
|
|
7344
7411
|
"scripts/verify-learner-frontmatter-built.mjs": true,
|
|
7345
7412
|
"scripts/verify-packed-learnings-contract.mjs": true,
|
|
7413
|
+
"scripts/workflow-contract-assertion.sh": true,
|
|
7346
7414
|
"sgconfig.yml": true,
|
|
7347
7415
|
"shipped-removals.json": true,
|
|
7348
7416
|
"spec/tasc-0.1-draft.md": true,
|
|
@@ -7354,9 +7422,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7354
7422
|
"src/cli/check-learnings-budget-cmd.ts": true,
|
|
7355
7423
|
"src/cli/cross-pollinate-cmd.ts": true,
|
|
7356
7424
|
"src/cli/cross-pollinate-nudge.ts": true,
|
|
7425
|
+
"src/cli/doctor-apply-deletions.ts": true,
|
|
7357
7426
|
"src/cli/doctor-apply-failure.ts": true,
|
|
7358
7427
|
"src/cli/doctor-apply-freshness.ts": true,
|
|
7428
|
+
"src/cli/doctor-cdk-preset-adoption.ts": true,
|
|
7359
7429
|
"src/cli/doctor-coderabbit.ts": true,
|
|
7430
|
+
"src/cli/doctor-config-shadowing.ts": true,
|
|
7360
7431
|
"src/cli/doctor-declared-contexts.ts": true,
|
|
7361
7432
|
"src/cli/doctor-enforcement-coverage.ts": true,
|
|
7362
7433
|
"src/cli/doctor-gate-recommendation.ts": true,
|
|
@@ -7386,6 +7457,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7386
7457
|
"src/cli/doctor-nightly-e2e-guard.ts": true,
|
|
7387
7458
|
"src/cli/doctor-override-floor-conflicts.ts": true,
|
|
7388
7459
|
"src/cli/doctor-project-type.ts": true,
|
|
7460
|
+
"src/cli/doctor-rails-deploy-intent.ts": true,
|
|
7389
7461
|
"src/cli/doctor-readiness-action-pins.ts": true,
|
|
7390
7462
|
"src/cli/doctor-readiness-audit-allowlist.ts": true,
|
|
7391
7463
|
"src/cli/doctor-readiness-blockers.ts": true,
|
|
@@ -7425,9 +7497,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7425
7497
|
"src/cli/doctor-reconciliation.ts": true,
|
|
7426
7498
|
"src/cli/doctor-render.ts": true,
|
|
7427
7499
|
"src/cli/doctor-reusable-workflow-refs.ts": true,
|
|
7500
|
+
"src/cli/doctor-seeded-artifacts.ts": true,
|
|
7428
7501
|
"src/cli/doctor-serialize-legs-contract.ts": true,
|
|
7429
7502
|
"src/cli/doctor-skip-jobs-migration.ts": true,
|
|
7430
7503
|
"src/cli/doctor-sonar.ts": true,
|
|
7504
|
+
"src/cli/doctor-stale-banner-scan.ts": true,
|
|
7505
|
+
"src/cli/doctor-stale-managed-banner.ts": true,
|
|
7431
7506
|
"src/cli/doctor-traceability-gate.ts": true,
|
|
7432
7507
|
"src/cli/doctor-two-channel-drift.ts": true,
|
|
7433
7508
|
"src/cli/doctor-wiki.ts": true,
|
|
@@ -7624,6 +7699,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7624
7699
|
"src/core/apply-mode.ts": true,
|
|
7625
7700
|
"src/core/apply-receipt.ts": true,
|
|
7626
7701
|
"src/core/bootstrap-environment.ts": true,
|
|
7702
|
+
"src/core/cdk-preset-adoption.ts": true,
|
|
7627
7703
|
"src/core/config-shadowing.ts": true,
|
|
7628
7704
|
"src/core/config.ts": true,
|
|
7629
7705
|
"src/core/configured-learnings-path.ts": true,
|
|
@@ -7684,10 +7760,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7684
7760
|
"src/core/nightly-e2e-guard-behavior-certificate.ts": true,
|
|
7685
7761
|
"src/core/nightly-e2e-pull-request-triggers.ts": true,
|
|
7686
7762
|
"src/core/override-floors.ts": true,
|
|
7763
|
+
"src/core/ownership-header.ts": true,
|
|
7687
7764
|
"src/core/project-config-kane.ts": true,
|
|
7688
7765
|
"src/core/project-config-learnings.ts": true,
|
|
7689
7766
|
"src/core/project-config-nightly-e2e.ts": true,
|
|
7690
7767
|
"src/core/project-config.ts": true,
|
|
7768
|
+
"src/core/rails-deploy-production-intent.ts": true,
|
|
7691
7769
|
"src/core/reconciliation-report.ts": true,
|
|
7692
7770
|
"src/core/reusable-workflow-load-adapter.ts": true,
|
|
7693
7771
|
"src/core/reusable-workflow-load-failure.ts": true,
|
|
@@ -7696,10 +7774,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7696
7774
|
"src/core/safe-relative-markdown-path.ts": true,
|
|
7697
7775
|
"src/core/self-apply.ts": true,
|
|
7698
7776
|
"src/core/sonar-integration.ts": true,
|
|
7777
|
+
"src/core/stale-managed-banner.ts": true,
|
|
7699
7778
|
"src/core/template-ownership.ts": true,
|
|
7700
7779
|
"src/core/third-party-action-pins.ts": true,
|
|
7701
7780
|
"src/core/two-channel-delivery-scan.ts": true,
|
|
7702
7781
|
"src/core/two-channel-delivery.ts": true,
|
|
7782
|
+
"src/core/two-channel-staleness.ts": true,
|
|
7703
7783
|
"src/core/upstream-attribution-body.ts": true,
|
|
7704
7784
|
"src/core/workflow-deletion-ownership.ts": true,
|
|
7705
7785
|
"src/core/workflow-reference-guard.ts": true,
|
|
@@ -7991,6 +8071,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
7991
8071
|
"tests/helpers/io-latency-budget.ts": true,
|
|
7992
8072
|
"tests/helpers/latest-review-identity-fixtures.ts": true,
|
|
7993
8073
|
"tests/helpers/latest-review-reducer-harness.ts": true,
|
|
8074
|
+
"tests/helpers/lintstaged-globs.ts": true,
|
|
7994
8075
|
"tests/helpers/lisa-test-run-authority-equality.ts": true,
|
|
7995
8076
|
"tests/helpers/lisa-test-run-exact-process-cleanup.ts": true,
|
|
7996
8077
|
"tests/helpers/lisa-test-run-exact-process-state.ts": true,
|
|
@@ -8010,6 +8091,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8010
8091
|
"tests/helpers/nightly-e2e-reporting-harness.ts": true,
|
|
8011
8092
|
"tests/helpers/nightly-e2e-selection-harness.ts": true,
|
|
8012
8093
|
"tests/helpers/nightly-e2e-tracking-harness.ts": true,
|
|
8094
|
+
"tests/helpers/nightly-e2e-waiver-harness.ts": true,
|
|
8013
8095
|
"tests/helpers/package-lisa-apply-harness.ts": true,
|
|
8014
8096
|
"tests/helpers/process-tree-runner-verdict.ts": true,
|
|
8015
8097
|
"tests/helpers/readiness-workflow-fixtures.ts": true,
|
|
@@ -8109,6 +8191,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8109
8191
|
"tests/integration/maestro-native-driver-retry.test.ts": true,
|
|
8110
8192
|
"tests/integration/maestro-native-emulator-capability.test.ts": true,
|
|
8111
8193
|
"tests/integration/maestro-native-fatal-surface.test.ts": true,
|
|
8194
|
+
"tests/integration/maestro-native-fatal-watchdog.test.ts": true,
|
|
8112
8195
|
"tests/integration/maestro-native-flake-classification.test.ts": true,
|
|
8113
8196
|
"tests/integration/maestro-native-flow-runner.test.ts": true,
|
|
8114
8197
|
"tests/integration/maestro-native-per-flow-retry.test.ts": true,
|
|
@@ -8134,8 +8217,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8134
8217
|
"tests/integration/nightly-e2e-tracking-shipped-authority.test.ts": true,
|
|
8135
8218
|
"tests/integration/nightly-e2e-tracking-workflow.test.ts": true,
|
|
8136
8219
|
"tests/integration/oxlint-worktree-resolution.test.ts": true,
|
|
8220
|
+
"tests/integration/package-manager-injection.test.ts": true,
|
|
8137
8221
|
"tests/integration/playwright-caller-template.test.ts": true,
|
|
8138
8222
|
"tests/integration/playwright-e2e-workflow.test.ts": true,
|
|
8223
|
+
"tests/integration/postinstall-deletion-record-survives-reapply.test.ts": true,
|
|
8139
8224
|
"tests/integration/postinstall-leaves-gate-declarations-alone.test.ts": true,
|
|
8140
8225
|
"tests/integration/postinstall-safe-reports-stale-root-configs.test.ts": true,
|
|
8141
8226
|
"tests/integration/postinstall-trampoline-regen.test.ts": true,
|
|
@@ -8175,11 +8260,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8175
8260
|
"tests/integration/rails-scratch-authority.test.ts": true,
|
|
8176
8261
|
"tests/integration/rails-scratch-lifecycle.test.ts": true,
|
|
8177
8262
|
"tests/integration/rails-scratch-ownership.test.ts": true,
|
|
8263
|
+
"tests/integration/registry-path-agreement.test.ts": true,
|
|
8178
8264
|
"tests/integration/release-changelog-entry.test.ts": true,
|
|
8179
8265
|
"tests/integration/release-changelog-push-recovery.test.ts": true,
|
|
8180
8266
|
"tests/integration/release-notes-expansion.test.ts": true,
|
|
8181
8267
|
"tests/integration/release-published-version-read.test.ts": true,
|
|
8182
8268
|
"tests/integration/release-rails-tag-namespace.test.ts": true,
|
|
8269
|
+
"tests/integration/release-strategy-tag-namespace.test.ts": true,
|
|
8183
8270
|
"tests/integration/release-version-injection.test.ts": true,
|
|
8184
8271
|
"tests/integration/required-checks-drift-removed.test.ts": true,
|
|
8185
8272
|
"tests/integration/reusable-workflow-caller-scopes.test.ts": true,
|
|
@@ -8218,6 +8305,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8218
8305
|
"tests/support/git-executable.ts": true,
|
|
8219
8306
|
"tests/support/prune-fixtures.ts": true,
|
|
8220
8307
|
"tests/support/work-item-cli.ts": true,
|
|
8308
|
+
"tests/unit/agy/block-direct-issue-create-structured-agy.test.ts": true,
|
|
8221
8309
|
"tests/unit/agy/block-managed-file-edits-agy.test.ts": true,
|
|
8222
8310
|
"tests/unit/agy/block-no-verify-agy.test.ts": true,
|
|
8223
8311
|
"tests/unit/agy/mcp-collect.test.ts": true,
|
|
@@ -8226,10 +8314,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8226
8314
|
"tests/unit/claude/claude-md-installer.test.ts": true,
|
|
8227
8315
|
"tests/unit/cli/apply.test.ts": true,
|
|
8228
8316
|
"tests/unit/cli/check-learnings-budget-cmd.test.ts": true,
|
|
8317
|
+
"tests/unit/cli/doctor-apply-deletions.test.ts": true,
|
|
8229
8318
|
"tests/unit/cli/doctor-apply-failure.test.ts": true,
|
|
8230
8319
|
"tests/unit/cli/doctor-apply-freshness.test.ts": true,
|
|
8231
8320
|
"tests/unit/cli/doctor-apply-stale-templates.test.ts": true,
|
|
8321
|
+
"tests/unit/cli/doctor-cdk-preset-adoption.test.ts": true,
|
|
8232
8322
|
"tests/unit/cli/doctor-coderabbit.test.ts": true,
|
|
8323
|
+
"tests/unit/cli/doctor-config-shadowing.test.ts": true,
|
|
8233
8324
|
"tests/unit/cli/doctor-declared-contexts.test.ts": true,
|
|
8234
8325
|
"tests/unit/cli/doctor-enforcement-coverage.test.ts": true,
|
|
8235
8326
|
"tests/unit/cli/doctor-gate-recommendation.test.ts": true,
|
|
@@ -8247,6 +8338,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8247
8338
|
"tests/unit/cli/doctor-nightly-e2e-guard.test.ts": true,
|
|
8248
8339
|
"tests/unit/cli/doctor-override-floor-conflicts.test.ts": true,
|
|
8249
8340
|
"tests/unit/cli/doctor-project-type.test.ts": true,
|
|
8341
|
+
"tests/unit/cli/doctor-rails-deploy-intent.test.ts": true,
|
|
8250
8342
|
"tests/unit/cli/doctor-readiness-blockers.test.ts": true,
|
|
8251
8343
|
"tests/unit/cli/doctor-readiness-capabilities.test.ts": true,
|
|
8252
8344
|
"tests/unit/cli/doctor-readiness-concurrent-write.test.ts": true,
|
|
@@ -8291,6 +8383,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8291
8383
|
"tests/unit/cli/doctor-skip-jobs-migration.test.ts": true,
|
|
8292
8384
|
"tests/unit/cli/doctor-skip-jobs-moment-callers.test.ts": true,
|
|
8293
8385
|
"tests/unit/cli/doctor-sonar.test.ts": true,
|
|
8386
|
+
"tests/unit/cli/doctor-stale-banner-scan.test.ts": true,
|
|
8387
|
+
"tests/unit/cli/doctor-stale-managed-banner.test.ts": true,
|
|
8294
8388
|
"tests/unit/cli/doctor-starter-health.test.ts": true,
|
|
8295
8389
|
"tests/unit/cli/doctor-traceability-gate.test.ts": true,
|
|
8296
8390
|
"tests/unit/cli/doctor-two-channel-drift.test.ts": true,
|
|
@@ -8374,11 +8468,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8374
8468
|
"tests/unit/codex/agent-installer.test.ts": true,
|
|
8375
8469
|
"tests/unit/codex/agent-transformer.test.ts": true,
|
|
8376
8470
|
"tests/unit/codex/agents-md-installer.test.ts": true,
|
|
8471
|
+
"tests/unit/codex/block-managed-file-edits-codex.test.ts": true,
|
|
8377
8472
|
"tests/unit/codex/block-no-verify-codex.test.ts": true,
|
|
8378
8473
|
"tests/unit/codex/block-suppress-directives.test.ts": true,
|
|
8379
8474
|
"tests/unit/codex/build-byte-stable.test.ts": true,
|
|
8380
8475
|
"tests/unit/codex/codex-edit-hooks.test.ts": true,
|
|
8381
8476
|
"tests/unit/codex/codex-hooks-json-tracked.test.ts": true,
|
|
8477
|
+
"tests/unit/codex/codex-overlay-artifact-classification.test.ts": true,
|
|
8382
8478
|
"tests/unit/codex/command-plugin-artifacts.test.ts": true,
|
|
8383
8479
|
"tests/unit/codex/committed-openai-yaml-in-sync.test.ts": true,
|
|
8384
8480
|
"tests/unit/codex/convert-command-to-skill.test.ts": true,
|
|
@@ -8451,6 +8547,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8451
8547
|
"tests/unit/config/js-yaml-security-floor.test.ts": true,
|
|
8452
8548
|
"tests/unit/config/knip-shipped-hooks-binaries.test.ts": true,
|
|
8453
8549
|
"tests/unit/config/lisa-pin-is-not-templated.test.ts": true,
|
|
8550
|
+
"tests/unit/config/lisa-test-run-invocation-closure.test.ts": true,
|
|
8454
8551
|
"tests/unit/config/managed-scripts-prettierignore.test.ts": true,
|
|
8455
8552
|
"tests/unit/config/mjs-gate-off-stays-honest.test.ts": true,
|
|
8456
8553
|
"tests/unit/config/mutation-gate-source-shape.test.ts": true,
|
|
@@ -8515,12 +8612,15 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8515
8612
|
"tests/unit/config/work-item-traceability-scope-gate.test.ts": true,
|
|
8516
8613
|
"tests/unit/config/workspace-suite-collection.test.ts": true,
|
|
8517
8614
|
"tests/unit/config/worktree-exclusion-anchoring.test.ts": true,
|
|
8615
|
+
"tests/unit/configs/ast-grep-language-reach.test.ts": true,
|
|
8518
8616
|
"tests/unit/configs/lighthouse-collect-config.test.ts": true,
|
|
8519
8617
|
"tests/unit/configs/lighthouse-detail-budget.test.ts": true,
|
|
8520
8618
|
"tests/unit/configs/lintstaged-matcher-ordering.test.ts": true,
|
|
8521
8619
|
"tests/unit/core/anchored-rewrite.test.ts": true,
|
|
8522
8620
|
"tests/unit/core/apply-mode.test.ts": true,
|
|
8621
|
+
"tests/unit/core/apply-receipt-deletion-record.test.ts": true,
|
|
8523
8622
|
"tests/unit/core/bootstrap-environment.test.ts": true,
|
|
8623
|
+
"tests/unit/core/cdk-preset-adoption.test.ts": true,
|
|
8524
8624
|
"tests/unit/core/deletion-basis.test.ts": true,
|
|
8525
8625
|
"tests/unit/core/deploy-release-dependence.test.ts": true,
|
|
8526
8626
|
"tests/unit/core/enforcement-census-roster.test.ts": true,
|
|
@@ -8591,6 +8691,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8591
8691
|
"tests/unit/core/project-config-nightly-e2e-default.test.ts": true,
|
|
8592
8692
|
"tests/unit/core/project-config-nightly-e2e.test.ts": true,
|
|
8593
8693
|
"tests/unit/core/project-config.test.ts": true,
|
|
8694
|
+
"tests/unit/core/rails-deploy-production-intent.test.ts": true,
|
|
8594
8695
|
"tests/unit/core/reusable-workflow-deliberate-pin.test.ts": true,
|
|
8595
8696
|
"tests/unit/core/reusable-workflow-load-adapter.test.ts": true,
|
|
8596
8697
|
"tests/unit/core/reusable-workflow-load-failure.test.ts": true,
|
|
@@ -8602,9 +8703,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8602
8703
|
"tests/unit/core/skill-frontmatter-contract.test.ts": true,
|
|
8603
8704
|
"tests/unit/core/skip-git-check-decoupling.test.ts": true,
|
|
8604
8705
|
"tests/unit/core/sonar-integration.test.ts": true,
|
|
8706
|
+
"tests/unit/core/stack-plugin-rules-split.test.ts": true,
|
|
8707
|
+
"tests/unit/core/stale-managed-banner.test.ts": true,
|
|
8605
8708
|
"tests/unit/core/third-party-action-pins.test.ts": true,
|
|
8606
8709
|
"tests/unit/core/two-channel-delivery-scan.test.ts": true,
|
|
8607
8710
|
"tests/unit/core/two-channel-delivery.test.ts": true,
|
|
8711
|
+
"tests/unit/core/two-channel-staleness.test.ts": true,
|
|
8608
8712
|
"tests/unit/core/update-skill-apply-mode.test.ts": true,
|
|
8609
8713
|
"tests/unit/core/upstream-attribution-body-hardening.test.ts": true,
|
|
8610
8714
|
"tests/unit/core/upstream-attribution-body.test.ts": true,
|
|
@@ -8652,10 +8756,12 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8652
8756
|
"tests/unit/hooks/block-direct-issue-create-data-paths.test.ts": true,
|
|
8653
8757
|
"tests/unit/hooks/block-direct-issue-create-declarations.test.ts": true,
|
|
8654
8758
|
"tests/unit/hooks/block-direct-issue-create-file-reach.test.ts": true,
|
|
8759
|
+
"tests/unit/hooks/block-direct-issue-create-inert-payload.test.ts": true,
|
|
8655
8760
|
"tests/unit/hooks/block-direct-issue-create-mcp-substrate.test.ts": true,
|
|
8656
8761
|
"tests/unit/hooks/block-direct-issue-create-missing-interpreter.test.ts": true,
|
|
8657
8762
|
"tests/unit/hooks/block-direct-issue-create-noexec.test.ts": true,
|
|
8658
8763
|
"tests/unit/hooks/block-direct-issue-create-reader-fence.test.ts": true,
|
|
8764
|
+
"tests/unit/hooks/block-direct-issue-create-refusal-inverse.test.ts": true,
|
|
8659
8765
|
"tests/unit/hooks/block-direct-issue-create-remediation-executability.test.ts": true,
|
|
8660
8766
|
"tests/unit/hooks/block-direct-issue-create-state-declaration.test.ts": true,
|
|
8661
8767
|
"tests/unit/hooks/block-direct-issue-create.test.ts": true,
|
|
@@ -8697,12 +8803,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8697
8803
|
"tests/unit/hooks/enforcement-gates-e2e.test.ts": true,
|
|
8698
8804
|
"tests/unit/hooks/enforcement-vintage-wiring.test.ts": true,
|
|
8699
8805
|
"tests/unit/hooks/enforcement-vintage.test.ts": true,
|
|
8806
|
+
"tests/unit/hooks/failure-signature-discrimination.test.ts": true,
|
|
8700
8807
|
"tests/unit/hooks/failure-signature-index-wiring.test.ts": true,
|
|
8701
8808
|
"tests/unit/hooks/failure-signature-index.test.ts": true,
|
|
8702
8809
|
"tests/unit/hooks/gate-coverage-errored-leg.test.ts": true,
|
|
8703
8810
|
"tests/unit/hooks/gate-coverage-handover.test.ts": true,
|
|
8704
8811
|
"tests/unit/hooks/generated-shell-parsing-regressions.test.ts": true,
|
|
8705
8812
|
"tests/unit/hooks/guard-behavioural-parity.test.ts": true,
|
|
8813
|
+
"tests/unit/hooks/guard-dedupe.test.ts": true,
|
|
8706
8814
|
"tests/unit/hooks/hook-scripts-parse.test.ts": true,
|
|
8707
8815
|
"tests/unit/hooks/hook-stdin-epipe.test.ts": true,
|
|
8708
8816
|
"tests/unit/hooks/hook-tooling-fail-closed.test.ts": true,
|
|
@@ -8718,10 +8826,13 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8718
8826
|
"tests/unit/hooks/install-pkgs-worktree-node-modules.test.ts": true,
|
|
8719
8827
|
"tests/unit/hooks/lint-on-edit.test.ts": true,
|
|
8720
8828
|
"tests/unit/hooks/managed-file-guard-parity-note.test.ts": true,
|
|
8829
|
+
"tests/unit/hooks/operational-hazards-wiring.test.ts": true,
|
|
8830
|
+
"tests/unit/hooks/operational-hazards.test.ts": true,
|
|
8721
8831
|
"tests/unit/hooks/parity-push-gate.test.ts": true,
|
|
8722
8832
|
"tests/unit/hooks/parity-safety-net-cd-resolution.test.ts": true,
|
|
8723
8833
|
"tests/unit/hooks/parity-safety-net-credentials.test.ts": true,
|
|
8724
8834
|
"tests/unit/hooks/parity-safety-net-dirty-recovery.test.ts": true,
|
|
8835
|
+
"tests/unit/hooks/parity-safety-net-discard-remedy-executability.test.ts": true,
|
|
8725
8836
|
"tests/unit/hooks/parity-safety-net-false-positives.test.ts": true,
|
|
8726
8837
|
"tests/unit/hooks/parity-safety-net-follow-execution.test.ts": true,
|
|
8727
8838
|
"tests/unit/hooks/parity-safety-net-guards.test.ts": true,
|
|
@@ -8759,6 +8870,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8759
8870
|
"tests/unit/hooks/support/cwd-resolution.ts": true,
|
|
8760
8871
|
"tests/unit/hooks/support/direct-issue-create.ts": true,
|
|
8761
8872
|
"tests/unit/hooks/support/executed-script-reach.ts": true,
|
|
8873
|
+
"tests/unit/hooks/support/gnu-stat-shim.ts": true,
|
|
8874
|
+
"tests/unit/hooks/support/guard-dedupe-world.ts": true,
|
|
8762
8875
|
"tests/unit/hooks/support/sonar-secrets-fixtures.ts": true,
|
|
8763
8876
|
"tests/unit/hooks/support/worktree-binding.ts": true,
|
|
8764
8877
|
"tests/unit/hooks/track-plan-sessions.test.ts": true,
|
|
@@ -8772,6 +8885,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8772
8885
|
"tests/unit/hooks/worktree-binding-guard-script-reach.test.ts": true,
|
|
8773
8886
|
"tests/unit/hooks/worktree-binding-guard-wrapper.test.ts": true,
|
|
8774
8887
|
"tests/unit/hooks/worktree-binding-guard.test.ts": true,
|
|
8888
|
+
"tests/unit/hooks/worktree-binding-runtime-assumption.test.ts": true,
|
|
8775
8889
|
"tests/unit/hooks/worktree-create-failure.test.ts": true,
|
|
8776
8890
|
"tests/unit/hooks/worktree-create.test.ts": true,
|
|
8777
8891
|
"tests/unit/migrations/ensure-audit-ignore-local-exclusions-esbuild.test.ts": true,
|
|
@@ -8796,6 +8910,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8796
8910
|
"tests/unit/migrations/ensure-tsconfig-local-includes.test.ts": true,
|
|
8797
8911
|
"tests/unit/migrations/ensure-wiki-source-declared.test.ts": true,
|
|
8798
8912
|
"tests/unit/migrations/migration-registry.test.ts": true,
|
|
8913
|
+
"tests/unit/migrations/pinned-reusable-workflow-absent-callee.test.ts": true,
|
|
8799
8914
|
"tests/unit/migrations/postinstall-failure-surfacing.test.ts": true,
|
|
8800
8915
|
"tests/unit/migrations/prune-retired-claude-deny-rules.test.ts": true,
|
|
8801
8916
|
"tests/unit/migrations/reconcile-claude-stack-plugins.test.ts": true,
|
|
@@ -8805,6 +8920,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8805
8920
|
"tests/unit/opencode/agent-transformer.test.ts": true,
|
|
8806
8921
|
"tests/unit/opencode/block-direct-issue-create-cross-repo-parity.test.ts": true,
|
|
8807
8922
|
"tests/unit/opencode/block-direct-issue-create-noexec-parity.test.ts": true,
|
|
8923
|
+
"tests/unit/opencode/block-direct-issue-create-structured-parity.test.ts": true,
|
|
8808
8924
|
"tests/unit/opencode/block-managed-file-edits-plugin.test.ts": true,
|
|
8809
8925
|
"tests/unit/opencode/block-no-verify-emit.test.ts": true,
|
|
8810
8926
|
"tests/unit/opencode/block-no-verify-plugin.test.ts": true,
|
|
@@ -8858,6 +8974,8 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8858
8974
|
"tests/unit/scripts/check-duplicate-versions.test.ts": true,
|
|
8859
8975
|
"tests/unit/scripts/check-duplicate-versions.units.test.ts": true,
|
|
8860
8976
|
"tests/unit/scripts/check-empty-subject-guards.test.ts": true,
|
|
8977
|
+
"tests/unit/scripts/check-engine-floor.test.ts": true,
|
|
8978
|
+
"tests/unit/scripts/check-guard-parity-notes.test.ts": true,
|
|
8861
8979
|
"tests/unit/scripts/check-learnings-budget-helpers.ts": true,
|
|
8862
8980
|
"tests/unit/scripts/check-learnings-budget.test.ts": true,
|
|
8863
8981
|
"tests/unit/scripts/check-npm-publish-landed.test.ts": true,
|
|
@@ -8875,6 +8993,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8875
8993
|
"tests/unit/scripts/check-typecheck-tests.test.ts": true,
|
|
8876
8994
|
"tests/unit/scripts/check-ui-demo-data.test.ts": true,
|
|
8877
8995
|
"tests/unit/scripts/check-whole-output-guards.test.ts": true,
|
|
8996
|
+
"tests/unit/scripts/check-workflow-contract-assertions.test.ts": true,
|
|
8878
8997
|
"tests/unit/scripts/check-workflow-package-contracts.test.ts": true,
|
|
8879
8998
|
"tests/unit/scripts/check-workflow-package-paths.test.ts": true,
|
|
8880
8999
|
"tests/unit/scripts/cleanup-worktrees-apply.test.ts": true,
|
|
@@ -8886,6 +9005,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8886
9005
|
"tests/unit/scripts/cross-pollinate.test.ts": true,
|
|
8887
9006
|
"tests/unit/scripts/cursor-artifact-helpers.ts": true,
|
|
8888
9007
|
"tests/unit/scripts/cwd-resolution-corpus-adversarial.test.ts": true,
|
|
9008
|
+
"tests/unit/scripts/deployed-guard-advice.test.ts": true,
|
|
8889
9009
|
"tests/unit/scripts/derived-artifact-staleness.test.ts": true,
|
|
8890
9010
|
"tests/unit/scripts/destructive-capability-compound-names.test.ts": true,
|
|
8891
9011
|
"tests/unit/scripts/destructive-guard-boundaries.test.ts": true,
|
|
@@ -8976,6 +9096,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8976
9096
|
"tests/unit/scripts/lisa-run-gates-evidence.test.ts": true,
|
|
8977
9097
|
"tests/unit/scripts/lisa-run-gates-fixtures.ts": true,
|
|
8978
9098
|
"tests/unit/scripts/lisa-run-gates-floor.test.ts": true,
|
|
9099
|
+
"tests/unit/scripts/lisa-run-gates-interrupted.test.ts": true,
|
|
8979
9100
|
"tests/unit/scripts/lisa-run-gates-invalid-config.test.ts": true,
|
|
8980
9101
|
"tests/unit/scripts/lisa-run-gates-kill-context.test.ts": true,
|
|
8981
9102
|
"tests/unit/scripts/lisa-run-gates-killed.test.ts": true,
|
|
@@ -8995,6 +9116,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
8995
9116
|
"tests/unit/scripts/maestro-flake-classification.test.ts": true,
|
|
8996
9117
|
"tests/unit/scripts/maestro-flake-helpers.ts": true,
|
|
8997
9118
|
"tests/unit/scripts/maestro-intermittent-registry.test.ts": true,
|
|
9119
|
+
"tests/unit/scripts/measure-scripts-profile-gap.test.ts": true,
|
|
8998
9120
|
"tests/unit/scripts/measure-tmpdir-growth-performance.test.ts": true,
|
|
8999
9121
|
"tests/unit/scripts/measure-tmpdir-growth.test.ts": true,
|
|
9000
9122
|
"tests/unit/scripts/merge-driver-registration.test.ts": true,
|
|
@@ -9033,6 +9155,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9033
9155
|
"tests/unit/scripts/nightly-e2e-tracking-failures.test.ts": true,
|
|
9034
9156
|
"tests/unit/scripts/nightly-e2e-tracking-observability.test.ts": true,
|
|
9035
9157
|
"tests/unit/scripts/nightly-e2e-tracking-reconcile.test.ts": true,
|
|
9158
|
+
"tests/unit/scripts/nightly-e2e-waiver-record.test.ts": true,
|
|
9036
9159
|
"tests/unit/scripts/per-agent-hook-filter.test.ts": true,
|
|
9037
9160
|
"tests/unit/scripts/placeholder-expiry.test.ts": true,
|
|
9038
9161
|
"tests/unit/scripts/plugin-parity-drift-helpers.ts": true,
|
|
@@ -9046,6 +9169,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9046
9169
|
"tests/unit/scripts/plugin-sync-scripts.test.ts": true,
|
|
9047
9170
|
"tests/unit/scripts/plugin-sync-workflow.test.ts": true,
|
|
9048
9171
|
"tests/unit/scripts/probe-failure-not-absence.test.ts": true,
|
|
9172
|
+
"tests/unit/scripts/process-tree-runner-interrupt.test.ts": true,
|
|
9049
9173
|
"tests/unit/scripts/process-tree-runner-verdict-transport.test.ts": true,
|
|
9050
9174
|
"tests/unit/scripts/process-tree-runner.test.ts": true,
|
|
9051
9175
|
"tests/unit/scripts/reconcile-release-tags.test.ts": true,
|
|
@@ -9056,6 +9180,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9056
9180
|
"tests/unit/scripts/review-evidence-check-name.test.ts": true,
|
|
9057
9181
|
"tests/unit/scripts/review-gate-conditions.test.ts": true,
|
|
9058
9182
|
"tests/unit/scripts/review-gate-waiver-vs-objection.test.ts": true,
|
|
9183
|
+
"tests/unit/scripts/review-objection-at-head.test.ts": true,
|
|
9059
9184
|
"tests/unit/scripts/run-artifact-checks.test.ts": true,
|
|
9060
9185
|
"tests/unit/scripts/schema-validate-keyword-forms.test.ts": true,
|
|
9061
9186
|
"tests/unit/scripts/schema-validate-prototype-keywords.test.ts": true,
|
|
@@ -9070,22 +9195,24 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9070
9195
|
"tests/unit/scripts/third-party-action-pins-warn-mode.test.ts": true,
|
|
9071
9196
|
"tests/unit/scripts/third-party-review-evidence.test.ts": true,
|
|
9072
9197
|
"tests/unit/scripts/threshold-ratchet-baseline.test.ts": true,
|
|
9198
|
+
"tests/unit/scripts/threshold-ratchet-exemption-expiry.test.ts": true,
|
|
9073
9199
|
"tests/unit/scripts/threshold-ratchet-gates.test.ts": true,
|
|
9074
9200
|
"tests/unit/scripts/threshold-ratchet-promotion.test.ts": true,
|
|
9075
9201
|
"tests/unit/scripts/threshold-ratchet-symlinked-entry.test.ts": true,
|
|
9076
9202
|
"tests/unit/scripts/threshold-ratchet-wiring.test.ts": true,
|
|
9077
9203
|
"tests/unit/scripts/threshold-ratchet.test.ts": true,
|
|
9078
|
-
"tests/unit/scripts/two-channel-staleness-classification.test.ts": true,
|
|
9079
9204
|
"tests/unit/scripts/upstream-evidence-manifest.test.ts": true,
|
|
9080
9205
|
"tests/unit/scripts/upstream-manifest-staleness.test.ts": true,
|
|
9081
9206
|
"tests/unit/scripts/vacuous-required-checks-wiring.test.ts": true,
|
|
9082
9207
|
"tests/unit/scripts/vacuous-required-checks.test.ts": true,
|
|
9083
9208
|
"tests/unit/scripts/vendored-script-defects.test.ts": true,
|
|
9084
9209
|
"tests/unit/scripts/verification-coverage.test.ts": true,
|
|
9210
|
+
"tests/unit/scripts/work-item-amended-merge-exemption.test.ts": true,
|
|
9085
9211
|
"tests/unit/scripts/work-item-back-merge-exemption.test.ts": true,
|
|
9086
9212
|
"tests/unit/scripts/work-item-backlink-exactness.test.ts": true,
|
|
9087
9213
|
"tests/unit/scripts/work-item-cli-binding.test.ts": true,
|
|
9088
9214
|
"tests/unit/scripts/work-item-cli-commit.test.ts": true,
|
|
9215
|
+
"tests/unit/scripts/work-item-cli-lane.test.ts": true,
|
|
9089
9216
|
"tests/unit/scripts/work-item-cli-pull-request.test.ts": true,
|
|
9090
9217
|
"tests/unit/scripts/work-item-cli-rebase.test.ts": true,
|
|
9091
9218
|
"tests/unit/scripts/work-item-cli-trackers.test.ts": true,
|
|
@@ -9095,15 +9222,21 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9095
9222
|
"tests/unit/scripts/work-item-github-failure-diagnosis.test.ts": true,
|
|
9096
9223
|
"tests/unit/scripts/work-item-lifecycle-reconciliation.test.ts": true,
|
|
9097
9224
|
"tests/unit/scripts/work-item-merge-base-completion.test.ts": true,
|
|
9225
|
+
"tests/unit/scripts/work-item-merge-only-range.test.ts": true,
|
|
9098
9226
|
"tests/unit/scripts/work-item-multi-item-range.test.ts": true,
|
|
9099
9227
|
"tests/unit/scripts/work-item-optional-validation.test.ts": true,
|
|
9100
9228
|
"tests/unit/scripts/work-item-push-destination.test.ts": true,
|
|
9101
9229
|
"tests/unit/scripts/work-item-push-merge-defer.test.ts": true,
|
|
9230
|
+
"tests/unit/scripts/work-item-push-promote-exemption.test.ts": true,
|
|
9102
9231
|
"tests/unit/scripts/work-item-push-refs-file.test.ts": true,
|
|
9103
9232
|
"tests/unit/scripts/work-item-push-success-attribution.test.ts": true,
|
|
9104
9233
|
"tests/unit/scripts/work-item-run-and-gh-version.test.ts": true,
|
|
9234
|
+
"tests/unit/scripts/work-item-session-url.test.ts": true,
|
|
9235
|
+
"tests/unit/scripts/work-item-sweep-bounded.test.ts": true,
|
|
9105
9236
|
"tests/unit/scripts/work-item-tracker-unreachable.test.ts": true,
|
|
9237
|
+
"tests/unit/scripts/work-item-trailer-definition.test.ts": true,
|
|
9106
9238
|
"tests/unit/scripts/work-item-unreachable-ancestry.test.ts": true,
|
|
9239
|
+
"tests/unit/scripts/workflow-contract-assertion.test.ts": true,
|
|
9107
9240
|
"tests/unit/secrets/automation-workflow.test.ts": true,
|
|
9108
9241
|
"tests/unit/secrets/aws-bootstrap-derivation.test.ts": true,
|
|
9109
9242
|
"tests/unit/secrets/aws-bootstrap-publication-budget.test.ts": true,
|
|
@@ -9225,6 +9358,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9225
9358
|
"tests/unit/strategies/automations-skills.test.ts": true,
|
|
9226
9359
|
"tests/unit/strategies/bce-parity-and-consumption.test.ts": true,
|
|
9227
9360
|
"tests/unit/strategies/bdd-e2e-coverage-rule.test.ts": true,
|
|
9361
|
+
"tests/unit/strategies/bespoke-write-path-contract-helpers.ts": true,
|
|
9228
9362
|
"tests/unit/strategies/bespoke-write-path-contract.test.ts": true,
|
|
9229
9363
|
"tests/unit/strategies/blocker-containment-rule.test.ts": true,
|
|
9230
9364
|
"tests/unit/strategies/blocker-edge-resolution.test.ts": true,
|
|
@@ -9320,6 +9454,10 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9320
9454
|
"tests/unit/strategies/harper-fabric-template-no-advisory-pollution.test.ts": true,
|
|
9321
9455
|
"tests/unit/strategies/health-skill-contract.test.ts": true,
|
|
9322
9456
|
"tests/unit/strategies/human-gate-declaration-precision.test.ts": true,
|
|
9457
|
+
"tests/unit/strategies/human-gate-release-helpers.ts": true,
|
|
9458
|
+
"tests/unit/strategies/human-gate-release-inverse.test.ts": true,
|
|
9459
|
+
"tests/unit/strategies/human-gate-release-plan.test.ts": true,
|
|
9460
|
+
"tests/unit/strategies/human-gate-release-reach.test.ts": true,
|
|
9323
9461
|
"tests/unit/strategies/implement-env-base-branch.test.ts": true,
|
|
9324
9462
|
"tests/unit/strategies/improve-harness-skill.test.ts": true,
|
|
9325
9463
|
"tests/unit/strategies/intake-assignee-filter.test.ts": true,
|
|
@@ -9342,6 +9480,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9342
9480
|
"tests/unit/strategies/latest-review-per-reviewer-contract.test.ts": true,
|
|
9343
9481
|
"tests/unit/strategies/latest-review-stable-identity.test.ts": true,
|
|
9344
9482
|
"tests/unit/strategies/leaf-only-build-ready.test.ts": true,
|
|
9483
|
+
"tests/unit/strategies/leaf-only-lifecycle-done-shape.test.ts": true,
|
|
9345
9484
|
"tests/unit/strategies/learner-capture-contract.test.ts": true,
|
|
9346
9485
|
"tests/unit/strategies/learnings-audit-contract.test.ts": true,
|
|
9347
9486
|
"tests/unit/strategies/learnings-confirmation-contract.test.ts": true,
|
|
@@ -9356,12 +9495,14 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9356
9495
|
"tests/unit/strategies/linear-access-history.test.ts": true,
|
|
9357
9496
|
"tests/unit/strategies/linear-key-resolver-ladder-parity.test.ts": true,
|
|
9358
9497
|
"tests/unit/strategies/linear-lifecycle-guard-parity.test.ts": true,
|
|
9498
|
+
"tests/unit/strategies/linear-project-comments.test.ts": true,
|
|
9359
9499
|
"tests/unit/strategies/linear-ready-state-inversion.test.ts": true,
|
|
9360
9500
|
"tests/unit/strategies/linear-relation-convert-contract.test.ts": true,
|
|
9361
9501
|
"tests/unit/strategies/linear-state-write-fixtures.ts": true,
|
|
9362
9502
|
"tests/unit/strategies/linear-state-write-guard.test.ts": true,
|
|
9363
9503
|
"tests/unit/strategies/linear-state-write-sink.test.ts": true,
|
|
9364
9504
|
"tests/unit/strategies/measurement-integrity-rule.test.ts": true,
|
|
9505
|
+
"tests/unit/strategies/merge-conflict-primary-evidence.test.ts": true,
|
|
9365
9506
|
"tests/unit/strategies/merge-state-not-proof-contract.test.ts": true,
|
|
9366
9507
|
"tests/unit/strategies/merge.test.ts": true,
|
|
9367
9508
|
"tests/unit/strategies/mld-telemetry-contract.test.ts": true,
|
|
@@ -9395,6 +9536,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9395
9536
|
"tests/unit/strategies/promotion-contract-helpers.ts": true,
|
|
9396
9537
|
"tests/unit/strategies/promotion-contract-rule.test.ts": true,
|
|
9397
9538
|
"tests/unit/strategies/qa-acceptance-skills.test.ts": true,
|
|
9539
|
+
"tests/unit/strategies/qa-failure-signal-inverse.test.ts": true,
|
|
9398
9540
|
"tests/unit/strategies/queue-contract-resolution.test.ts": true,
|
|
9399
9541
|
"tests/unit/strategies/queue-health-classification.test.ts": true,
|
|
9400
9542
|
"tests/unit/strategies/queue-status-build-readers.test.ts": true,
|
|
@@ -9489,6 +9631,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9489
9631
|
"tests/unit/utils/json-merge.property.test.ts": true,
|
|
9490
9632
|
"tests/unit/utils/json-utils.test.ts": true,
|
|
9491
9633
|
"tests/unit/utils/linked-worktree.test.ts": true,
|
|
9634
|
+
"tests/unit/utils/path-utils.test.ts": true,
|
|
9492
9635
|
"tests/unit/utils/postinstall-trampoline.test.ts": true,
|
|
9493
9636
|
"tests/unit/utils/usage-accounting-backward-compatibility.test.ts": true,
|
|
9494
9637
|
"tests/unit/utils/usage-accounting-integrity.test.ts": true,
|
|
@@ -9505,6 +9648,7 @@ export const UPSTREAM_SURFACE_MANIFEST = Object.freeze({
|
|
|
9505
9648
|
"tsconfig.eslint.json": true,
|
|
9506
9649
|
"tsconfig.json": true,
|
|
9507
9650
|
"tsconfig.local.json": true,
|
|
9651
|
+
"tsconfig.shipped-js.json": true,
|
|
9508
9652
|
"tsconfig.tests.json": true,
|
|
9509
9653
|
"tsconfig/base.json": true,
|
|
9510
9654
|
"tsconfig/build.json": true,
|