docs: GitFlow branch discipline + OpenSpec install scope#25
Open
costezki wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two documentation/skill changes from a session clarifying OpenSpec setup and tightening branch conventions.
1. OpenSpec install scope (
docs)README.md,docs/environment-setup.md,skills/project-setup/references/spine-projection.mdopenspec initinstruction →openspec init --tools claude --profile core(the part that actually registers the/opsx:*commands)./opsxcommands are per-repo + schema-agnostic (with a one-line user-level copy to make them global), and the Meaningfy schema cannot be global — OpenSpec resolves schemas project-local only, so each repo carries its pinned fork viaproject-setup.2. GitFlow branch-naming discipline (
docs+ skill + validator)skills/meaningfy-git-workflow/SKILL.md: replace the old<type>/<ticket-id>/<short-label>(withfeat/example) with the GitFlow model — permanentdevelop+master(preferred;mainalias), temporaryfeature//release//hotfix/, lowercase+hyphens,--no-ff, off/into table. Banned: commit-type prefixes (feat/,fix/,chore/,rel/).docs/engineering-standards/git-and-collaboration.md(points to the skill).tools/repo_lint/lint.pyG-DUP anchor to match the new wording.meaningfy-release— unchanged.Validation
make validatepasses (the only failures are pre-existing broken links in the untrackedvoice-extension-and-enhancementchange, unrelated to this PR). The branch-pattern assist correctly flags the SSOT + its one known duplicate.Note
Dogfoods the new discipline: branch is
feature/…. Repo currently has onlymain(nodevelop); introducingdevelopis a separate infra decision, out of scope here.