Skip to content

chore(sdlc): re-stamp canonical FuzeSDLC workflow stack - #126

Merged
izzywdev merged 1 commit into
masterfrom
chore/fuzesdlc-workflow-restamp
Aug 31, 2026
Merged

chore(sdlc): re-stamp canonical FuzeSDLC workflow stack#126
izzywdev merged 1 commit into
masterfrom
chore/fuzesdlc-workflow-restamp

Conversation

@izzywdev

Copy link
Copy Markdown
Owner

One-time manual bootstrap onto the fuze:managed marker system (governance-sync was
DETECT-ONLY for .github/workflows/** until a repo carries the reconcile-capable
governance-sync.yml).

Delivers:

  • governance-sync.yml reconcile-capable, stamped with fuze:managed markers
  • claude-ci-autofix.yml renamed to fuze-ci-autofix.yml (this repo's old file used
    uses: izzywdev/FuzeSDLC/.github/workflows/reusable-claude-ci-autofix.yml@main
    the FuzeSDLC-reusable variant, not the AITools one — so this is a straight rename)
  • fuze-push-identity composite action
  • governance-nightly fixes (bypassPermissions + deliverable verification + raised max-turns)
  • new gates: gate-required-checks, gate-api-version, gate-vacuous-check,
    gate-federation-contract, fuze-code-review approval workflow

baselineRef bumped v1 -> main in .fuze/manifest.json in this same PR: the operator's
FuzeSDLC clone was 85 commits ahead of the repo's pinned v1 (v1.9.0), which predates the
fuze:managed marker mechanism entirely. Per sdlc-bootstrap's own --allow-canonical-drift
guidance, the pin must move with the drop or governance-sync will fetch canonical at the
stale v1 ref on the next PR and revert these files right back.

Ran with scripts/bootstrap/main.py --only workflows --allow-canonical-drift --adopt-canonical, diffed and reviewed before committing. No repo-authored,
non-canonical workflow (ci.yml, build-and-push.yml, deploy-platform.yml, release-gate.yml,
seal-secrets.yml, registration-test.yml) was touched — only files in the canonical
workflow stack.

🤖 Generated with Claude Code

…ync reconcile-capable)

One-time manual bootstrap onto the fuze:managed marker system: governance-sync.yml is
now reconcile-capable (not detect-only) for .github/workflows/**, claude-ci-autofix.yml
is renamed to fuze-ci-autofix.yml, adds the fuze-push-identity composite action, the
gate-required-checks/gate-api-version/gate-vacuous-check/gate-federation-contract gates,
and the fuze-code-review approval workflow. Canonical clone was ahead of the repo's
pinned baselineRef=v1 (v1.9.0), so baselineRef is bumped to main in this same PR per
sdlc-bootstrap's own --allow-canonical-drift guidance, avoiding a governance-sync
flip-flop back to the old templates.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session-Id: fe3aa738-cb24-4315-a29b-29834ddea892
@izzywdev
izzywdev merged commit e965786 into master Aug 31, 2026
38 of 42 checks passed
@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.06%. Comparing base (1f45983) to head (5ad9578).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #126   +/-   ##
=======================================
  Coverage   41.06%   41.06%           
=======================================
  Files          81       81           
  Lines        6171     6171           
  Branches      250      252    +2     
=======================================
  Hits         2534     2534           
  Misses       3634     3634           
  Partials        3        3           
Flag Coverage Δ
backend 41.06% <ø> (ø)
frontend 41.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

# ubuntu-latest puts one job back on a GitHub-hosted machine -- and on a
# private repo, never runs it at all.
runner: ubuntu-latest
secrets: inherit No newline at end of file
# ubuntu-latest puts one job back on a GitHub-hosted machine -- and on a
# private repo, never runs it at all.
runner: ubuntu-latest
secrets: inherit No newline at end of file
- name: Mint fuze-agent App installation token
id: app
if: inputs.app-id != '' && inputs.private-key != ''
uses: actions/create-github-app-token@v1
- name: Mint fuze-agent App token
id: app_token
continue-on-error: true
uses: actions/create-github-app-token@v1
- name: Mint fuze-agent App token
id: app_token
continue-on-error: true
uses: actions/create-github-app-token@v1
# safe direction for a security gate is to run and go red, never to quietly not run.
- name: Upload SARIF (skipped on private repos — code scanning unavailable)
if: always() && !github.event.repository.private
uses: github/codeql-action/upload-sarif@v3
# long note on the same step in gate-sast above for why this is not continue-on-error.
- name: Upload SARIF (skipped on private repos — code scanning unavailable)
if: always() && !github.event.repository.private
uses: github/codeql-action/upload-sarif@v3
# long note on the same step in gate-sast above for why this is not continue-on-error.
- name: Upload SARIF (skipped on private repos — code scanning unavailable)
if: always() && !github.event.repository.private
uses: github/codeql-action/upload-sarif@v3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with: { python-version: '3.12' }
- uses: actions/setup-node@v7
- name: Mint fuze-agent App token
id: app_token
continue-on-error: true
uses: actions/create-github-app-token@v1
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