Skip to content

Commit 2d7c199

Browse files
authored
Simplify system prompt example
1 parent 4b12ef8 commit 2d7c199

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,28 +101,16 @@ SYSTEM.md files support [mdsh](https://github.com/zimbatm/mdsh) syntax, allowing
101101
### Example SYSTEM.md
102102

103103
```markdown
104-
# Project Context
105-
106-
You are working on the `$ basename $(pwd)` project.
107-
108104
Today is `$ date '+%d %B %Y'`.
109105

110-
Current branch: `$ git branch --show-current`
111-
112-
## Recent Activity
113-
```$
114-
git log --oneline -5
115-
```
116-
117106
```$
118107
if which linctl > /dev/null 2>&1; then
119-
echo "The linctl CLI is available for managing infrastructure."
108+
echo "Use linctl to manage Linear tickets."
120109
fi
121110
```
122111

123112
## Guidelines
124113
- Follow the existing code style
125-
- Write tests for new functionality
126114
```
127115

128116
Commands are re-executed on every LLM request, so the prompt always reflects the current state of your environment. Note that this may cause cache invalidation if command output changes between requests.

0 commit comments

Comments
 (0)