Skip to content

chore: promote dev to main (docs dark mode fix)#570

Merged
bradygaster merged 7 commits intomainfrom
dev
Mar 23, 2026
Merged

chore: promote dev to main (docs dark mode fix)#570
bradygaster merged 7 commits intomainfrom
dev

Conversation

@bradygaster
Copy link
Copy Markdown
Owner

Promotes docs dark mode fix to main to trigger docs deployment.

Key changes reaching main:

  • docs/src/layouts/BaseLayout.astro — dark mode CSS fix
  • docs/src/components/ThemeToggle.astro — theme toggle fix

This is a docs-only promotion, not a full release.

Copilot AI and others added 7 commits March 23, 2026 03:14
- Add preflight job scanning all packages for file: references and
  validating semver versions before any publish work begins
- Add npm pack --dry-run validation step to smoke-test job
- Disable ghost publish-npm.yml workflow via GitHub API
- Add purpose documentation to ci-rerun.yml
- Fix YAML parse issue: quote step names containing 'file:' colon
- Pipeline chain: preflight → smoke-test → publish-sdk → publish-cli

This is the #1 gate that would have prevented the v0.9.1 incident.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
squad version now prints the installed version, matching the existing
--version / -v flag behavior. Handled inline in cli-entry.ts alongside
the flag check — no separate command file needed. Also added 'version'
to the help text command list.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add release-process skill with battle-tested rules from v0.9.1 incident
- Harden Surgeon charter: coordinator doesnt publish, pre-publish validation, fallback protocol, post-publish smoke test
- Harden Booster charter: preflight dependency scan, npm pack dry-run
- Fix docs dark mode persistence across View Transitions navigation
- Stage decision inbox files for Scribe merge

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Three layers of theme restoration:
- astro:after-swap — runs after View Transitions DOM swap (no flash)
- astro:page-load — runs after every navigation including initial
- pageshow — handles browser back/forward cache restoration

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The 'version' subcommand added a line to help output, pushing it to exactly
100 lines. Bumping threshold to <= 110 to accommodate future additions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: release process hardening + docs dark mode fix
@bradygaster bradygaster merged commit 6a656b0 into main Mar 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants