singularity-forge/docs/dev/proposals/workflows
ace-pm 35dc87ef53 chore: sync workspace state after rebrand
- Rebrand commits already in history (gsd → forge)
- Sync pre-existing doc, docker, and CI config updates
- All rebrand artifacts verified in place:
  * Native crates: forge-engine, forge-ast, forge-grep
  * Log prefixes: [forge] across 22+ files
  * Binary: ~/bin/sf-run
  * Workspace scopes: @sf-run/*, @singularity-forge/*
  * Nix flake: Rust toolchain ready

System ready for: nix develop && bun run build:native

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 14:54:20 +02:00
..
backmerge.yml docs: reorganize into user-docs/ and dev/ subdirectories 2026-04-10 09:25:31 -05:00
create-release.yml chore: sync workspace state after rebrand 2026-04-15 14:54:20 +02:00
README.md docs: reorganize into user-docs/ and dev/ subdirectories 2026-04-10 09:25:31 -05:00
sync-next.yml docs: reorganize into user-docs/ and dev/ subdirectories 2026-04-10 09:25:31 -05:00

Workflow Scaffolds

These files are not active — they live in docs/proposals/workflows/ for review purposes only. If the RFC is accepted, they'll be moved to .github/workflows/.

File Purpose
create-release.yml Manually triggered — creates release/X.Y from next, sets up branch protection, opens tracking issue
sync-next.yml Auto-triggered on version tag — ensures next branch exists and is merged up from main
backmerge.yml Auto-triggered on release branch push — back-merges fixes to next, opens conflict PR if needed