Skip to content

Commit 31adacb

Browse files
committed
docs: update agents doc
1 parent 23d7260 commit 31adacb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ Single test: `uv run pytest tests/test_cli.py::test_version`
2222
## Directory Structure
2323

2424
- `src/rockgarden/` — main package
25-
- `cli.py` — Typer CLI (`build`, `serve`, `theme`, `init`)
25+
- `cli.py` — Typer CLI (`build`, `serve`, `dev`, `theme`, `init`)
2626
- `config.py` — TOML config loading
2727
- `content/` — content store, file loader, data models
2828
- `nav/` — navigation tree, breadcrumbs, folder index
29-
- `obsidian/` — wiki-link, embed, callout processing
29+
- `obsidian/` — wiki-link, embed, callout, inline tag processing
3030
- `render/` — Jinja2 and markdown-it-py setup
3131
- `output/` — site builder
32+
- `server/` — dev server with live reload (SSE, watchfiles)
3233
- `src/rockgarden/templates/` — default theme templates
3334
- `src/rockgarden/static/` — compiled CSS + JS
3435
- `static-src/input.css` — Tailwind source CSS

0 commit comments

Comments
 (0)