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
Copy file name to clipboardExpand all lines: CLAUDE.md
-91Lines changed: 0 additions & 91 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,94 +133,3 @@ After recent changes:
133
133
- All tests pass - run with `cd packages/cli && bun test`
134
134
- To release: Create a tag and push to trigger GitHub Actions
135
135
- DO NOT make shortcuts, always use the most idiomatic and generic solution
136
-
137
-
<!-- PROMPTCODE-CLI-START -->
138
-
# PromptCode CLI Integration
139
-
140
-
This project has PromptCode CLI integrated for AI-assisted code analysis. The CLI provides structured access to the codebase through presets and intelligent commands.
141
-
142
-
## Available Claude Commands
143
-
144
-
The following commands are available to help you work with this codebase:
145
-
146
-
-`/promptcode-preset-list` - List all available code presets
147
-
-`/promptcode-preset-info <name>` - Show details and token count for a preset
148
-
-`/promptcode-preset-create <description>` - Create a new preset from description
149
-
-`/promptcode-preset-to-prompt <preset>` - Export preset to a file
150
-
-`/promptcode-ask-expert <question>` - Consult AI expert (or ensemble of experts) with code context
151
-
152
-
## Quick Examples
153
-
154
-
```bash
155
-
# See what presets are available
156
-
/promptcode-preset-list
157
-
158
-
# Get details about a specific preset
159
-
/promptcode-preset-info auth-system
160
-
161
-
# Create a preset for a feature
162
-
/promptcode-preset-create authentication and authorization system
163
-
164
-
# Ask an expert about the code
165
-
/promptcode-ask-expert How does the authentication flow work?
166
-
```
167
-
168
-
## Direct CLI Usage
169
-
170
-
For simple operations, you can also use the CLI directly:
0 commit comments