@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
|
@@ -188,6 +188,7 @@ In addition to the lifecycle roles above, the build lifecycle defines the **`hum
|
|
|
188
188
|
|
|
189
189
|
- The blocks repair-intake **itself writes** are the auto-recoverable kind — it files a build-ready fix ticket and moves the item `blocked` *blocked by that ticket*, expecting the next cycle to self-heal. Those are **not** `human_needed`; if such an item arrives carrying a `human_needed` marker **this skill applied on an earlier cycle**, repair-intake **clears** it (the block is no longer waiting on a human).
|
|
190
190
|
- **Never remove a `human_needed` marker this skill did not apply.** "Stale" is a judgment about the block's kind, not about who applied the marker or when — so without this rule an operator's deliberate hold, applied *after* correcting a wrong transition, is indistinguishable from a leftover the sweep is designed to clear, and gets swept. Establish provenance from the label event's actor (`rejection-detection` **Automation-reversal memory** reads the same surfaces); if provenance is not readable, **leave the marker in place**. Removing a human's hold is unrecoverable within the loop; leaving a stale one costs a cycle and is visible.
|
|
191
|
+
- **The one exception is a hold that has recorded its own discharge.** A `[lisa-human-gate-release]` comment naming the hold's `reason=` is not a guess about provenance — it is the hold's stated void condition, recorded on the item by the person who answered it. Clearing the marker there is not overriding a human's judgment; it is *enacting* it. That is the whole of the exception: no other reading of "this looks stale" reopens the question above, and an item whose release cannot be read stays held. See "Release the holds that have been answered" below (#3852).
|
|
191
192
|
- The marker is consulted **before **any** repair transition**, not only before Class C. Class C's hard stop is the strictest reading of it, but a marker that is honoured on one classification path and ignored on the other three is not a guard — and Class A, dependency clearing, is exactly the path an operator reverting a wrongly-cleared blocker is trying to protect. Match it robustly (hyphen/underscore, case-insensitive, label set and note prose) wherever it is read.
|
|
192
193
|
- The blocks the **vendor agent** writes when repair-intake re-dispatches it (its pre-flight gate) carry `human_needed` already — the agent owns that marker. repair-intake leaves it in place.
|
|
193
194
|
|
|
@@ -218,7 +219,7 @@ intakes use. Never call Atlassian MCP or `acli` directly — go through `lisa-at
|
|
|
218
219
|
| Linear (build) | Linear MCP `list_issues` / `get_issue` / `list_comments` | Linear MCP `save_issue` (labels) / `save_comment` | `lisa-linear-agent` |
|
|
219
220
|
| Notion (PRD) | `lisa-notion-access` (`query`, page comments) | `lisa-notion-access` `write-page` (status) / page comment | `lisa-notion-to-tracker` (dry-run) |
|
|
220
221
|
| GitHub (PRD) | `gh issue list/view` (PRD labels) / GraphQL sub-issues / generated-work section | `gh issue edit` / `gh issue comment` / `gh issue close --reason completed` | `lisa-github-to-tracker` (dry-run) |
|
|
221
|
-
| Linear (PRD) |
|
|
222
|
+
| Linear (PRD) | `lisa-linear-access` `list-projects` / `get-project` / `list-comments project_id` | `lisa-linear-access` `save-project` (labels) / `save-comment project_id` | `lisa-linear-to-tracker` (dry-run) |
|
|
222
223
|
| Confluence (PRD) | `lisa-atlassian-access` CQL | `lisa-atlassian-access` page `parentId` update / comment | `lisa-confluence-to-tracker` (dry-run) |
|
|
223
224
|
|
|
224
225
|
## Staleness model
|
|
@@ -267,8 +268,9 @@ exposes, and compare it to `now - stale_after`:
|
|
|
267
268
|
1. Provider-native status/label **transition** time into the in-progress role, when the provider
|
|
268
269
|
exposes it cleanly (JIRA changelog transition to `claimed` / In Progress, GitHub label event,
|
|
269
270
|
Linear state/label history, Notion/Confluence page move/status history).
|
|
270
|
-
2. Latest human lifecycle/progress **comment** or edit on the item (
|
|
271
|
-
|
|
271
|
+
2. Latest human lifecycle/progress **comment** or edit on the item (for Linear PRDs, the
|
|
272
|
+
project's own comments via `list-comments project_id`, plus any legacy sentinel feedback
|
|
273
|
+
issue for projects that predate project-level comments). Exclude automation self-comments and Lisa audit markers such as
|
|
272
274
|
`[claude-build-intake]`, `[codex-build-intake]`, `[lisa-build-intake]`, and
|
|
273
275
|
`[lisa-repair-intake]`.
|
|
274
276
|
3. For build items, latest **PR-side forward-progress activity** on the linked PR: newest commit,
|
|
@@ -466,25 +468,49 @@ branch — operate on it the same way.
|
|
|
466
468
|
|
|
467
469
|
**4. Classify as a blocker.** Treat any of these as a real external blocker:
|
|
468
470
|
|
|
469
|
-
- **True merge conflict** —
|
|
470
|
-
`
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
471
|
+
- **True merge conflict** — confirmed by a **merge trial**, never by a cached field.
|
|
472
|
+
`mergeable = CONFLICTING` and `mergeStateStatus = DIRTY` are hints that say *go look*: both are
|
|
473
|
+
computed asynchronously, and a stale one is served often enough that GitHub reported `DIRTY` for two
|
|
474
|
+
branches at the same moment while only one of them actually conflicted (#3694). Re-derive from
|
|
475
|
+
primary evidence at the moment of asking:
|
|
476
|
+
|
|
477
|
+
```sh
|
|
478
|
+
base=$(gh pr view <pr> --json baseRefName --jq .baseRefName)
|
|
479
|
+
head=$(gh pr view <pr> --json headRefOid --jq .headRefOid)
|
|
480
|
+
git fetch --quiet origin "$base" "pull/<pr>/head" || readable=no
|
|
481
|
+
git rev-parse --verify --quiet "origin/$base^{commit}" >/dev/null || readable=no
|
|
482
|
+
git rev-parse --verify --quiet "$head^{commit}" >/dev/null || readable=no
|
|
483
|
+
out=$(git merge-tree --write-tree "origin/$base" "$head" 2>/dev/null); code=$?
|
|
484
|
+
```
|
|
485
|
+
|
|
486
|
+
`merge-tree --write-tree` merges into the object store only — no working tree, no index and no
|
|
487
|
+
branch is touched — so it is safe inside an unattended scanner.
|
|
488
|
+
|
|
489
|
+
**Read the exit code together with stdout; the exit code alone cannot separate the three states.**
|
|
490
|
+
Measured on git 2.53.0: a trial naming a ref that does not exist exits `1`, the same code a genuine
|
|
491
|
+
conflict returns, printing nothing on stdout and `merge-tree: <ref> - not something we can merge`
|
|
492
|
+
on stderr. A trial that ran always prints the resulting tree OID on its first line; one that could
|
|
493
|
+
not run prints nothing. Three states, and the third is not optional:
|
|
494
|
+
|
|
495
|
+
- `code == 1` **and** `$out` non-empty → **CONFLICTED**. A real external blocker. Unlike the other
|
|
496
|
+
classes below, a conflict is **resolvable by re-running the build**, so step 5 gives it one
|
|
497
|
+
in-place re-dispatch before filing — see its conflict-first rule.
|
|
498
|
+
- `code == 0` → **CLEAN**. Not a blocker, whatever the API said. Write nothing, leave the item
|
|
499
|
+
`claimed`, and let a later cycle re-ask.
|
|
500
|
+
- `readable=no`, `$out` empty, or any other exit → **NOT DETERMINED**. The trial could not run — an
|
|
501
|
+
unresolvable ref, an unreachable remote, a git older than 2.38 — which is an absence of evidence,
|
|
502
|
+
not a verdict. Write nothing, file nothing, leave the item `claimed`, and record it as
|
|
503
|
+
`not_determined` in the run summary so a later cycle re-asks.
|
|
504
|
+
|
|
505
|
+
A `gh pr update-branch` (step 3) that reported a conflict it cannot apply also counts as
|
|
506
|
+
CONFLICTED — that is a merge actually attempted, not a cached answer. A merely `BEHIND` branch is
|
|
507
|
+
**not** here — it was re-synced in step 3.
|
|
508
|
+
|
|
509
|
+
**Filing on a cached field is the expensive direction here.** In a fix-mode loop a false
|
|
510
|
+
CONFLICTED wastes a resolve, which a human sees; in this scanner it files a
|
|
511
|
+
BLOCKER against a pull request that has nothing wrong with it, unattended — so the wrong answer
|
|
512
|
+
becomes durable tracker state that a later cycle reads as fact, and intake will keep doing that
|
|
513
|
+
without anyone noticing. Verify before filing, never after.
|
|
488
514
|
- **Failing required checks** — `statusCheckRollup` has a `FAILURE`/`ERROR`/`TIMED_OUT` conclusion,
|
|
489
515
|
or `mergeStateStatus = UNSTABLE`/`BLOCKED` due to checks.
|
|
490
516
|
- **Change requests outstanding** — `reviewDecision = CHANGES_REQUESTED`, or unresolved CodeRabbit
|
|
@@ -905,8 +931,8 @@ intake runs per item**, targeted at this single PRD and **skipping the claim** (
|
|
|
905
931
|
### PRD `blocked` → re-validate if new answers exist
|
|
906
932
|
|
|
907
933
|
1. Determine whether **new clarifying answers** exist: any comment/update on the PRD newer than
|
|
908
|
-
the last `[lisa-repair-intake]` note or the original `blocked` note. For Linear include the
|
|
909
|
-
|
|
934
|
+
the last `[lisa-repair-intake]` note or the original `blocked` note. For Linear include the project's own
|
|
935
|
+
comments, anchored sub-issue comments, and any legacy sentinel feedback issue; for Confluence include inline/footer
|
|
910
936
|
comments where the access layer exposes them; for Notion include page comments and
|
|
911
937
|
`last_edited_time`.
|
|
912
938
|
2. If new answers exist → run the `lisa:<source>-to-tracker` dry-run validate→route pipeline as
|
|
@@ -1023,6 +1049,50 @@ with labels like `build-ready`, or with no Lisa status label at all, that are in
|
|
|
1023
1049
|
substring match whose precision is a separate open defect (#3815). Refusing and reporting is
|
|
1024
1050
|
the safe failure direction without the latch. Count these under `held_for_person`, never under
|
|
1025
1051
|
`normalized_ready`.
|
|
1052
|
+
|
|
1053
|
+
**Pass the item's `comments`.** The planner reads a recorded `[lisa-human-gate-release]` comment
|
|
1054
|
+
as the discharge of the hold naming the same `reason=`, and an item read without its comments is
|
|
1055
|
+
an item whose discharge cannot be seen. That fails closed — it stays held — which is the safe
|
|
1056
|
+
direction and precisely why the omission is invisible.
|
|
1057
|
+
|
|
1058
|
+
2b. **Release the holds that have been answered.** This is step 2a's inverse and it is the reason
|
|
1059
|
+
this sweep is where it lives: applying a hold had a path and lifting one had none, so a person
|
|
1060
|
+
could supply exactly what a held item asked for, record the decision on the item, and the item
|
|
1061
|
+
stayed held forever (CodySwannGT/lisa#3852). The expensive part — getting a person's attention,
|
|
1062
|
+
framing the question, obtaining a judgment — was already paid for, and the system discarded the
|
|
1063
|
+
answer.
|
|
1064
|
+
|
|
1065
|
+
Enumerate items carrying the configured `human_needed` marker **or** a `[lisa-human-gate]` marker
|
|
1066
|
+
in the body, and for each call
|
|
1067
|
+
`planHumanGateRelease({ labels, body, comments, humanNeededLabel, readyLabel, lifecycleLabels, alreadyNotified })`
|
|
1068
|
+
from `scripts/intake-blocker-reprobe.mjs`. Apply exactly the actions it returns: remove the
|
|
1069
|
+
human-needed marker, add the configured build `ready` label back, and post
|
|
1070
|
+
`formatHumanGateReleaseNote()` once. Do **not** re-implement the discharge test, and do **not**
|
|
1071
|
+
decide it from labels alone — the hold and its release are body and comment surfaces.
|
|
1072
|
+
|
|
1073
|
+
Three refusals make this safe to run on every cycle, and each one is in the planner rather than
|
|
1074
|
+
in this prose so it cannot drift:
|
|
1075
|
+
|
|
1076
|
+
- **Still held plans nothing.** Every outstanding reason holds the whole item; an item whose
|
|
1077
|
+
second question is unanswered is not half-released.
|
|
1078
|
+
- **Never held plans nothing.** Without that this would be a path that adds the build-ready role
|
|
1079
|
+
to arbitrary items — a promotion mechanism wearing a release mechanism's name.
|
|
1080
|
+
- **An item that has moved on is not dragged back.** The ready role is restored only when the
|
|
1081
|
+
item carries no other configured lifecycle label.
|
|
1082
|
+
|
|
1083
|
+
This is a genuine exception to "never remove a `human_needed` marker this skill did not apply",
|
|
1084
|
+
and the exception is narrow enough to state exactly: provenance is the wrong question when the
|
|
1085
|
+
*hold itself* names the condition that voids it and that condition is recorded. The general rule
|
|
1086
|
+
stands because "stale" is otherwise a judgment about the block's kind; here nothing is being
|
|
1087
|
+
judged — a release naming the hold's own reason is on the item, or it is not.
|
|
1088
|
+
|
|
1089
|
+
**Never edit a description to clear a hold**, here or anywhere. The only body write this plugin
|
|
1090
|
+
has is a whole-body replacement, so deleting one line means rewriting the record and hoping
|
|
1091
|
+
nothing was dropped. That is why holds accumulated: each individual release was a small gamble
|
|
1092
|
+
with a large downside. The hold note stays in the body as history; the release is a comment
|
|
1093
|
+
beside it. Count these under `released_to_queue`, and name them in the cycle summary via
|
|
1094
|
+
`summarizeHumanGateReleases([...])` — printed even when it is zero, because a release path that
|
|
1095
|
+
has stopped working and a cycle with nothing to release read identically otherwise.
|
|
1026
1096
|
3. Classify the issue:
|
|
1027
1097
|
- **PRD** if it has PRD labels/markers (`prd`, `type:PRD`, `kind:prd`), PRD structure
|
|
1028
1098
|
(`## Problem`, `## Goals`, `## Validation Journey`, generated-work/backlink sections), or
|
|
@@ -41,8 +41,34 @@ first-attempt work.
|
|
|
41
41
|
comment posted by `lisa-tracker-evidence` (`[lisa-evidence]` / the vendor evidence
|
|
42
42
|
header). Only markers proving a prior *implementation* attempt qualify —
|
|
43
43
|
`[lisa-rework-triage]` comments and other unrelated `[lisa-*]` annotations never do.
|
|
44
|
-
4. **Explicit rework marker.** A `rework
|
|
45
|
-
|
|
44
|
+
4. **Explicit rework marker.** A `rework` or `regression` label applied by QA or the verify
|
|
45
|
+
lifecycle, or a **live** QA-failure signal.
|
|
46
|
+
|
|
47
|
+
The QA-failure signal is transient, so its bare presence is not the signal — its
|
|
48
|
+
liveness is. Ask the resolver, never the label list:
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
RESOLVER="${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-plugins/lisa}}/scripts/qa-signal-lifecycle.mjs"
|
|
52
|
+
node "$RESOLVER" --vendor "<jira|linear|github>" --item bundle.json
|
|
53
|
+
# bundle.json: { "labels": [...], "comments": [<bodies, oldest first>], "role": "<current>" }
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Branch on `action`, never on the label being there:
|
|
57
|
+
|
|
58
|
+
| `outcome` | Meaning | What triage does |
|
|
59
|
+
|---|---|---|
|
|
60
|
+
| `live` | the failure is unresolved | signal 4 fires — this is rework |
|
|
61
|
+
| `stale` | a later QA pass, or the certified/terminal role, voided it | signal 4 does **not** fire; **remove the label** (same tracker surface that applied it) and note the repair in the triage comment. Keep evaluating signals 1–3 |
|
|
62
|
+
| `absent` | no signal | signal 4 does not fire |
|
|
63
|
+
| `unchecked` | a declared void condition has no predicate | treat as `live` and surface it — a control nothing can evaluate is a defect to report, not an exemption |
|
|
64
|
+
|
|
65
|
+
Clearing a stale signal here is the repair path for items labelled before the signal had
|
|
66
|
+
an inverse; without it that backlog never drains. The `[lisa-qa-fail]` comments are the
|
|
67
|
+
history and are never touched — a stale signal removed still leaves the failure fully
|
|
68
|
+
readable, and signal 3 still reads those comments.
|
|
69
|
+
|
|
70
|
+
`rework` and `regression` are matched on presence as before. Whether they have the same
|
|
71
|
+
shape is **unverified** and not claimed here.
|
|
46
72
|
|
|
47
73
|
Record which signal fired — it is part of the evidence trail.
|
|
48
74
|
|
|
@@ -170,3 +196,7 @@ which blocks per the normal triage rules.
|
|
|
170
196
|
bypass the quality gates this loop exists to strengthen.
|
|
171
197
|
- Noise discipline: one triage comment per bounce (fingerprinted), no upstream issue without
|
|
172
198
|
the dedupe search, and upstream issues describe failure *classes*, not single incidents.
|
|
199
|
+
- Never key on a durable mark whose inverse you have not checked. A signal with no expiry
|
|
200
|
+
degrades toward meaning "this item has been around a while"
|
|
201
|
+
(`state-changes-without-inverses`), and a deterministic input that degrades is
|
|
202
|
+
deterministically wrong.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: lisa-setup-linear
|
|
3
|
-
description: "Configure Linear as the destination tracker and/or the PRD source for this project. Verifies Linear access (MCP OAuth or a personal API key in OS keychain), resolves the workspace slug and team key, scaffolds the build-queue **workflow states** (`linear.workflow`) when Linear is the tracker and/or the PRD-lifecycle project-label namespace (`prd-*`
|
|
3
|
+
description: "Configure Linear as the destination tracker and/or the PRD source for this project. Verifies Linear access (MCP OAuth or a personal API key in OS keychain), resolves the workspace slug and team key, scaffolds the build-queue **workflow states** (`linear.workflow`) when Linear is the tracker and/or the PRD-lifecycle project-label namespace (`prd-*`) when Linear is the PRD source, writes the `linear` section into `.lisa.config.json`, and offers to set top-level `tracker: \"linear\"` and/or `source: \"linear\"`. Idempotent — re-running updates the existing section and reuses existing labels. No /lisa:setup:atlassian prerequisite."
|
|
4
4
|
allowed-tools: ["Bash", "Read", "Write", "Edit", "Skill", "AskUserQuestion", "mcp__linear-server__authenticate", "mcp__linear-server__complete_authentication"]
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -13,7 +13,7 @@ The two lifecycles run on different primitives, and conflating them is the most
|
|
|
13
13
|
- **Build queue → native workflow STATES**, read from `linear.workflow.*`. Not labels. See "Why Linear uses states, not labels" in `config-resolution`, and Step 3a below. `lisa-linear-build-intake` reads only these.
|
|
14
14
|
- **PRD lifecycle → PROJECT labels** (`prd-*`), because a PRD is a Linear Project.
|
|
15
15
|
|
|
16
|
-
Project labels and issue labels are distinct namespaces in Linear and are NOT interchangeable — creating an issue label named `prd-ready` will not work for the PRD flow.
|
|
16
|
+
Project labels and issue labels are distinct namespaces in Linear and are NOT interchangeable — creating an issue label named `prd-ready` will not work for the PRD flow. Every PRD-lifecycle label this skill creates is a **project** label; the PRD flow needs no issue label at all, because clarifying-question comments go on the project itself (see `linear-prd-intake`).
|
|
17
17
|
|
|
18
18
|
**A `status:*` issue-label namespace is no longer scaffolded or read.** It was the pre-state-model build lane; see "Migrating a project that predates the state model" below for what to do with a config that still carries it.
|
|
19
19
|
|
|
@@ -280,7 +280,7 @@ Probe with `lisa-linear-access operation: list-project-labels`. Create missing o
|
|
|
280
280
|
| `ticketed` | `prd-ticketed` | project label |
|
|
281
281
|
| `shipped` | `prd-shipped` | project label |
|
|
282
282
|
| `verified` | `prd-verified` | project label |
|
|
283
|
-
| `sentinel` | `prd-intake-feedback` | **issue
|
|
283
|
+
| `sentinel` | `prd-intake-feedback` | **Legacy, not created.** An issue label that marked the fabricated feedback issues earlier versions used before project-level comments were wired up. Configured only so the rollup can recognise and exclude an existing one; a fresh workspace never needs it |
|
|
284
284
|
|
|
285
285
|
#### 3c. Handle name collisions / renames
|
|
286
286
|
|
|
@@ -357,7 +357,7 @@ jq -e '.linear.workspace' .lisa.config.json >/dev/null
|
|
|
357
357
|
[ "$(jq -r '.tracker // empty' .lisa.config.json)" = "linear" ] && jq -e '.linear.teamKey' .lisa.config.json >/dev/null
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
Confirm what was scaffolded is present: `list-workflow-states` for every build role when Linear is the tracker, `list_project_labels` for `prd-*` (including the terminal `prd-verified`)
|
|
360
|
+
Confirm what was scaffolded is present: `list-workflow-states` for every build role when Linear is the tracker, `list_project_labels` for `prd-*` (including the terminal `prd-verified`) when Linear is the PRD source. Do NOT expect a `status:*` namespace — it is not part of this model. Report success with the resolved workspace, team key (if any), which namespaces were scaffolded (created vs. already existed), any non-default overrides, and whether `tracker` / `source` were set. Direct the user to `/lisa:intake` to test.
|
|
361
361
|
|
|
362
362
|
## Idempotency
|
|
363
363
|
|
|
@@ -369,7 +369,7 @@ Confirm what was scaffolded is present: `list-workflow-states` for every build r
|
|
|
369
369
|
|
|
370
370
|
- Never write the API key to `.lisa.config.json`. It stays in keychain or `LINEAR_API_KEY`.
|
|
371
371
|
- Never accept the API key via this skill's stdin/chat — always the platform clipboard-pipe pattern, so the value never enters the LLM context.
|
|
372
|
-
- Never conflate the two label kinds: build labels are **issue** labels, PRD labels are **project** labels.
|
|
372
|
+
- Never conflate the two label kinds: build labels are **issue** labels, PRD labels are **project** labels. Creating the wrong kind silently breaks the corresponding intake flow.
|
|
373
373
|
- Never create a duplicate label for a role that already has a (differently-named) label — map and record an override instead.
|
|
374
374
|
- Never set `tracker` / `source` without explicit confirmation — they're project-wide switches.
|
|
375
375
|
- Never invent a workspace slug or team key. Derive from the validated identity / team list and confirm; if resolution fails, ask the user.
|
|
@@ -78,5 +78,5 @@ Otherwise:
|
|
|
78
78
|
- Branch setup may call `node scripts/lisa-work-item.mjs attach-branch` after the feature branch exists.
|
|
79
79
|
- Keep the binding across ordinary interruptions and blocked outcomes so resumed work remains attributable.
|
|
80
80
|
- Clear it only after true terminal completion — merged, deployed/verified where required, tracker evidence/backlink complete, and the work item terminal — by running `node scripts/lisa-work-item.mjs clear` and verifying no current binding remains.
|
|
81
|
-
- A held filing writes no binding at all, so there is nothing to clear. The gate is released by a human, not by
|
|
81
|
+
- A held filing writes no binding at all, so there is nothing to clear. The gate is released by a human decision, but not by a human edit: the person records the decision as a comment on the leaf beginning `[lisa-human-gate-release]` and repeating the hold's `reason=` verbatim, and the next intake sweep takes the human-needed marker off and puts the leaf back in the build-ready role on its own (`planHumanGateRelease` in `scripts/intake-blocker-reprobe.mjs`). A later invocation then resolves it on the ordinary path. **Do not tell anyone to delete the marker from the description, and do not delete it here.** The only description write available is a whole-body replacement, so clearing one line means rewriting the entire record — which is why, before this, the rational move was always to leave a hold in place and answered holds only accumulated (CodySwannGT/lisa#3852). The hold stays in the body as history; the release is recorded beside it.
|
|
82
82
|
- A tracker outage, invalid item, failed claim, or failed binding blocks durable work. Never continue untracked and never ask a Git hook to create the item.
|
|
@@ -62,6 +62,15 @@ Shared helpers own both, so the vocabulary cannot drift per vendor:
|
|
|
62
62
|
blocker re-probe carries an absolute human gate: an item carrying the configured human-needed label
|
|
63
63
|
or a `[lisa-human-gate]` marker is never auto-selected, whatever a probe returns.
|
|
64
64
|
|
|
65
|
+
That gate has an inverse, and it is forwarded identically: a hold ends when a
|
|
66
|
+
`[lisa-human-gate-release]` comment naming the same `reason=` is recorded on the item. Every vendor
|
|
67
|
+
scanner passes the item's `comments` into the gate helpers so the discharge is visible, and calls
|
|
68
|
+
`planHumanGateRelease(...)` to take the marker off and put the item back in the queue. **No vendor
|
|
69
|
+
scanner clears a hold by editing the description** — the only body write any of them has is a
|
|
70
|
+
whole-body replacement, so a release that went through the description would risk destroying the
|
|
71
|
+
record it was releasing, which is why holds accumulated with no way out (CodySwannGT/lisa#3852).
|
|
72
|
+
The hold note stays in the description as history and the release sits beside it as a comment.
|
|
73
|
+
|
|
65
74
|
Measured: sweeping one team by lane name saw 39 of 343 open rows; by category it sees 100. The
|
|
66
75
|
61-row gap produced 31 consecutive false "dry lane" cycles, every record honest and every
|
|
67
76
|
conclusion wrong (#2657).
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# Reads
|
|
3
|
-
#
|
|
2
|
+
# Reads the plugin's EAGER rules and injects them into the session context.
|
|
3
|
+
#
|
|
4
|
+
# `rules/eager/` only, and deliberately with NO fallback to a flat `rules/`.
|
|
5
|
+
# This plugin's rules and this script ship in the same directory and are
|
|
6
|
+
# installed as one unit, so there is no vintage in which a split script meets an
|
|
7
|
+
# unsplit rules tree. A fallback here would buy nothing and cost the thing it
|
|
8
|
+
# already cost once: this plugin shipped its whole rule body flat for months and
|
|
9
|
+
# no surface complained, because a fallback that quietly succeeds is
|
|
10
|
+
# indistinguishable from a tree that was never split (#3993). With the branch
|
|
11
|
+
# gone, an unsplit tree injects nothing and is noticed.
|
|
12
|
+
#
|
|
13
|
+
# Reference bodies under `rules/reference/` install alongside and are read only
|
|
14
|
+
# when an eager breadcrumb points at one.
|
|
4
15
|
set -euo pipefail
|
|
5
16
|
|
|
6
17
|
ROOT="${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}}}"
|
|
7
|
-
RULES_DIR="$ROOT/rules"
|
|
18
|
+
RULES_DIR="$ROOT/rules/eager"
|
|
8
19
|
|
|
9
20
|
[ -d "$RULES_DIR" ] || exit 0
|
|
10
21
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Harper/Fabric Project Rules (load-bearing)
|
|
2
|
+
|
|
3
|
+
These rules apply to Harper/Fabric component apps managed by Lisa. The head
|
|
4
|
+
below is what changes behaviour in a session that never asks for it; the full
|
|
5
|
+
contract — deploy surface, documentation sync, design-system detail — lives in
|
|
6
|
+
the reference body.
|
|
7
|
+
|
|
8
|
+
## Mandatory
|
|
9
|
+
|
|
10
|
+
1. **Build the real thing.** If a change needs a Harper resource, schema
|
|
11
|
+
update, seed path, or deploy script change, make that change. Do not ship a
|
|
12
|
+
client-side workaround, a stub, or a partial path for missing backend
|
|
13
|
+
behaviour unless the user explicitly asks for a stop-gap.
|
|
14
|
+
2. **TypeScript under `src/` is the source.** Every `.js` at the harper-app root
|
|
15
|
+
(`harper-app/*.js`), plus `harper-app/web/**/*.js` and `harper-app/lib/**`,
|
|
16
|
+
is a generated deploy artifact. Never edit one — change the matching
|
|
17
|
+
TypeScript and run `bun run build`.
|
|
18
|
+
3. **`harper-app/config.yaml` does not merge with Harper defaults.** Keep every
|
|
19
|
+
required top-level extension declared when editing it.
|
|
20
|
+
4. **UI is composed from the project design system.** Extend the design-system
|
|
21
|
+
component first, then consume it through the barrel. No raw colours, no ad
|
|
22
|
+
hoc spacing. Every UI change needs Playwright verification with screenshots —
|
|
23
|
+
typecheck and unit tests are not enough for a visual change.
|
|
24
|
+
5. **Immutable data flow.** `readonly` types, pure transformations, `const` over
|
|
25
|
+
`let`. Do not mutate parameters, singletons, fixtures, or config objects. No
|
|
26
|
+
`any`, broad casts, or `ts-ignore` outside a typed adapter.
|
|
27
|
+
6. **Verify before reporting completion.** `bun run build`, `bun run typecheck`,
|
|
28
|
+
and the smallest relevant test command; plus the project smoke command for
|
|
29
|
+
deploy-affecting changes. If a command cannot run, report it and the blocker.
|
|
30
|
+
|
|
31
|
+
Full prose: [reference/harper-fabric.md](../reference/harper-fabric.md).
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# Reads
|
|
3
|
-
#
|
|
2
|
+
# Reads the plugin's EAGER rules and injects them into the session context.
|
|
3
|
+
#
|
|
4
|
+
# `rules/eager/` only, and deliberately with NO fallback to a flat `rules/`.
|
|
5
|
+
# This plugin's rules and this script ship in the same directory and are
|
|
6
|
+
# installed as one unit, so there is no vintage in which a split script meets an
|
|
7
|
+
# unsplit rules tree. A fallback here would buy nothing and cost the thing it
|
|
8
|
+
# already cost once: this plugin shipped its whole rule body flat for months and
|
|
9
|
+
# no surface complained, because a fallback that quietly succeeds is
|
|
10
|
+
# indistinguishable from a tree that was never split (#3993). With the branch
|
|
11
|
+
# gone, an unsplit tree injects nothing and is noticed.
|
|
12
|
+
#
|
|
13
|
+
# Reference bodies under `rules/reference/` install alongside and are read only
|
|
14
|
+
# when an eager breadcrumb points at one.
|
|
4
15
|
set -euo pipefail
|
|
5
16
|
|
|
6
17
|
ROOT="${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-${CODEX_PLUGIN_ROOT:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}}}"
|
|
7
|
-
RULES_DIR="$ROOT/rules"
|
|
18
|
+
RULES_DIR="$ROOT/rules/eager"
|
|
8
19
|
|
|
9
20
|
[ -d "$RULES_DIR" ] || exit 0
|
|
10
21
|
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Phaser 4 Project Rules (load-bearing)
|
|
2
|
+
|
|
3
|
+
This is a **Phaser 4** (npm `phaser@^4.2.0`) TypeScript game project on the
|
|
4
|
+
official `template-vite-ts` layout. Phaser 4 is the only supported target —
|
|
5
|
+
never introduce Phaser 3 idioms. These decisions are **locked** and most are
|
|
6
|
+
**lint-enforced**; do not disable a rule, fix the code.
|
|
7
|
+
|
|
8
|
+
## Read the official skills first
|
|
9
|
+
|
|
10
|
+
Phaser ships 28 authoritative agent skills inside the installed package at
|
|
11
|
+
`node_modules/phaser/skills/<topic>/SKILL.md` (`scenes`, `physics-arcade`,
|
|
12
|
+
`tweens`, `tilemaps`, `v3-to-v4-migration`, …). **For any Phaser API or
|
|
13
|
+
subsystem question, read the matching official skill rather than relying on
|
|
14
|
+
memory.** The `lisa-phaser` skills deliberately cover only the opinionated,
|
|
15
|
+
lint-enforced project layer.
|
|
16
|
+
|
|
17
|
+
## Mandatory
|
|
18
|
+
|
|
19
|
+
1. **Thin scenes over a pure-logic core.** All game rules live in `src/logic/**`
|
|
20
|
+
as plain TypeScript with **zero `phaser` imports** — lint-enforced, and it is
|
|
21
|
+
what makes the game unit-testable.
|
|
22
|
+
2. **Determinism.** No `Math.random()`, `Date.now()`, or `performance.now()` in
|
|
23
|
+
game code. Use the seeded `Phaser.Math.RND` and the scene clock.
|
|
24
|
+
3. **Nothing created or allocated inside `update()`** — no `this.add.*`,
|
|
25
|
+
`tweens.add`, `time.addEvent`, `new Phaser.*`, object/array literals, or
|
|
26
|
+
`map`/`filter`/`reduce` chains. Create in `create()`; pool via `Group`s.
|
|
27
|
+
4. **Events and state.** Cross-cutting events go through one dedicated
|
|
28
|
+
`EventsCenter`; **never reuse `game.events`**. Every external `.on()` needs a
|
|
29
|
+
matching `.off()` in the scene's `shutdown`. Global state goes through the
|
|
30
|
+
typed registry wrapper; persistence goes through SaveService, never raw
|
|
31
|
+
`localStorage`.
|
|
32
|
+
5. **No raw keys, no placeholder art.** Texture/audio/animation/scene/event keys
|
|
33
|
+
are typed constants generated into `src/assets.ts`. Art must be real and
|
|
34
|
+
licensed per `phaser-asset-sourcing`; procedural `generateTexture`
|
|
35
|
+
placeholders are tracked art debt and need a linked issue.
|
|
36
|
+
6. **No hardcoded user-facing strings** — use the typed i18n catalog.
|
|
37
|
+
7. **Verify before reporting complete:** `bun run typecheck`, `bun run lint`,
|
|
38
|
+
`bun run test`, `bun run build`. For rendering or input changes, also verify
|
|
39
|
+
in a real browser (`bun run dev` plus a Playwright check). A green typecheck
|
|
40
|
+
alone is not proof a game works.
|
|
41
|
+
|
|
42
|
+
Full prose — the ten locked architecture decisions, the enforced lint rules, the
|
|
43
|
+
performance contract, and the game-development persona subagents:
|
|
44
|
+
[reference/phaser.md](../reference/phaser.md).
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
# Reads
|
|
3
|
-
#
|
|
4
|
-
#
|
|
2
|
+
# Reads the plugin's EAGER rules and injects them into the session context.
|
|
3
|
+
#
|
|
4
|
+
# `rules/eager/` only, and deliberately with NO fallback to a flat `rules/`.
|
|
5
|
+
# This plugin's rules and this script ship in the same directory and are
|
|
6
|
+
# installed as one unit, so there is no vintage in which a split script meets an
|
|
7
|
+
# unsplit rules tree. A fallback here would buy nothing and cost the thing it
|
|
8
|
+
# already cost once: this plugin shipped its whole rule body flat for months and
|
|
9
|
+
# no surface complained, because a fallback that quietly succeeds is
|
|
10
|
+
# indistinguishable from a tree that was never split (#3993). With the branch
|
|
11
|
+
# gone, an unsplit tree injects nothing and is noticed.
|
|
12
|
+
#
|
|
13
|
+
# Reference bodies under `rules/reference/` install alongside and are read only
|
|
14
|
+
# when an eager breadcrumb points at one.
|
|
5
15
|
set -euo pipefail
|
|
6
16
|
|
|
7
17
|
INPUT=$(cat 2>/dev/null || true)
|
|
@@ -12,7 +22,7 @@ else
|
|
|
12
22
|
fi
|
|
13
23
|
|
|
14
24
|
ROOT="${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}}"
|
|
15
|
-
RULES_DIR="$ROOT/rules"
|
|
25
|
+
RULES_DIR="$ROOT/rules/eager"
|
|
16
26
|
|
|
17
27
|
# Bail silently if no rules directory
|
|
18
28
|
[ -d "$RULES_DIR" ] || exit 0
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Rails Coding Conventions (load-bearing)
|
|
2
|
+
|
|
3
|
+
Rails-specific standards for this project. The head below is what changes
|
|
4
|
+
behaviour in a session that never asks for it; the worked examples for every
|
|
5
|
+
point live in the reference body.
|
|
6
|
+
|
|
7
|
+
## Mandatory
|
|
8
|
+
|
|
9
|
+
1. **Fat models, skinny controllers.** Controllers handle HTTP concerns only.
|
|
10
|
+
Business logic belongs in a model or a service object under `app/services/`.
|
|
11
|
+
2. **Strong parameters always, `permit!` never.** Enumerate the permitted keys.
|
|
12
|
+
3. **No N+1 queries.** Use `includes` / `preload` / `eager_load` on any
|
|
13
|
+
association you iterate. Bullet is installed to catch the ones you miss.
|
|
14
|
+
4. **Never edit `db/schema.rb` by hand.** Change it through a migration, honour
|
|
15
|
+
the `strong_migrations` constraints, and index every foreign key and
|
|
16
|
+
commonly-queried column.
|
|
17
|
+
5. **Scopes, not class methods,** for chainable queries. Prefer built-in
|
|
18
|
+
validators; keep callbacks to simple normalization and push complex side
|
|
19
|
+
effects into a service object.
|
|
20
|
+
6. **RSpec with `factory_bot` and `shoulda-matchers`,** not fixtures. Use
|
|
21
|
+
`described_class` and keep one assertion concept per example.
|
|
22
|
+
|
|
23
|
+
Full prose and Ruby examples: [reference/rails-conventions.md](../reference/rails-conventions.md).
|
|
@@ -22,10 +22,20 @@
|
|
|
22
22
|
* every entry carries a written decision.
|
|
23
23
|
*
|
|
24
24
|
* Human override: `.lisa.config.json` → `thresholdRatchet.allow` entries
|
|
25
|
-
* ({ file, key, reason }). Honored ONLY from the baseline side (HEAD /
|
|
25
|
+
* ({ file, key, reason, until }). Honored ONLY from the baseline side (HEAD /
|
|
26
26
|
* merge-base), never from the change under review — an agent cannot grant
|
|
27
27
|
* itself an exception in the same change that weakens a gate. `key: "*"`
|
|
28
|
-
* allows every key in the file
|
|
28
|
+
* allows every key in the file, and reports as file-wide so it is not mistaken
|
|
29
|
+
* for a key-scoped one.
|
|
30
|
+
*
|
|
31
|
+
* Exemptions END (#3856). `until` is a `YYYY-MM-DD` day the entry is live
|
|
32
|
+
* through; past it the entry stops exempting and the weakening it permitted is
|
|
33
|
+
* refused again, naming the entry, its scope, its reason and the remedy. An
|
|
34
|
+
* entry naming no evaluable condition still exempts — that keeps a project
|
|
35
|
+
* mid-migration off a red wall — but is reported on every run until somebody
|
|
36
|
+
* gives it a condition or deletes it. Modelled on `_thresholdsDivergence` in
|
|
37
|
+
* `stryker.conf.json`, the sibling exemption that already stops exempting when
|
|
38
|
+
* it goes stale; see `threshold-ratchet-families.mjs` `ALLOW_STATE`.
|
|
29
39
|
*
|
|
30
40
|
* One exception, and only one: a PROMOTION between deploy-chain branches
|
|
31
41
|
* (`--base` + `--head`, both named in `deploy.branches`, head upstream of
|
|
@@ -49,6 +59,7 @@ import {
|
|
|
49
59
|
import {
|
|
50
60
|
applyAllowList,
|
|
51
61
|
compareFile,
|
|
62
|
+
describeAllowList,
|
|
52
63
|
formatReport,
|
|
53
64
|
} from "./threshold-ratchet-compare.mjs";
|
|
54
65
|
|
|
@@ -390,6 +401,13 @@ function run(mode, baseRef, onlyFiles, headRef) {
|
|
|
390
401
|
);
|
|
391
402
|
}
|
|
392
403
|
|
|
404
|
+
const allow = resolveAllowList(
|
|
405
|
+
root,
|
|
406
|
+
plan.baselineRef,
|
|
407
|
+
mode,
|
|
408
|
+
baseRef,
|
|
409
|
+
headRef
|
|
410
|
+
);
|
|
393
411
|
const findings = watched.flatMap(f =>
|
|
394
412
|
compareFile(
|
|
395
413
|
f,
|
|
@@ -397,28 +415,60 @@ function run(mode, baseRef, onlyFiles, headRef) {
|
|
|
397
415
|
plan.readCurrent(f)
|
|
398
416
|
)
|
|
399
417
|
);
|
|
400
|
-
|
|
418
|
+
// The allow-list inventory is printed whether or not the change produced
|
|
419
|
+
// findings. An exemption that has outlived its condition is dead weight the
|
|
420
|
+
// moment the condition passes, and reporting it only when something else has
|
|
421
|
+
// already failed is how a list nobody reads stays a list nobody reads.
|
|
422
|
+
if (findings.length === 0) {
|
|
423
|
+
reportAllowList(allow.entries, []);
|
|
424
|
+
return 0;
|
|
425
|
+
}
|
|
426
|
+
return reportFindings(findings, allow, mode);
|
|
427
|
+
}
|
|
401
428
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
429
|
+
/**
|
|
430
|
+
* Print the allow entries a human has to act on, minus the ones a refusal is
|
|
431
|
+
* about to name in full.
|
|
432
|
+
* @param {object[]} entries The resolved allow list
|
|
433
|
+
* @param {Array<{ message: string }>} expired Refusals already being printed
|
|
434
|
+
* @returns {void}
|
|
435
|
+
*/
|
|
436
|
+
function reportAllowList(entries, expired) {
|
|
437
|
+
for (const line of describeAllowList(entries)) {
|
|
438
|
+
if (expired.some(item => item.message.startsWith(line))) continue;
|
|
439
|
+
process.stdout.write(`threshold-ratchet: ${line}\n`);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* Print the verdict for a change that produced findings.
|
|
445
|
+
* @param {object[]} findings Findings from every watched file
|
|
446
|
+
* @param {{ entries: object[], promotion: boolean, note: string | null }} allow
|
|
447
|
+
* The resolved allow list and its provenance
|
|
448
|
+
* @param {"hook"|"staged"|"base"} mode Comparison mode
|
|
449
|
+
* @returns {number} Process exit code (2 for hook mode, 1 otherwise; 0 clean)
|
|
450
|
+
*/
|
|
451
|
+
function reportFindings(findings, allow, mode) {
|
|
409
452
|
const split = partitionCarriedEntries(findings, allow.promotion);
|
|
410
|
-
const { blocked, allowed } = applyAllowList(
|
|
453
|
+
const { blocked, allowed, expired } = applyAllowList(
|
|
454
|
+
split.rest,
|
|
455
|
+
allow.entries
|
|
456
|
+
);
|
|
411
457
|
if (allow.note) process.stdout.write(`${allow.note}\n`);
|
|
458
|
+
reportAllowList(allow.entries, expired);
|
|
412
459
|
for (const finding of split.carried) {
|
|
413
460
|
process.stdout.write(
|
|
414
461
|
`threshold-ratchet: carried forward by this promotion, approved upstream — ${finding.message}\n`
|
|
415
462
|
);
|
|
416
463
|
}
|
|
417
|
-
for (const
|
|
464
|
+
for (const item of allowed) {
|
|
418
465
|
process.stdout.write(
|
|
419
|
-
`threshold-ratchet:
|
|
466
|
+
`threshold-ratchet: ${item.message} (.lisa.config.json exception)\n`
|
|
420
467
|
);
|
|
421
468
|
}
|
|
469
|
+
for (const item of expired) {
|
|
470
|
+
process.stderr.write(`threshold-ratchet: refused — ${item.message}\n`);
|
|
471
|
+
}
|
|
422
472
|
if (blocked.length === 0) return 0;
|
|
423
473
|
process.stderr.write(`${formatReport(blocked)}\n`);
|
|
424
474
|
return mode === "hook" ? 2 : 1;
|