mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-18 20:23:08 +08:00
fix: correct stale counts and broken paths across docs
- .cursor/README.md: skills 30→37, commands ~28→31 - .opencode/MIGRATION.md: fix rules paths (rules/ → rules/common/) - README.zh-CN.md: fix agent/skill/command counts - docs/ja-JP/README.md: fix agent/skill/command counts
This commit is contained in:
@@ -214,8 +214,8 @@ Create a detailed implementation plan for: $ARGUMENTS
|
||||
{
|
||||
"instructions": [
|
||||
".opencode/instructions/INSTRUCTIONS.md",
|
||||
"rules/security.md",
|
||||
"rules/coding-style.md"
|
||||
"rules/common/security.md",
|
||||
"rules/common/coding-style.md"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user