Merged
Conversation
Bootstraps the per-repo state used by the open-source-maintainer skill so future triage runs have a persistent home for decisions, patterns, contributor notes, and run ledgers. Seeds: - config.json with schemaVersion: 1 and noMergeExternalPRs: true - context.md with current vision, priorities, areas, tone, and out-of-scope - decisions.md with the first entry (PR:1 — full skill bundle install) - patterns.md with the partial-download anti-pattern that motivated PR:1 - standing-rules.md with stale policy, area labels, and security-first defaults - Empty contributors.md, runs.md, state.json, and notes/work/index/ dirs No user-facing behavior changes. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
4 tasks
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.
Summary
Bootstraps the per-repo state used by the
open-source-maintainerskill so future triage runs have a persistent home for decisions, patterns, contributor notes, and run ledgers.What's included
config.jsonschemaVersion: 1,noMergeExternalPRs: true)context.mddecisions.mdpatterns.mdstanding-rules.mdcontributors.mdruns.mdstate.jsonnotes/,work/,index/Test plan
open-source-maintainerworkflow now resolves cleanly on subsequent runsNotes
🤖 Generated with Claude Code