|
|
@@ -10,6 +10,7 @@ function activationPrompt(task: string): string {
|
|
|
'Deepwork requirements:',
|
|
|
'- before planning, delegation, or creating state, inspect existing `.gitignore` and `.ignore`; add only missing entries without duplicates: `.gitignore` must contain `.slim/deepwork/`, and `.ignore` must contain `!.slim/deepwork/` and `!.slim/deepwork/**`; this keeps state git-local yet OpenCode-readable;',
|
|
|
'- create/update a `.slim/deepwork/` progress file;',
|
|
|
+ '- save code/doc deliverables to project paths (e.g. `src/`, `docs/`); reserve `.slim/deepwork/` strictly for progress files;',
|
|
|
'- keep OpenCode todos synced with the current phase;',
|
|
|
'- draft a plan and get `@oracle` review before implementation;',
|
|
|
'- create and review a phased implementation/delegation plan;',
|