docs: drop drifted GOVERNANCE.md, point README to canonical (org-ops D11)
This repo's copy had drifted from repo-standard's canonical GOVERNANCE.md (118 vs 131 lines) and isn't required for the plugin repo class. Removed it and repointed README.md's link to the canonical source. The repo-specific fork guidance the local copy carried (tone-variant suggestions, what to change first, style-feedback ask) moved into a new README "Forking this" section so it isn't lost. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N1AtouNwgWaLBgRDcsNowY
This commit is contained in:
parent
02136eac12
commit
46fe54d818
2 changed files with 15 additions and 119 deletions
16
README.md
16
README.md
|
|
@ -7,7 +7,7 @@ than a developer at a terminal — a colleague looking over your shoulder, a
|
|||
session you are documenting for someone else, or non-code work where console
|
||||
noise gets in the way.
|
||||
|
||||
> **Solo-maintained, fork-and-own.** This plugin is a starting point, not a vendor product. Issues are welcome as signals; pull requests are not accepted. See [GOVERNANCE.md](GOVERNANCE.md) for the full model and what upstream provides.
|
||||
> **Solo-maintained, fork-and-own.** This plugin is a starting point, not a vendor product. Issues are welcome as signals; pull requests are not accepted. See [GOVERNANCE.md](https://git.fromaitochitta.com/open/repo-standard/src/branch/main/GOVERNANCE.md) for the full model and what upstream provides.
|
||||
|
||||
*AI-generated: all code produced by Claude Code through dialog-driven development. Every change is human-directed, reviewed, and validated before commit. Per Anthropic Consumer Terms §4, ownership of outputs is assigned to the user.*
|
||||
|
||||
|
|
@ -213,6 +213,20 @@ Output styles are a first-class feature in Claude Code's plugin system. Older Cl
|
|||
|
||||
---
|
||||
|
||||
## Forking this
|
||||
|
||||
The most likely fork is a tone variant — a more terse style for terminal-only users, a more verbose style for non-technical readers, a different language match policy, or directives tuned to your organization's communication norms. It's one short Markdown file plus a manifest; forking is trivial.
|
||||
|
||||
What to change first:
|
||||
|
||||
- **Identity** — rename the plugin, replace authorship, update this README.
|
||||
- **Style content** — the directives in `output-styles/human-friendly.md` reflect the original author's taste. Adjust them to your team's voice.
|
||||
- **Frontmatter** — `name` and `description` show up in `/config`. Pick names that won't collide with other forks installed on the same machine.
|
||||
|
||||
If a directive produces output that doesn't feel human-friendly in your context, that's useful feedback for the upstream maintainer — concrete examples beat abstract complaints.
|
||||
|
||||
---
|
||||
|
||||
## Versioning and stability
|
||||
|
||||
- Semantic versioning. Style content changes that affect Claude's output are minor or major bumps; pure typo fixes in the README are patch.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue