Skip to content

refactor: rename manifest file from yolo.yml to yolo-alpha.yml#3

Merged
stevethomas merged 1 commit into
mainfrom
steve/wonderful-euclid-4a4e67
Jun 9, 2026
Merged

refactor: rename manifest file from yolo.yml to yolo-alpha.yml#3
stevethomas merged 1 commit into
mainfrom
steve/wonderful-euclid-4a4e67

Conversation

@stevethomas

Copy link
Copy Markdown
Member

Hey, I made a thing! 🥳

Great! Now please answer the following questions to help out your assigned reviewer:

What problems are you solving?

  • The manifest file is now permanently named yolo-alpha.yml instead of yolo.yml, matching the yolo-alpha rebrand.
  • The rename flows from the single source of truth, Helpers::manifestName()Paths::manifest(), Manifest, and every consumer pick up the new name automatically.
  • Renamed the init stub stubs/yolo.yml.stubstubs/yolo-alpha.yml.stub and updated user-facing strings (init command description/prompts), integrity-check error messages, tests, and docs (README, CLAUDE.md, guides, reference).
  • Minor cleanup: InitCommand now writes the manifest via Paths::manifest() instead of a hardcoded yolo.yml filename.

Is there anything the reviewer needs to know to deploy this?

  • No backwards compatibility — there is no fallback to yolo.yml. Any existing app repo must rename its manifest to yolo-alpha.yml, or yolo commands will report "Could not find yolo-alpha.yml manifest".
  • Green across the board: pint passes, pest 54 passed (65 assertions), phpstan no errors.

🤖 Generated with Claude Code

Move the manifest to yolo-alpha.yml as the permanent name, with no
backwards-compatible fallback to yolo.yml. The rename flows from the
single source of truth in Helpers::manifestName(); the init stub, tests,
error messages, and docs are updated to match. InitCommand now writes
via Paths::manifest() instead of a hardcoded filename.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@stevethomas stevethomas merged commit ba7ff44 into main Jun 9, 2026
4 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.

1 participant