mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-10 15:32:31 +02: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:
parent
5107b3669f
commit
cb4378a0f6
4 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue