@orderful/droid 0.29.0 → 0.29.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/CHANGELOG.md +10 -0
- package/dist/bin/droid.js +6 -4
- package/dist/commands/tui/hooks/useToolUpdates.d.ts.map +1 -1
- package/dist/tools/brain/skills/brain/SKILL.md +1 -3
- package/dist/tools/brain/skills/brain-obsidian/SKILL.md +0 -3
- package/dist/tools/coach/skills/coach/SKILL.md +1 -1
- package/dist/tools/code-review/skills/code-review/SKILL.md +1 -3
- package/dist/tools/codex/skills/codex/SKILL.md +1 -6
- package/dist/tools/comments/skills/comments/SKILL.md +1 -3
- package/dist/tools/droid/.claude-plugin/plugin.json +1 -1
- package/dist/tools/droid/TOOL.yaml +1 -1
- package/dist/tools/droid/skills/droid/SKILL.md +1 -4
- package/dist/tools/droid/skills/droid-bootstrap/SKILL.md +0 -2
- package/dist/tools/project/skills/project/SKILL.md +1 -3
- package/dist/tools/tech-design/skills/tech-design/SKILL.md +1 -2
- package/package.json +1 -1
- package/src/commands/tui/hooks/useToolUpdates.ts +10 -6
- package/src/tools/brain/skills/brain/SKILL.md +1 -3
- package/src/tools/brain/skills/brain-obsidian/SKILL.md +0 -3
- package/src/tools/coach/skills/coach/SKILL.md +1 -1
- package/src/tools/code-review/skills/code-review/SKILL.md +1 -3
- package/src/tools/codex/skills/codex/SKILL.md +1 -6
- package/src/tools/comments/skills/comments/SKILL.md +1 -3
- package/src/tools/droid/.claude-plugin/plugin.json +1 -1
- package/src/tools/droid/TOOL.yaml +1 -1
- package/src/tools/droid/skills/droid/SKILL.md +1 -4
- package/src/tools/droid/skills/droid-bootstrap/SKILL.md +0 -2
- package/src/tools/project/skills/project/SKILL.md +1 -3
- package/src/tools/tech-design/skills/tech-design/SKILL.md +1 -2
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"name": "droid",
|
|
11
11
|
"description": "Core droid meta-skill for update awareness, tool discovery, and usage help. Checks for updates, helps users find tools, and answers 'how do I...' questions about droid workflows.",
|
|
12
|
-
"version": "0.5.
|
|
12
|
+
"version": "0.5.1",
|
|
13
13
|
"source": {
|
|
14
14
|
"source": "github",
|
|
15
15
|
"repo": "orderful/droid",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @orderful/droid
|
|
2
2
|
|
|
3
|
+
## 0.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#173](https://github.com/Orderful/droid/pull/173) [`b999300`](https://github.com/Orderful/droid/commit/b999300f07c012a7bd6035013473cf514a000152) Thanks [@frytyler](https://github.com/frytyler)! - Fix system tool installation and clean up skill frontmatter:
|
|
8
|
+
- Fix `ensureSystemTools` to install ALL required skills (not just the first one), ensuring `droid-bootstrap` is auto-installed alongside `droid`
|
|
9
|
+
- Remove invalid `globs` and `alwaysApply` frontmatter fields from all skills (these are not official Claude Code fields)
|
|
10
|
+
- Restore `argument-hint` to all user-invocable skills for autocomplete support
|
|
11
|
+
- Improve droid skill description to trigger on more user phrasings
|
|
12
|
+
|
|
3
13
|
## 0.29.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/dist/bin/droid.js
CHANGED
|
@@ -3131,11 +3131,13 @@ function useToolUpdates({ onUpdateComplete }) {
|
|
|
3131
3131
|
const ensureSystemTools = useCallback(() => {
|
|
3132
3132
|
const systemTools = tools.filter((t) => t.system === true);
|
|
3133
3133
|
for (const systemTool of systemTools) {
|
|
3134
|
-
const
|
|
3134
|
+
const requiredSkills = systemTool.includes.skills.filter((s) => s.required);
|
|
3135
3135
|
const updateStatus = getToolUpdateStatus(systemTool.name);
|
|
3136
|
-
|
|
3137
|
-
const
|
|
3138
|
-
|
|
3136
|
+
for (const skill of requiredSkills) {
|
|
3137
|
+
const skillInstalled = isSkillInstalled(skill.name);
|
|
3138
|
+
if (!skillInstalled || updateStatus.hasUpdate) {
|
|
3139
|
+
installSkill(skill.name);
|
|
3140
|
+
}
|
|
3139
3141
|
}
|
|
3140
3142
|
}
|
|
3141
3143
|
}, [tools]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useToolUpdates.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/hooks/useToolUpdates.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"useToolUpdates.d.ts","sourceRoot":"","sources":["../../../../src/commands/tui/hooks/useToolUpdates.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,KAAK,cAAc,EACpB,MAAM,oBAAoB,CAAC;AAK5B,MAAM,WAAW,qBAAqB;IACpC,gBAAgB,EAAE,CAAC,MAAM,EAAE;QAAE,YAAY,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,EAAE,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CAC1H;AAED,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,cAAc,EAAE,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,eAAe,EAAE,MAAM;QAAE,OAAO,EAAE,cAAc,EAAE,CAAC;QAAC,gBAAgB,EAAE,OAAO,CAAA;KAAE,CAAC;IAChF,cAAc,EAAE,CAAC,OAAO,CAAC,EAAE,cAAc,EAAE,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACvE,yBAAyB,EAAE,MAAM,IAAI,CAAC;CACvC;AAED,wBAAgB,cAAc,CAAC,EAAE,gBAAgB,EAAE,EAAE,qBAAqB,GAAG,oBAAoB,CAyFhG"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brain
|
|
3
3
|
description: "Collaborative scratchpad for planning and research. Use when planning a feature, exploring a problem, or capturing thinking that should persist across sessions. User prompts like 'let's think through', 'open a scratchpad', 'plan this out', 'use our brain'."
|
|
4
|
-
|
|
5
|
-
- "**/brain/**/*.md"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[{topic} | plan|research|review {topic} | idea|add {text} | check|done]"
|
|
7
5
|
allowed-tools: [Read, Write, Glob, Grep, Bash]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brain-obsidian
|
|
3
3
|
description: "Obsidian extension for brain skill with YAML frontmatter, wikilinks, and PARA folder organization. Use when your brain docs live in an Obsidian vault."
|
|
4
|
-
globs:
|
|
5
|
-
- "**/brain/**/*.md"
|
|
6
|
-
alwaysApply: false
|
|
7
4
|
allowed-tools: [Read, Write, Glob, Grep, Bash]
|
|
8
5
|
---
|
|
9
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: coach
|
|
3
3
|
description: "Learning-mode AI assistance - scaffolds don't implement, questions don't fix. Use when learning a new codebase, wanting to understand deeply, or building skills to retain. User prompts like 'coach me on', 'help me think through', 'I want to learn how to', 'don't just give me the answer'."
|
|
4
|
-
|
|
4
|
+
argument-hint: "[plan {task} | scaffold [{path}] | review [{path}] | check | challenge [{path}]]"
|
|
5
5
|
allowed-tools: [Read, Grep, Glob]
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-review
|
|
3
3
|
description: "Comprehensive code review using specialized agents. Use when reviewing PRs, checking staged changes, or analysing code quality. User prompts like 'review this PR', 'check my changes', 'review before I commit'."
|
|
4
|
-
|
|
5
|
-
- "**/*"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[#123 | staged | branch | path/to/file.ts]"
|
|
7
5
|
allowed-tools: [Read, Grep, Glob, Bash, Task]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: codex
|
|
3
3
|
description: "Shared organizational knowledge - PRDs, tech designs, patterns, and explored topics. Use when loading project context ('load transaction-templates'), searching codex ('search webhook'), capturing decisions ('codex decision'), or adding explored topics ('add topic'). User prompts like 'check the codex', 'what's in the codex about X', 'load the PRD for Y'."
|
|
4
|
-
|
|
5
|
-
- "**/PRD.md"
|
|
6
|
-
- "**/TECH-DESIGN.md"
|
|
7
|
-
- "**/CONTEXT.md"
|
|
8
|
-
- "**/DECISIONS.md"
|
|
9
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[projects | domains | proposals | patterns | topics | {name} | search {query} | new {type} {name} | decision {text}]"
|
|
10
5
|
allowed-tools:
|
|
11
6
|
[
|
|
12
7
|
Read,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: comments
|
|
3
3
|
description: "Inline conversations using @droid/@user markers in any file. Use when leaving async questions in code or having discussion that should stay near the code. User prompts like 'check for comments', 'address the @droid markers', 'clean up resolved comments'."
|
|
4
|
-
|
|
5
|
-
- "**/*"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[check [{path}] | cleanup]"
|
|
7
5
|
allowed-tools: [Read, Grep, Glob, Edit]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "droid",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Core droid meta-skill for update awareness, tool discovery, and usage help. Checks for updates, helps users find tools, and answers 'how do I...' questions about droid workflows.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Orderful",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: droid
|
|
2
2
|
description: "Core droid meta-skill for update awareness, tool discovery, and usage help. Checks for updates, helps users find tools, and answers 'how do I...' questions about droid workflows."
|
|
3
|
-
version: 0.5.
|
|
3
|
+
version: 0.5.1
|
|
4
4
|
status: beta
|
|
5
5
|
|
|
6
6
|
# System tool - always stays current regardless of auto-update settings
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: droid
|
|
3
|
-
description: "Core droid meta-skill for updates, tool discovery, and usage help. Use when checking for droid updates, discovering available tools, or answering 'how do I...' questions about droid workflows. User prompts like 'any droid updates?', 'what tools do I have?', 'how do I add context?', 'remind me how to use codex', 'what's the best way to start a session?'."
|
|
4
|
-
globs:
|
|
5
|
-
- "**/*"
|
|
6
|
-
alwaysApply: false
|
|
3
|
+
description: "Core droid meta-skill for updates, tool discovery, and usage help. Use when checking for droid updates, discovering available tools, or answering 'how do I...' questions about droid workflows. User prompts like 'any droid updates?', 'what tools do I have?', 'what tools do you have?', 'remind me what tools you have', 'hey droid what can you do', 'how do I add context?', 'remind me how to use codex', 'what's the best way to start a session?'."
|
|
7
4
|
allowed-tools: [Bash]
|
|
8
5
|
---
|
|
9
6
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: project
|
|
3
3
|
description: "Persistent project context for AI memory across sessions. Use when working on multi-session features, refactors, or any work that benefits from accumulated context. User prompts like 'load the project', 'update project context', 'what's the current project?'."
|
|
4
|
-
|
|
5
|
-
- "**/PROJECT.md"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[{keywords} | update | create {name}]"
|
|
7
5
|
allowed-tools: [Read, Write, Glob, Grep]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tech-design
|
|
3
3
|
description: "Technical design authoring with three-document approach - research doc (codebase discoveries), thought doc (design iteration), and roll-up (clean summary). Use when writing tech designs, drafting sections, exploring architectural ideas, or publishing to codex. User prompts like 'start tech design for X', 'draft the rollout section', 'let's think through the API design', 'publish this to codex'."
|
|
4
|
-
|
|
5
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[start --from codex:{project} | draft [section] | think [topic] | gaps | publish]"
|
|
6
5
|
allowed-tools:
|
|
7
6
|
[Read, Write, Edit, Glob, Grep, Bash(gh:*), Bash(git:*), Bash(mkdir:*), Task]
|
|
8
7
|
---
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { useState, useCallback } from 'react';
|
|
2
2
|
import {
|
|
3
3
|
getBundledTools,
|
|
4
|
-
isToolInstalled,
|
|
5
4
|
getToolUpdateStatus,
|
|
6
5
|
getToolsWithUpdates,
|
|
7
6
|
type ToolUpdateInfo,
|
|
8
7
|
} from '../../../lib/tools';
|
|
9
|
-
import { installSkill, updateSkill } from '../../../lib/skills';
|
|
8
|
+
import { installSkill, updateSkill, isSkillInstalled } from '../../../lib/skills';
|
|
10
9
|
import { getAutoUpdateConfig, setAutoUpdateConfig } from '../../../lib/config';
|
|
11
10
|
import type { ToolManifest } from '../../../lib/types';
|
|
12
11
|
|
|
@@ -35,12 +34,17 @@ export function useToolUpdates({ onUpdateComplete }: UseToolUpdatesOptions): Use
|
|
|
35
34
|
const systemTools = tools.filter(t => (t as ToolManifest & { system?: boolean }).system === true);
|
|
36
35
|
|
|
37
36
|
for (const systemTool of systemTools) {
|
|
38
|
-
|
|
37
|
+
// Install ALL required skills for system tools, not just the primary one
|
|
38
|
+
const requiredSkills = systemTool.includes.skills.filter(s => s.required);
|
|
39
39
|
const updateStatus = getToolUpdateStatus(systemTool.name);
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
for (const skill of requiredSkills) {
|
|
42
|
+
// Install if this specific skill is not installed, or if the tool has an update
|
|
43
|
+
const skillInstalled = isSkillInstalled(skill.name);
|
|
44
|
+
|
|
45
|
+
if (!skillInstalled || updateStatus.hasUpdate) {
|
|
46
|
+
installSkill(skill.name);
|
|
47
|
+
}
|
|
44
48
|
}
|
|
45
49
|
}
|
|
46
50
|
}, [tools]);
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brain
|
|
3
3
|
description: "Collaborative scratchpad for planning and research. Use when planning a feature, exploring a problem, or capturing thinking that should persist across sessions. User prompts like 'let's think through', 'open a scratchpad', 'plan this out', 'use our brain'."
|
|
4
|
-
|
|
5
|
-
- "**/brain/**/*.md"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[{topic} | plan|research|review {topic} | idea|add {text} | check|done]"
|
|
7
5
|
allowed-tools: [Read, Write, Glob, Grep, Bash]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: brain-obsidian
|
|
3
3
|
description: "Obsidian extension for brain skill with YAML frontmatter, wikilinks, and PARA folder organization. Use when your brain docs live in an Obsidian vault."
|
|
4
|
-
globs:
|
|
5
|
-
- "**/brain/**/*.md"
|
|
6
|
-
alwaysApply: false
|
|
7
4
|
allowed-tools: [Read, Write, Glob, Grep, Bash]
|
|
8
5
|
---
|
|
9
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: coach
|
|
3
3
|
description: "Learning-mode AI assistance - scaffolds don't implement, questions don't fix. Use when learning a new codebase, wanting to understand deeply, or building skills to retain. User prompts like 'coach me on', 'help me think through', 'I want to learn how to', 'don't just give me the answer'."
|
|
4
|
-
|
|
4
|
+
argument-hint: "[plan {task} | scaffold [{path}] | review [{path}] | check | challenge [{path}]]"
|
|
5
5
|
allowed-tools: [Read, Grep, Glob]
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-review
|
|
3
3
|
description: "Comprehensive code review using specialized agents. Use when reviewing PRs, checking staged changes, or analysing code quality. User prompts like 'review this PR', 'check my changes', 'review before I commit'."
|
|
4
|
-
|
|
5
|
-
- "**/*"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[#123 | staged | branch | path/to/file.ts]"
|
|
7
5
|
allowed-tools: [Read, Grep, Glob, Bash, Task]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: codex
|
|
3
3
|
description: "Shared organizational knowledge - PRDs, tech designs, patterns, and explored topics. Use when loading project context ('load transaction-templates'), searching codex ('search webhook'), capturing decisions ('codex decision'), or adding explored topics ('add topic'). User prompts like 'check the codex', 'what's in the codex about X', 'load the PRD for Y'."
|
|
4
|
-
|
|
5
|
-
- "**/PRD.md"
|
|
6
|
-
- "**/TECH-DESIGN.md"
|
|
7
|
-
- "**/CONTEXT.md"
|
|
8
|
-
- "**/DECISIONS.md"
|
|
9
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[projects | domains | proposals | patterns | topics | {name} | search {query} | new {type} {name} | decision {text}]"
|
|
10
5
|
allowed-tools:
|
|
11
6
|
[
|
|
12
7
|
Read,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: comments
|
|
3
3
|
description: "Inline conversations using @droid/@user markers in any file. Use when leaving async questions in code or having discussion that should stay near the code. User prompts like 'check for comments', 'address the @droid markers', 'clean up resolved comments'."
|
|
4
|
-
|
|
5
|
-
- "**/*"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[check [{path}] | cleanup]"
|
|
7
5
|
allowed-tools: [Read, Grep, Glob, Edit]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "droid",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Core droid meta-skill for update awareness, tool discovery, and usage help. Checks for updates, helps users find tools, and answers 'how do I...' questions about droid workflows.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Orderful",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
name: droid
|
|
2
2
|
description: "Core droid meta-skill for update awareness, tool discovery, and usage help. Checks for updates, helps users find tools, and answers 'how do I...' questions about droid workflows."
|
|
3
|
-
version: 0.5.
|
|
3
|
+
version: 0.5.1
|
|
4
4
|
status: beta
|
|
5
5
|
|
|
6
6
|
# System tool - always stays current regardless of auto-update settings
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: droid
|
|
3
|
-
description: "Core droid meta-skill for updates, tool discovery, and usage help. Use when checking for droid updates, discovering available tools, or answering 'how do I...' questions about droid workflows. User prompts like 'any droid updates?', 'what tools do I have?', 'how do I add context?', 'remind me how to use codex', 'what's the best way to start a session?'."
|
|
4
|
-
globs:
|
|
5
|
-
- "**/*"
|
|
6
|
-
alwaysApply: false
|
|
3
|
+
description: "Core droid meta-skill for updates, tool discovery, and usage help. Use when checking for droid updates, discovering available tools, or answering 'how do I...' questions about droid workflows. User prompts like 'any droid updates?', 'what tools do I have?', 'what tools do you have?', 'remind me what tools you have', 'hey droid what can you do', 'how do I add context?', 'remind me how to use codex', 'what's the best way to start a session?'."
|
|
7
4
|
allowed-tools: [Bash]
|
|
8
5
|
---
|
|
9
6
|
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: project
|
|
3
3
|
description: "Persistent project context for AI memory across sessions. Use when working on multi-session features, refactors, or any work that benefits from accumulated context. User prompts like 'load the project', 'update project context', 'what's the current project?'."
|
|
4
|
-
|
|
5
|
-
- "**/PROJECT.md"
|
|
6
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[{keywords} | update | create {name}]"
|
|
7
5
|
allowed-tools: [Read, Write, Glob, Grep]
|
|
8
6
|
---
|
|
9
7
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: tech-design
|
|
3
3
|
description: "Technical design authoring with three-document approach - research doc (codebase discoveries), thought doc (design iteration), and roll-up (clean summary). Use when writing tech designs, drafting sections, exploring architectural ideas, or publishing to codex. User prompts like 'start tech design for X', 'draft the rollout section', 'let's think through the API design', 'publish this to codex'."
|
|
4
|
-
|
|
5
|
-
alwaysApply: false
|
|
4
|
+
argument-hint: "[start --from codex:{project} | draft [section] | think [topic] | gaps | publish]"
|
|
6
5
|
allowed-tools:
|
|
7
6
|
[Read, Write, Edit, Glob, Grep, Bash(gh:*), Bash(git:*), Bash(mkdir:*), Task]
|
|
8
7
|
---
|