botholomew 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,6 +169,9 @@ Topics worth understanding in detail:
|
|
|
169
169
|
|
|
170
170
|
- **[Architecture](docs/architecture.md)** — daemon, chat, watchdog, and how
|
|
171
171
|
they share a database.
|
|
172
|
+
- **[The TUI](docs/tui.md)** — the `botholomew chat` Ink/React terminal UI:
|
|
173
|
+
seven tabs, slash-command autocomplete, message queue, and tool-call
|
|
174
|
+
visualization.
|
|
172
175
|
- **[The virtual filesystem](docs/virtual-filesystem.md)** — why the agent's
|
|
173
176
|
"files" are actually DuckDB rows, and how `context_read`/`context_write` work.
|
|
174
177
|
- **[Context & hybrid search](docs/context-and-search.md)** — LLM-driven
|