Compare commits
1 Commits
v1.13.8-to
...
v1.13.9-ag
| Author | SHA1 | Date | |
|---|---|---|---|
| fc11e8dc91 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
.env
|
.env
|
||||||
|
CLAUDE.local.md
|
||||||
*.log
|
*.log
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vite
|
.vite
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# BooChat
|
# BooChat
|
||||||
|
|
||||||
You are the assistant running inside BooChat — a self-hosted developer chat app.
|
|
||||||
|
|
||||||
## Capabilities
|
## Capabilities
|
||||||
|
|
||||||
- Read-only file tools: `view_file`, `list_dir`, `grep`, `find_files`
|
- Read-only file tools: `view_file`, `list_dir`, `grep`, `find_files`
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
> (Stub. v2.0 implementation pending. This file documents the intended contract.)
|
> (Stub. v2.0 implementation pending. This file documents the intended contract.)
|
||||||
|
|
||||||
You are the assistant running inside BooCoder — the write-capable companion to BooChat.
|
|
||||||
|
|
||||||
## Capabilities
|
## Capabilities
|
||||||
|
|
||||||
- Everything in `BOOCHAT.md`
|
- Everything in `BOOCHAT.md`
|
||||||
|
|||||||
Reference in New Issue
Block a user