Skip to content

Commit 98c7243

Browse files
committed
docs: add prompts, tools, and settings documentation
Add custom prompts documentation, tools configuration guide, and settings reference. Add design document for custom prompts and tools RFC. Update README with tools and prompts configuration sections. Signed-off-by: derekbarbosa <derekasobrab@gmail.com>
1 parent e249cb9 commit 98c7243

6 files changed

Lines changed: 744 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Copy `Settings.toml` to customize your configuration. The default `Settings.toml
9090
* **Server**: API server host and port.
9191
* **Git**: Path to the reference kernel repository.
9292
* **Review**: Concurrency and worktree settings.
93+
* **Tools**: Configure which AI tools are enabled (optional). See [docs/TOOLS.md](docs/TOOLS.md) for details.
94+
* **Prompts**: Customize review stages and prompts (optional). See [docs/PROMPTS.md](docs/PROMPTS.md) for details.
9395

9496
#### Configuring the LLM Provider
9597

@@ -125,7 +127,7 @@ gemini skills install ./skills/sashiko-feature.skill --scope workspace
125127

126128
For users of other agent interfaces (e.g., OpenCode, Claude Code), we recommend following your interface's specific settings to symlink or copy the skill configurations (the `SKILL.md` and `references/` files) into your agent's custom instruction path.
127129

128-
You can also configure settings via environment variables using the `SASHIKO` prefix and `__` (double underscore) as the separator between every segment (e.g., `SASHIKO__AI__PROVIDER=gemini`).
130+
You can also configure settings via environment variables using the `SASHIKO` prefix and double underscores for nesting (e.g., `SASHIKO__AI__PROVIDER=gemini`).
129131

130132
**Important**: You must set the `LLM_API_KEY` environment variable with your provider's API key.
131133
```bash

0 commit comments

Comments
 (0)