Răsfoiți Sursa

Document deepwork ignore allowlist

Alvin Unreal 3 luni în urmă
părinte
comite
267cda805b
1 a modificat fișierele cu 14 adăugiri și 0 ștergeri
  1. 14 0
      src/skills/deepwork/SKILL.md

+ 14 - 0
src/skills/deepwork/SKILL.md

@@ -35,6 +35,20 @@ Create a task-specific file such as:
 .slim/deepwork/<short-task-slug>.md
 .slim/deepwork/<short-task-slug>.md
 ```
 ```
 
 
+Keep `.slim/deepwork/` out of git, but make it readable to OpenCode. Ensure the
+project ignore files include:
+
+```gitignore
+# .gitignore
+.slim/deepwork/
+```
+
+```gitignore
+# .ignore
+!.slim/deepwork/
+!.slim/deepwork/**
+```
+
 Do not follow a rigid template. Choose whatever markdown structure best fits the
 Do not follow a rigid template. Choose whatever markdown structure best fits the
 work. The file only needs to remain useful as persistent session state and should
 work. The file only needs to remain useful as persistent session state and should
 capture, as applicable:
 capture, as applicable: