docs: improve AGENTS.md and skill trigger coverage - #12
Merged
Conversation
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 / 摘要
Improve the project's agent guide (
AGENTS.md) and CodeBuddy skill trigger coverage, keeping the single-source-of-truth design intact for cross-tool compatibility.完善项目的 AI 代理指引(
AGENTS.md)并扩大 CodeBuddy skill 的自动触发覆盖,同时保持「单一真相源」设计,确保跨工具通用性不受影响。Changes / 改动内容
AGENTS.md(benefits all AI coding tools: CodeBuddy, Trae, Cursor, Claude Code, Copilot, Codex)lib/src/module grouping (interceptors / platform / models / services / utils / ui) and documented the public entryZeroInspectorKit(init(),wrapApp(),runAppWithInspector()).>=3.11.0 <4.0.0, Flutter>=3.3.0, runtime/dev deps, caret (^) constraint reminder, GPL-3.0 reaffirmation.dependabot-pr-bilingual.ymldescription and thepr-title-check.ymldetails (allowed types,requireScope: false, ignored labels).flutter analyze,flutter test,flutter pub publish --dry-run)..codebuddy/skills/zero-inspector-kit/SKILL.mddescriptiontrigger keywords (Conventional Commits validation, tagging, pana score,flutter analyze/flutter test, docs) to improve auto-load accuracy. No content duplication withAGENTS.md.Removed empty skill sub-directories
references/,scripts/,assets/under the skill (they were empty and untracked by git). The skill stays a minimal pointer toAGENTS.md, avoiding any split-brain between tool-specific and tool-agnostic guidance.Why / 设计原则
The skill remains a thin forwarder. All substantive guidance lives in
AGENTS.md(read by every major AI tool), so non-CodeBuddy users on the team get the same benefits without a CodeBuddy-specific copy.skill 仍为极简转发器,所有实质性指引保留在
AGENTS.md(所有主流 AI 工具均读取),确保非 CodeBuddy 组员也能同等受益,避免工具专属副本造成信息分裂。Checklist / 检查清单
docs:)docs/(not pushed tomain)AGENTS.mdremains the single source of truth