Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Feature Index

<!--
Maintained automatically: the wrap-step handler appends
stubs when PRs touch new files. Fill in descriptions before
next wrap.

Format: - **Name** — short description. file.js:line, file2.js:line.
-->

## UI / Web

## Server / API

## Methodologies / Engines

## CLI / Tooling

## TODO (auto-stubbed 2026-07-06)

- **TBD** — touched in this session: `ARCHITECTURE.md`. <!-- describe -->
- **TBD** — touched in this session: `tanglebrain/config/roster.yaml`. <!-- describe -->
- **TBD** — touched in this session: `tanglebrain/gui/static/index.html`. <!-- describe -->
24 changes: 24 additions & 0 deletions PROJECT-MAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Project Map

<!--
A "where things live" map: the structural table-of-contents the agent consults
FIRST before grepping or filesystem search. The top-level-directory skeleton is
auto-generated (seeded on toggle-on, refreshed by the project-map wrap-step);
fill in the descriptions. Distinct from FEATURES.md (#207), which maps features
to file paths — this maps the layout itself.
-->

## Structure

- `plugins/` — <!-- describe -->
- `tanglebrain/` — <!-- describe -->
- `tanglebrain.egg-info/` — <!-- describe -->
- `tests/` — <!-- describe -->

## Shared directories / doc groups

- **AI Inference** → _(no shared directory)_
- `LITELLM`
- `TANGLEBRAIN`
- `TANGLEBRAIN-C1-REPORT`
- `TANGLEBRAIN-PLAN`
Loading