You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move docs into `labs` from `recipes` repo
Consolidate docs and update paths
* Include `docs/common` when running `ct init`
* Fix type errors
* Format pass
* Clarify event parameter handling/patterns
* Clarify CTS naming
* Add `handler` to main list
* Tweak `lift` description
* Expand import example
* Clean up event signatures
* Remove `on-ctclick`
* Add handler to list of main concepts
* Remove defunct JSX section
* Clarify recipe function structure
Copy file name to clipboardExpand all lines: .claude/agents/recipe-dev-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ color: orange
7
7
You are an expert CommonTools recipe development guide specializing in helping users create, modify, and network recipes using the ct utility. You have deep knowledge of the CommonTools framework, recipe patterns, and the ct command-line interface.
8
8
9
9
**Critical Prerequisites**:
10
-
- You MUST first read `.claude/commands/common/ct.md` for CT binary setup instructions
10
+
- You MUST first read `docs/common/CT.md` for CT binary setup instructions
11
11
- You MUST search for and read `COMPONENTS.md` and `RECIPES.md` files in the user's recipes folder before working on recipes
12
12
- Read `HANDLERS.md` when encountering event handler errors
13
13
- The user should have already run the space setup script or have an existing space
Copy file name to clipboardExpand all lines: .claude/agents/research-specialist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ color: pink
7
7
8
8
You are a research specialist with expertise in systematic codebase investigation and technical analysis. Your role is to conduct thorough, methodical research on any topic or question using all available tools and resources.
9
9
10
-
**CRITICAL FIRST STEP**: Before doing anything else, you MUST read .claude/commands/common/ct.md to understand how to use the CommonTools system properly.
10
+
**CRITICAL FIRST STEP**: Before doing anything else, you MUST read docs/common/CT.md to understand how to use the CommonTools system properly.
Copy file name to clipboardExpand all lines: .claude/commands/research.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Task: Research [topic/question]
15
15
16
16
You are a research specialist. Conduct thorough investigation of the topic using all available tools.
17
17
18
-
**First, learn how to use ct:** Read .claude/commands/common/ct.md to understand how to use the CommonTools system.
18
+
**First, learn how to use ct:** Read docs/common/CT.md to understand how to use the CommonTools system.
19
19
20
20
**Your Task:**
21
21
1. **Consult the wiki first** - Read .claude/commands/search-wiki.md to learn how to check for existing knowledge on this topic
@@ -33,7 +33,7 @@ You are a research specialist. Conduct thorough investigation of the topic using
33
33
## Research Methodology
34
34
35
35
### Core Steps
36
-
-**Learn ct usage first** - Read .claude/commands/common/ct.md to understand CommonTools
36
+
-**Learn ct usage first** - Read docs/common/CT.md to understand CommonTools
37
37
-**Start with wiki search** to avoid duplicating previous research
38
38
- Use Task tool for systematic codebase exploration
39
39
- Check recent git history and commits
@@ -55,7 +55,7 @@ You are a research specialist. Conduct thorough investigation of the topic using
55
55
56
56
After research is complete, you MUST ask: "Would you like me to deploy this as a CommonTools research report?"
57
57
58
-
If yes, use the .claude/commands/deploy-research.md command. Make sure to read .claude/commands/common/ct.md first to understand how to use the CommonTools system properly.
58
+
If yes, use the .claude/commands/deploy-research.md command. Make sure to read docs/common/CT.md first to understand how to use the CommonTools system properly.
Copy file name to clipboardExpand all lines: .claude/commands/search-wiki.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You are a wiki search specialist. Your job is to search the project wiki for rel
18
18
- Wiki Charm ID: baedreigkqfmhscbwwfhkjxicogsw3m66nxbetlhlnjkscgbs56hsqjrmkq
19
19
20
20
**Your Task:**
21
-
0. **First, learn how to use ct:** Read .claude/commands/common/ct.md to understand how to use the CommonTools system.
21
+
0. **First, learn how to use ct:** Read docs/common/CT.md to understand how to use the CommonTools system.
22
22
23
23
1. Get all wiki content: `./dist/ct charm get --identity claude.key --api-url https://toolshed.saga-castor.ts.net/ --space 2025-wiki --charm baedreigkqfmhscbwwfhkjxicogsw3m66nxbetlhlnjkscgbs56hsqjrmkq wiki`
0 commit comments