-
Notifications
You must be signed in to change notification settings - Fork 5
chore(meta): establish LLM management foundation #416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| Follow the canonical instructions in [`../AGENTS.md`](../AGENTS.md). | ||
|
|
||
| For shared progress and handoffs, also follow [`AGENT_MEMORY.md`](AGENT_MEMORY.md). |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| #!/usr/bin/env sh | ||
| set -eu | ||
|
|
||
| trunk check --show-existing --no-progress |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,117 +1,94 @@ | ||
| --- | ||
| - name: "breaking-change 💥" | ||
| color: d93f0b | ||
| description: "A change that changes the API or breaks backward compatibility for users." | ||
| - name: "bug 🐞" | ||
| # Canonical organization label definitions. | ||
| # Apply these through gh/API-based maintenance automation rather than a starter workflow template. | ||
| - name: "type:bug" | ||
| color: b60205 | ||
| description: "Inconsistencies or issues which will cause a problem for users or implementors." | ||
| - name: "documentation 📝" | ||
| color: 0052cc | ||
| description: "Solely about the documentation of the project." | ||
| - name: "i18n 🌐" | ||
| color: "0052cc" | ||
| description: "Internationalization" | ||
| - name: "l10n 🗣" | ||
| color: "0052cc" | ||
| description: "Localization" | ||
| - name: "enhancement ✨" | ||
| color: 006b75 | ||
| description: "Enhancement of the code, not introducing new features." | ||
| - name: "refactor ♻️" | ||
| color: 006b75 | ||
| description: "Simplified code that is easier to understand or more efficient syntax or methods." | ||
| - name: "performance 🚀" | ||
| color: 1d76db | ||
| description: "Improving performance of the project, not introducing new features." | ||
| - name: "new-feature 🎉" | ||
| description: "Something is broken or behaving incorrectly." | ||
| - name: "type:feature" | ||
| color: 0e8a16 | ||
| description: "Introduces new feature" | ||
| - name: "security 🛡️" | ||
| color: ee0701 | ||
| description: "Addressing a vulnerability or security risk in this project." | ||
| - name: "maintenance 📈" | ||
| color: 531999 | ||
| description: "Generic maintenance tasks." | ||
| - name: "agent-memory 🧠" | ||
| description: "A request for new behavior or capability." | ||
| - name: "type:docs" | ||
| color: 0052cc | ||
| description: "Documentation-only work." | ||
| - name: "type:question" | ||
| color: d4c5f9 | ||
| description: "Support, clarification, or usage question." | ||
| - name: "type:maintenance" | ||
| color: 531999 | ||
| description: "Cross-agent handoffs, blockers, and resumable progress context." | ||
| - name: "ci 🤖" | ||
| description: "Non-feature maintenance, cleanup, or org work." | ||
| - name: "type:membership" | ||
| color: 6f42c1 | ||
| description: "Membership and organization-role requests." | ||
| - name: "type:handoff" | ||
| color: 5319e7 | ||
| description: "Work that improves the continuous integration." | ||
| - name: "dependencies 📦" | ||
| color: fbca04 | ||
| description: "Change in project Javascript dependencies." | ||
| - name: "javascript 📦" | ||
| color: fbca04 | ||
| description: "Change in project dependencies." | ||
| - name: "submodules ⚙️" | ||
| color: fbca04 | ||
| description: "Change in project dependencies." | ||
| - name: "github-actions :octocat:" | ||
| color: 5319E7 | ||
| description: "GitHub Actions" | ||
| description: "Cross-agent or cross-maintainer handoff context." | ||
|
|
||
| - name: "fix ⚡" | ||
| color: f510f4 | ||
| description: "Has been fixed and is therefore considered resolved." | ||
| - name: "triage 📑" | ||
| - name: "area:zi" | ||
| color: 1d76db | ||
| description: "Zi core behavior, APIs, or documentation." | ||
| - name: "area:plugin" | ||
| color: 3e16f3 | ||
| description: "Plugin behavior or plugin-facing work." | ||
| - name: "area:annex" | ||
| color: 3e16f3 | ||
| description: "Annex behavior or annex-facing work." | ||
| - name: "area:package" | ||
| color: 3e16f3 | ||
| description: "Package or package-management work." | ||
| - name: "area:docs" | ||
| color: 0052cc | ||
| description: "Documentation systems, content, or publishing." | ||
| - name: "area:ci" | ||
| color: 5319e7 | ||
| description: "Continuous integration or GitHub Actions work." | ||
| - name: "area:dependencies" | ||
| color: fbca04 | ||
| description: "The issue is awaiting investigation." | ||
| - name: "stale 👻" | ||
| color: ffffff | ||
| description: "No activity for quite some time." | ||
| - name: "no-stale 🔒" | ||
| color: fef2c0 | ||
| description: "This is exempt from the stale bot" | ||
|
|
||
| - name: "Q&A ✍️" | ||
| color: fef2c0 | ||
| description: "Questions and answers." | ||
| - name: "Poll 💌" | ||
| color: fef2c0 | ||
| description: "Community vote" | ||
| - name: "invalid ⚠️" | ||
| color: 0b467f | ||
| description: "This is off-topic or incorrect." | ||
| - name: "beginner-friendly" | ||
| color: 5319E7 | ||
| description: "Beginner friendy to people wanting to contribute to this project." | ||
| - name: "good first issue" | ||
| color: 5319E7 | ||
| description: "Good first issue for people wanting to contribute to this project." | ||
| - name: "help-wanted" | ||
| color: 5319E7 | ||
| description: "We need some extra helping hands or expertise in order to resolve this!" | ||
| - name: "feature-request 💡" | ||
| color: 0e8a16 | ||
| description: "Suggests new feature." | ||
| - name: "locked ‼️" | ||
| description: "Dependency updates or dependency-management work." | ||
| - name: "area:release" | ||
| color: d93f0b | ||
| description: "Spam, inappropriate or otherwise doesn't apply to this project." | ||
| - name: "resolved ☑️" | ||
| color: 0e8a16 | ||
| description: "The issue has been fixed and is therefore considered resolved." | ||
| - name: "high-priority 🔥" | ||
| description: "Release process, versioning, or changelog work." | ||
| - name: "area:meta" | ||
| color: 1d76db | ||
| description: "Organization-wide policy, templates, or meta-repo work." | ||
|
|
||
| - name: "priority:high" | ||
| color: ee0701 | ||
| description: "Must be addressed as soon as possible." | ||
| - name: "priority-low 🔖" | ||
| description: "Needs prompt attention." | ||
| - name: "regression" | ||
| color: b60205 | ||
| description: "Previously working behavior is broken." | ||
| - name: "security" | ||
| color: ee0701 | ||
| description: "Security-sensitive issue or hardening work." | ||
| - name: "breaking-change" | ||
| color: d93f0b | ||
| description: "Breaks backward compatibility or changes a public contract." | ||
|
|
||
| - name: "status:triage" | ||
| color: fbca04 | ||
| description: "Awaiting initial review or classification." | ||
| - name: "status:blocked" | ||
| color: e4e669 | ||
| description: "Cannot proceed until an external dependency or decision changes." | ||
| - name: "needs-info" | ||
| color: f9d0c4 | ||
| description: "Waiting on more detail before work can continue." | ||
| - name: "good first issue" | ||
| color: 7057ff | ||
| description: "Well-scoped starter task for a new contributor." | ||
| - name: "help wanted" | ||
| color: 008672 | ||
| description: "Maintainers would welcome outside help." | ||
| - name: "invalid" | ||
| color: 0b467f | ||
| description: "Off-topic, incorrect, or not actionable." | ||
| - name: "duplicate" | ||
| color: cfd3d7 | ||
| description: "Covered by another issue or pull request." | ||
| - name: "wontfix" | ||
| color: ffffff | ||
| description: "This issue currently can't be resolved." | ||
| description: "Acknowledged but not planned for implementation." | ||
|
|
||
| - name: "annex 🌀" | ||
| color: 3e16f3 | ||
| description: "Related with annex" | ||
| - name: "plugin ⚙️" | ||
| color: 3e16f3 | ||
| description: "Related with plugin" | ||
| - name: "package 📦" | ||
| color: 3e16f3 | ||
| description: "Related with package" | ||
| - name: "major 🔺" | ||
| color: b60205 | ||
| description: "This PR causes a major bump in the version number." | ||
| - name: "minor 🔸" | ||
| color: 5319e7 | ||
| description: "This PR causes a minor bump in the version number." | ||
| - name: "misc ⬣" | ||
| - name: "meta:org-tracked" | ||
| color: 5319e7 | ||
| description: "Auto-add this issue to the org-wide Z-Shell Tracker." |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,6 @@ | |
| name: "📦 Dependency Review" | ||
|
|
||
| on: | ||
| pull_request: {} | ||
| workflow_call: {} | ||
|
|
||
| permissions: | ||
|
|
||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.