| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is the documentation set for the Tapper codebase, written for both humans and AI agents working in this repo. Start with ../AGENTS.md for the condensed orientation (commands, layout, must-know gotchas); come here for depth on a specific subsystem.
| Doc | Covers |
|---|---|
| architecture.md | The two-process design, full request/render data flow, event loop structure |
| console-framework.md | The TUI's component model: Component, attribute-based event binding, EventBus, AppState reactivity |
| rpc-protocol.md | The actual wire protocol between a debuggee process and the TUI process (and where openrpc.json disagrees with it) |
| known-issues.md | Known bugs, incomplete abstractions, and what "ready to extract a framework" would require |
Code is the source of truth; these docs describe the state of the repo as of 2026-08-15 and should be updated in the same change that changes the behavior they describe. If a doc and the code disagree, trust the code and fix the doc.
| Back | FazBrowse Home | New Git URL |