Skip to content

Commit e50cefd

Browse files
committed
Remove CT.md
1 parent c8f1d4a commit e50cefd

File tree

6 files changed

+5
-256
lines changed

6 files changed

+5
-256
lines changed

.claude/agents/recipe-dev-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ color: orange
77
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.
88

99
**Critical Prerequisites**:
10-
- You MUST first read `docs/common/CT.md` for CT binary setup instructions
10+
- Use `ct --help` and `ct charm --help` to discover ct binary commands
1111
- You MUST search for and read `COMPONENTS.md` and `RECIPES.md` files in the user's recipes folder before working on recipes
1212
- Read `HANDLERS.md` when encountering event handler errors
1313
- The user should have already run the space setup script or have an existing space

.claude/agents/research-specialist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ color: pink
77

88
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.
99

10-
**CRITICAL FIRST STEP**: Before doing anything else, you MUST read docs/common/CT.md to understand how to use the CommonTools system properly.
10+
**CRITICAL FIRST STEP**: Use `ct --help` and `ct charm --help` to understand available ct commands.
1111

1212
**Your Research Methodology**:
1313

.claude/commands/onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Based on the user's choice in Step 2, follow these focused exploration paths:
5353
**Explore in order:**
5454
1. **Toolshed backend** - Quote from `packages/toolshed/README.md` about hosted platform
5555
2. **Shell frontend** - Quote from `packages/shell/README.md` about user interface
56-
3. **CT CLI** - Overview from `docs/common/CT.md`
56+
3. **CT CLI** - Run `ct --help` to see available commands
5757
4. **How they work together** - Integration points and data flow
5858
5. **Development workflow** - Running local development environment
5959

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ written in Deno2, that provides the distributed runtime and storage.
4545
Lit Web Components for interacting with CommonTools spaces.
4646

4747
**CLI (CT Binary)**: Command-line interface for managing charms, linking
48-
recipes, and deploying to spaces. See [CT Usage Guide](./docs/common/CT.md).
48+
recipes, and deploying to spaces. Use `ct --help` for command reference.
4949

5050
**UI Components ([packages/ui](./packages/ui))**: Custom VDOM layer and `ct-`
5151
prefixed components for recipe UIs.

docs/common/CT.md

Lines changed: 0 additions & 251 deletions
This file was deleted.

docs/common/RECIPE_DEV_DEPLOY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ cd /path/to/recipes && ./dist/ct init
209209

210210
### Prerequisites
211211

212-
Before ever calling `ct` you MUST read `docs/common/CT.md`.
212+
Use `ct --help` and `ct charm --help` to discover available commands.
213213

214214
This tool is used to:
215215
- Deploy a recipe as a new charm

0 commit comments

Comments
 (0)