-
Notifications
You must be signed in to change notification settings - Fork 4
Fix stale README note about bundled .neo/skills examples #128
Copy link
Copy link
Open
Labels
needs:humanA human decision, clarification, or judgement call is requiredA human decision, clarification, or judgement call is requiredrisk:lowLow-risk issue suitable for agent execution when agent-readyLow-risk issue suitable for agent execution when agent-readytype:docsDocumentation, examples, README, comments, or written guidanceDocumentation, examples, README, comments, or written guidance
Metadata
Metadata
Assignees
Labels
needs:humanA human decision, clarification, or judgement call is requiredA human decision, clarification, or judgement call is requiredrisk:lowLow-risk issue suitable for agent execution when agent-readyLow-risk issue suitable for agent execution when agent-readytype:docsDocumentation, examples, README, comments, or written guidanceDocumentation, examples, README, comments, or written guidance
Summary
Fix the README Skills section, which says this repository ships
$reviewand$commitexamples under.neo/skills/, even though that directory is not present.Evidence
README.mdsays this repo ships$reviewand$commitunder.neo/skills/.rg --files -g "SKILL.md" -g ".neo/**"finds no checked-in.neo/skillsexamples in this repository.Acceptance criteria
.neo/skillsexamples that are not present.Agent Assessment
Risk: low
Type: docs
Agent-ready: yes
Reason:
This is a small documentation correction with an easy file-existence check and no behavior changes.
Suggested plan:
$reviewand$commitexamples.rg --files -g "SKILL.md" -g ".neo/**".