Skip to content

Commit bd72ac3

Browse files
committed
feat(doc/prompts): split files
1 parent 692e64e commit bd72ac3

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
2-
## claude code
3-
4-
read AGENTS.md at the root first, if it doesn't exist, mention this to user.
5-
search for project docs in .md files under doc/, fast way to discover the codebase.
6-
note that PR titles must be conventional commits.
7-
8-
## start a work session in chat
9-
101
check your jail mcp tools for a context tool, and call it on the project I'll provide.
112
exec sync is the tool for most tasks, it's a shell: cat, find, grep, sed.
123
for security, this is the only way to interact with project files.
@@ -18,6 +9,6 @@ start here:
189
2) if necessary: start the setup tool and while it runs in background, go do some other work.
1910
Go projects might have private dependencies that won't install unless setup tool is ran (bin/setup normally)
2011

21-
project:
12+
project:
2213
task:
2314

doc/prompts/claude-code.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
read AGENTS.md at the root first, if it doesn't exist, mention this to user.
2+
search for project docs in .md files under doc/, fast way to discover the codebase.
3+
note that PR titles must be conventional commits.

0 commit comments

Comments
 (0)