Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"check:framing": "tsx scripts/check-section-framing.ts",
"check:self-input": "tsx scripts/check-self-provisioned-input.ts",
"check:self-composed-set": "tsx scripts/check-self-composed-set.ts",
"check:branch-as-step": "tsx scripts/check-branch-as-step.ts",
"check:activity-tech": "tsx scripts/check-activity-technique-overlap.ts",
"check:prism-lenses": "tsx scripts/check-prism-lens-reachability.ts",
"check:anchors": "tsx scripts/check-resource-anchors.ts",
Expand Down
8 changes: 8 additions & 0 deletions scripts/guards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ export const GUARDS: GuardSpec[] = [
json: false,
proves: 'no set action builds its value out of the variable it writes',
},
{
id: 'branch-as-step',
script: 'scripts/check-branch-as-step.ts',
npmScript: 'check:branch-as-step',
scope: 'corpus',
json: true,
proves: 'no protocol phase encodes a conditional branch as a step',
},
{
id: 'activity-technique-overlap',
script: 'scripts/check-activity-technique-overlap.ts',
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/__snapshots__/corpus-sha.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"corpusSha": "5f17da01a33bec58f36891d5af402231dd6d3a83",
"corpusSha": "fbd6f53bc8054f97ad631320d0cbe8151dfdcde9",
"note": "Corpus commit the committed walk snapshots were generated against. Update it in the same commit that bumps the workflows submodule and re-baselines the walk (npm run baseline:stamp)."
}
2 changes: 1 addition & 1 deletion workflows
Submodule workflows updated 27 files
+1 −1 cicd-pipeline-security-audit/techniques/execute-sub-agent.md
+1 −1 meta/techniques/github-cli-protocol/assign-issue.md
+4 −4 meta/techniques/github-cli-protocol/post-pr-review.md
+3 −3 meta/techniques/gitnexus-operations/analyze.md
+3 −3 meta/techniques/workflow-engine/commit-and-persist.md
+6 −6 meta/techniques/workflow-engine/dispatch-activity.md
+2 −2 meta/techniques/workflow-engine/start-session.md
+3 −3 ponytail/techniques/apply-ladder.md
+2 −2 prism-audit/techniques/audit-finalize/create-detailed-findings.md
+2 −2 prism-audit/techniques/audit-finalize/split-report.md
+2 −2 prism-audit/techniques/compose-audit-prompt/survey-structure.md
+2 −2 prism-evaluate/techniques/compose-evaluation-report/extract-findings.md
+4 −4 prism-evaluate/techniques/plan-evaluation/derive-dimensions.md
+2 −2 prism-evaluate/techniques/plan-evaluation/group-for-execution.md
+2 −2 prism-evaluate/techniques/plan-evaluation/map-dimensions-to-lenses.md
+3 −3 prism-evaluate/techniques/plan-evaluation/survey-target.md
+2 −2 prism-evaluate/techniques/resolve-findings/apply-changes.md
+2 −2 prism-evaluate/techniques/resolve-findings/record-finding-decision.md
+2 −2 prism/techniques/generate-report.md
+1 −1 work-package/techniques/codebase-comprehension/survey.md
+3 −3 work-package/techniques/manage-git/create-worktree.md
+3 −3 work-package/techniques/manage-git/restore-paths-from-ref.md
+1 −1 work-package/techniques/respond-to-pr-review.md
+1 −1 work-package/techniques/review-code.md
+2 −2 work-package/techniques/strategic-findings-analysis.md
+1 −1 workflow-design/resources/anti-patterns.md
+1 −1 workflow-design/resources/design-principles.md
Loading