fix: Correct /prototype and /hybrid-prototype command docs (#29)#31
fix: Correct /prototype and /hybrid-prototype command docs (#29)#31striderZA merged 5 commits intodevelopmentfrom
Conversation
Review:
|
| Priority | Action |
|---|---|
| High | Either create .opencode/skills/hybrid-prototype/ before merging, or remove the /hybrid-prototype references from AGENTS.md |
| Low | Update PR body to accurately describe the changes (additions, not modifications) |
| Low | Consider aligning AGENTS.md descriptions with the skill frontmatter description fields so users get consistent info /-completion vs reading the doc |
Review:
|
…ototype in skills-reference (#29)
# Conflicts: # .opencode/skills/hybrid-prototype/SKILL.md
|
Here's my review of Review Summary
🔴 Critical: Duplicate
|
…g ref, doc drift (#29)
Review:
|
| Location | Line 115 | Line 179 |
|---|---|---|
.opencode/docs/hybrid-workflow.md |
The \/prototype` Fast Lane` |
The \/prototype` skill` |
docs/hybrid-workflow.md |
The \/hybrid-prototype` Fast Lane` |
The \/hybrid-prototype` skill` |
Since the entire premise of this PR is to distinguish /prototype from /hybrid-prototype, the .opencode/docs/ version should use /hybrid-prototype for consistency. The SKILL.md already references this file, so a reader following the link would see "/prototype Fast Lane" which conflicts with the skill name.
Also, having two nearly-identical copies of the same workflow document (docs/ vs .opencode/docs/) is a maintenance risk. Consider consolidating to one canonical location and symlinking or cross-referencing the other.




Summary
Fixes the misleading
/prototypecommand description inAGENTS.mdand adds/hybrid-prototypeto the command index.Changes
/prototypedescription from "rapid prototype a concept (hybrid workflow)" to "rapid prototype a concept"/hybrid-prototypeto Getting Started sectionRelated
Closes #29