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:
Affaan Mustafa
2026-02-12 16:55:49 -08:00
parent 5107b3669f
commit cb4378a0f6
4 changed files with 6 additions and 6 deletions

View File

@@ -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"
]
}
```