Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.23 KB

File metadata and controls

34 lines (24 loc) · 1.23 KB

Feature Index

UI / Web

  • Knob panel — local web UI for inspecting the roster and firing one-off runs against a chosen backend. Static page in tanglebrain/gui/static/index.html; served by tanglebrain/gui/server.py, with request handling split into pure dispatch in tanglebrain/gui/views.py. POST /api/* requires Content-Type: application/json.

Server / API

Governance / Engines

CLI / Tooling

  • Packaged example roster — the fallback roster shipped inside the package, tanglebrain/config/roster.yaml. It is a starting point, not the live config: resolution is $TANGLEBRAIN_ROSTER~/.config/tanglebrain/roster.yaml → this file, so a real roster lives outside the repo and survives git pull. Loaded by tanglebrain/roster.py.

TODO (auto-stubbed 2026-08-01)

  • TBD — touched in this session: PROJECT-MAP.md.