OpenCode Deployer commited on
Commit ·
b13b5df
1
Parent(s): 8299d46
update
Browse files
README.md
CHANGED
|
@@ -8,3 +8,21 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
## opencode、claude 相关目录
|
| 14 |
+
### rules
|
| 15 |
+
- Project rules:
|
| 16 |
+
CLAUDE.md in your project directory (used if no AGENTS.md exists)
|
| 17 |
+
- Global rules:
|
| 18 |
+
~/.claude/CLAUDE.md (used if no ~/.config/opencode/AGENTS.md exists)
|
| 19 |
+
|
| 20 |
+
### skills
|
| 21 |
+
- Project config:
|
| 22 |
+
- Claude-compatible: .claude/skills/<name>/SKILL.md
|
| 23 |
+
- Opencode: .opencode/skills/<name>/SKILL.md
|
| 24 |
+
-Global config:
|
| 25 |
+
- Global Claude-compatible: ~/.claude/skills/<name>/SKILL.md
|
| 26 |
+
- Opencode: ~/.config/opencode/skills/<name>/SKILL.md
|
| 27 |
+
|
| 28 |
+
|