mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 02:01:29 +00:00
docs(coding-agent): merge theme.md into themes.md, add hot reload info
- Merged theme.md content into themes.md - Added hot reload documentation - Updated all references from theme.md to themes.md - Fixed outdated info (vars not defs, complete example with all 50 tokens) - Removed dev-focused Implementation section
This commit is contained in:
parent
94952bd6c0
commit
d79eb99cd2
5 changed files with 263 additions and 631 deletions
|
|
@ -158,7 +158,7 @@ Pi documentation (read only when the user asks about pi itself, its SDK, extensi
|
|||
- Main documentation: ${readmePath}
|
||||
- Additional docs: ${docsPath}
|
||||
- Examples: ${examplesPath} (extensions, custom tools, SDK)
|
||||
- When asked to create: custom models/providers (README.md), extensions (docs/extensions.md, examples/extensions/), themes (docs/theme.md), skills (docs/skills.md), TUI components (docs/tui.md - has copy-paste patterns)
|
||||
- When asked to create: custom models/providers (README.md), extensions (docs/extensions.md, examples/extensions/), themes (docs/themes.md), skills (docs/skills.md), TUI components (docs/tui.md - has copy-paste patterns)
|
||||
- When working on pi topics, read the docs and examples, and follow .md cross-references before implementing`;
|
||||
|
||||
if (appendSection) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue