Skip to content
This repository was archived by the owner on Jul 23, 2026. It is now read-only.

Rename#52

Merged
bartekus merged 1 commit into
mainfrom
rename
Jul 17, 2026
Merged

Rename#52
bartekus merged 1 commit into
mainfrom
rename

Conversation

@bartekus

Copy link
Copy Markdown
Contributor

Summary

Spec alignment

  • Spec: specs/NNN-slug/spec.md or "none (infra/chore/docs)"

Change classification

Select one:

  • Feature — new capability backed by a spec
  • Enhancement — improvement to existing feature
  • Bug fix — corrects incorrect behavior
  • Refactor — internal restructure, no behavior change
  • Docs — documentation only
  • Chore — build, deps, tooling, CI

Checklist

  • Changes align with the referenced spec (or no spec applies)
  • npx spec-spine compile output unchanged (or spec frontmatter was intentionally modified)
  • make pr-prep exits clean locally (index fresh, coupling gate green)
  • No secrets, credentials, or API keys committed
  • Tests pass locally

Spec-Drift-Waiver

@github-actions

Copy link
Copy Markdown

AI Code Review

Review: stagecraft-ingstatecrafting rename

Completeness (likely incomplete)

The diff touches LICENSE, NOTICE, README.md, package.json, and website files, but does not show changes to:

  • .github/workflows/*.yml — if any workflow steps use uses: stagecraft-ing/... or repository: stagecraft-ing/template-encore, those references will silently point at the wrong org. This is the highest-risk gap because broken uses: refs cause CI failures and could potentially resolve to a different org's action if the old handle gets claimed.
  • spec-spine.toml — may contain org-scoped references.
  • CODEMAP.md / AGENTS.md — referenced throughout CLAUDE.md as authoritative; worth confirming they're clean.
  • specs/ corpus — any spec that references the old org name or old repo URL (e.g., in establishes/references edges or prose) is now stale.

Before merging, run:

grep -r "stagecraft-ing\|Stagecraft" --include="*.yml" --include="*.yaml" --include="*.md" --include="*.toml" --include="*.json" . | grep -v ".derived/"

Spec-spine compliance

No spec-owned code paths changed (no apps/, packages/, or .claude/ logic touched), so the coupling gate should stay green. The package.json author field is not a spec annotation (spec-spine.spec), so no annotation drift. No new external uses: refs introduced that would require SHA pinning.

Bugs / Logic

None in the changed lines themselves. The changes are internally consistent across the shown files.

Security

None.

Performance

N/A.


Verdict: Safe to merge only after confirming .github/workflows/ and the rest of the tree are free of stagecraft-ing references. The badge URLs in README point at statecrafting/template-encore — if that org/repo doesn't exist yet on GitHub, the CI badge will render as broken immediately on merge.


Automated review by Claude. Diff size: 14 lines.

@bartekus
bartekus merged commit ef7587e into main Jul 17, 2026
7 checks passed
@bartekus
bartekus deleted the rename branch July 17, 2026 07:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant