chore(meta): establish LLM management foundation#416
Merged
Merged
Conversation
2803080 to
794e0bc
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Establishes a foundation in z-shell/.github for org-wide LLM/agent operations (instructions, patterns, ADRs, runbooks) while normalizing the canonical label taxonomy and updating templates/workflows to align with it.
Changes:
- Add canonical agent guidance and org knowledge structure (
AGENTS.md,PATTERNS.md,decisions/,runbooks/, plus entry-point docs). - Normalize labels via
.github/lib/labels.ymland update issue templates / Renovate / workflows to use canonical labels. - Tighten workflow hygiene (permissions/concurrency, action pinning) and restore the Trunk hook target.
Reviewed changes
Copilot reviewed 26 out of 26 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
runbooks/triage.md |
New org triage runbook using canonical labels and tracker rules. |
runbooks/release.md |
New release coordination guidance and prompt templates. |
runbooks/org-review.md |
New weekly org-review workflow/runbook and prompt template. |
runbooks/labels.md |
Label maintenance runbook documenting canonical groups and safe cleanup order. |
runbooks/adr.md |
ADR drafting runbook with a “draft-only / PROPOSED first” workflow. |
renovate-config.json |
Switch Renovate PR labels to canonical type/area labels. |
PATTERNS.md |
New cross-repo implementation idioms (plugin skeleton, fpath guards, unload function). |
decisions/0001-meta-repo-and-agents-md.md |
ADR proposing the meta-repo structure centered on AGENTS.md. |
decisions/0002-zi-as-canonical-plugin-manager.md |
ADR proposing zi as the canonical plugin manager. |
decisions/0003-conventional-commits.md |
ADR proposing Conventional Commits org-wide + selective release automation. |
CLAUDE.md |
Claude entry point that defers to AGENTS.md and .github/AGENT_MEMORY.md. |
AGENTS.md |
Canonical org-wide agent instructions and cross-repo workflow pointers. |
.github/workflows/zsh-n.yml |
Add explicit permissions/concurrency and pin checkout action. |
.github/workflows/stars.yml |
Add explicit permissions/concurrency and switch to local ./actions/commit. |
.github/workflows/lychee.yml |
Update issue label to canonical type:maintenance. |
.github/workflows/dependency-review.yml |
Change trigger set to reusable-only (workflow_call). |
.github/README.md |
Document new org knowledge structure and update shared assets listing. |
.github/lib/labels.yml |
Replace legacy labels with canonical type/area/status/priority taxonomy (plus meta:org-tracked). |
.github/ISSUE_TEMPLATE/01_bug_report.yml |
Update default labels to canonical type:bug + status:triage. |
.github/ISSUE_TEMPLATE/02_feature_request.yml |
Update default label to canonical type:feature. |
.github/ISSUE_TEMPLATE/03_codebase_improvement.yml |
Update default label to canonical type:maintenance. |
.github/ISSUE_TEMPLATE/04_documentation.yml |
Update default labels to canonical type:docs + area:docs. |
.github/ISSUE_TEMPLATE/05_membership.yml |
Update default labels to canonical type:membership + area:meta. |
.github/ISSUE_TEMPLATE/06_agent_handoff.yml |
Update default labels to canonical type:handoff + area:meta. |
.github/hook.sh |
Restore Trunk hook target script for trunk check. |
.github/copilot-instructions.md |
Add Copilot entry point deferring to canonical AGENTS.md + handoff doc. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sall <59910950+ss-o@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sall <59910950+ss-o@users.noreply.github.com>
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
meta:org-trackedGitHub/Tracker updates
z-shell/.githublabels were renamed to match.github/lib/labels.ymlregressionandmeta:org-trackedValidation
rubycanonical label validationrubyissue-template label validationrubyworkflow metadata validationrubyRenovate JSON parsegit diff --check --cachedtrunk check --show-existing --no-progressz-shell/.githubCloses #410
Refs #411, #412, #413, #414, #415