docs(workflow): simplify authorship rules and drop stale skill metadata - #75
Closed
kaikisegfault wants to merge 1 commit into
Closed
kaikisegfault wants to merge 1 commit into
kaikisegfault wants to merge 1 commit into
Conversation
State the repository identity once instead of enumerating prohibited attribution cases, and correct references to skill interface metadata that the Claude Code layout no longer uses. - Reduce the authorship rules in CLAUDE.md and git-workflow.md to the owner identity plus the existing bot-automation allowance, and drop the matching pull-request checklist item. - Record the identity as the GitHub username rather than a display name. - Remove the remaining agents/openai.yaml references from verification.md and the verify-project skill, and describe the metadata gate as parsing settings JSON rather than TOML, matching the current verifier. Verification: tools/verify_metadata.py passes (5 skills, 19 links); tests/tools/verify_metadata_test.py and tests/tools/verification_scope_test.py pass (3 tests each).
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.
Outcome and scope
Documentation-only. States the repository identity once rather than enumerating prohibited attribution cases, and clears references to skill interface metadata that the current layout no longer uses.
CLAUDE.mdanddocs/engineering/git-workflow.mdkeep the owner identity and the existing bot-automation allowance, dropping the enumerated attribution prohibitions.kaikisegfaultrather than a display name, matching the configured Git identity..github/pull_request_template.mddrops the corresponding checklist item.docs/engineering/verification.mdand.claude/skills/verify-project/SKILL.mdno longer referenceagents/openai.yaml, which no longer exists, and the metadata gate is described as parsing settings JSON rather than TOML — matching whattools/verify_metadata.pyactually does.Protocol, compatibility, economic, and security effects
None. No consensus-visible type, encoding, state transition, economic rule, or cryptographic behavior is touched, and no verifier logic changes.
Verification
Expected to classify as
lightweight: the changed set is Markdown only.Known limitations and follow-up
The stale
agents/openai.yamlreferences corrected here were missed when the layout moved, because that sweep matched oncodex,AGENTS.md, and.agents/but not on the metadata filename itself.