Skip to content

Commit 06349de

Browse files
committed
docs: make git clone a mandatory Step 0 in update-wiki skill
1 parent 01653af commit 06349de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.opencode/skills/update-wiki/SKILL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ This skill defines the mandatory workflow for creating a new "Spoke" page in the
1717

1818
## Workflow
1919

20+
### 0. Initialization (CRITICAL)
21+
- **Check for .wiki**: If the `.wiki/` directory is missing or is NOT a git repository (check for `.wiki/.git`), you MUST run:
22+
```bash
23+
git clone git@github.com:LSantha/jnode_ai.wiki.git .wiki
24+
```
25+
- **DO NOT** simply `mkdir .wiki`. It MUST be a clone of the remote repository.
26+
2027
### 1. Research phase
2128
- Locate the primary source code for the concept.
2229
- **Broaden Search**: Search for related "Helper", "Manager", "Layout", or "Constants" classes (e.g., if researching `ObjectLayout`, also look for `TIBLayout`).

0 commit comments

Comments
 (0)