You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrites the propose doc (revision 5) to use skills/ at project root
instead of agent-skills/ + compile pipeline. All hosts read from skills/
directly. No compile step.
- Move propose to propose/active/ per new folder structure
- Delete docs/skills/ (java-codebase-explore.md, .zip) and
scripts/build-explore-skill.sh
- Add hints_structured awareness (principle #10, decision #17)
- Collapse 5-PR → 4-PR migration (no compile step PR)
- Update README, AGENTS.md, test.yml, tests/README, automation README
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ when needed.
42
42
-`docs/CODEBASE_REQUIREMENTS.md` — Java-repo assumptions and per-file map of
43
43
what to edit when a target tree doesn't match defaults.
44
44
-`tests/README.md` — testing philosophy.
45
+
-**`skills/`** — user-facing skills shipped to java-codebase-rag consumers (navigation, workflow). Developer workflow skills live in **`.agents/skills/`**, not here.
45
46
-**`propose/`** — design proposes. **In-flight** proposes live in
46
47
**`propose/active/`**. **`propose/completed/`** — landed work and rationale.
47
48
**List or search this tree** for current filenames; do not rely on enumerated
-**[`docs/skills/java-codebase-explore.md`](./docs/skills/java-codebase-explore.md)** — exploration **strategy** (missions, fallbacks, anti-capabilities, stopping rules); `AGENT-GUIDE.md` remains the **operating manual** for tool shapes and recovery.
101
+
-**[`skills/`](./skills/)** — user-facing navigation and workflow skills for java-codebase-rag consumers. Skills are `SKILL.md` files; agents discover them via slash-names (`/callees`, `/routes`, etc.). See [`propose/active/AGENT-SKILLS-AND-COMMANDS-PROPOSE.md`](./propose/active/AGENT-SKILLS-AND-COMMANDS-PROPOSE.md) for the full Tier 1 + Tier 2 skill set.
102
102
-**[`docs/MANUAL-VERIFICATION-CHECKLIST.md`](./docs/MANUAL-VERIFICATION-CHECKLIST.md)** — 7-phase agent-driven verification you run after indexing your real project.
103
103
104
104
---
@@ -156,7 +156,7 @@ Run `java-codebase-rag --help` to list grouped subcommands. Operator playbook wi
|[`docs/skills/java-codebase-explore.md`](./docs/skills/java-codebase-explore.md)| Agent exploration skill (strategy, missions, fallbacks); packaged zip [`docs/skills/java-codebase-explore.zip`](./docs/skills/java-codebase-explore.zip) for Perplexity-style hosts. |
159
+
|[`skills/`](./skills/)| User-facing skills for java-codebase-rag consumers. Navigation and workflow skills (Tier 1 + Tier 2) planned — see [`propose/active/AGENT-SKILLS-AND-COMMANDS-PROPOSE.md`](./propose/active/AGENT-SKILLS-AND-COMMANDS-PROPOSE.md). |
160
160
|[`docs/MANUAL-VERIFICATION-CHECKLIST.md`](./docs/MANUAL-VERIFICATION-CHECKLIST.md)| 7-phase agent-driven verification after indexing your project. |
161
161
|[`docs/CODEBASE_REQUIREMENTS.md`](./docs/CODEBASE_REQUIREMENTS.md)| Assumptions about your Java repo + per-file edit map for non-conforming codebases. |
0 commit comments