ci+docs: release hardening — playbook rewrite + publish-policy lint (#564, #557)#584
Merged
bradygaster merged 4 commits intodevfrom Mar 24, 2026
Merged
ci+docs: release hardening — playbook rewrite + publish-policy lint (#564, #557)#584bradygaster merged 4 commits intodevfrom
bradygaster merged 4 commits intodevfrom
Conversation
This was referenced Mar 24, 2026
beee00a to
c0eda9d
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds a lightweight publish-policy CI job to squad-ci.yml that scans all workflow YAML files for bare npm publish commands missing -w/--workspace. Prevents accidental root package publishing (v0.9.1 incident class). Also adds test/publish-policy.test.ts (36 tests) validating the lint logic against known good/bad patterns and all live workflow files. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…aybook Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Merge 3 decision inbox files into decisions.md (flight-release-hardening-plan, fido-publish-policy, eecom-personal-init-fix) - Delete inbox files post-merge (no duplicates) - Write session log: 2026-03-24T06-release-hardening.md - Append team updates to PAO and FIDO history.md noting playbook + CI lint contributions - Release hardening work (issues #564, #557) complete; #562 deferred to Brady (admin API access required) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
c0eda9d to
02a493c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #564, closes #557. Also resolves #558, #559, #560 (absorbed into playbook sections).
Release playbook (#564) — PAO
Replaces the stale 58-line v0.8.22 stub with a 232-line living, version-agnostic release playbook. 11 sections:
CI publish-policy lint job (#557) — FIDO
New
publish-policyjob insquad-ci.ymlscans all workflow YAML for barenpm publishwithout-w/--workspace. Blocks PRs that would publish the root package instead of workspace packages.test/publish-policy.test.ts