docs+test: refresh architecture docs and cover share package#65
Merged
Conversation
- system-overview.md: replace stale "vanilla JS" frontend description with the Svelte 5 SPA; add btw/label-session/commands/files/metrics routes and the btw SQLite registry to the diagrams/tables. - Document the btw scratch-chat subsystem (docs/sequence-flows/btw.md) and link it from AGENTS.md + the sequence-flows index. - AGENTS.md backend table: add the previously-undocumented packages (share, git, files, updater, render, frontend, agentdir, ui). - Add internal/share tests via the Runner interface (preview, method/ id validation, gh-missing, auth failure, resolve/empty-export, gist failure, success, theme default) — 0% -> 79% coverage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
with the Svelte 5 SPA; add btw/label-session/commands/files/metrics
routes and the btw SQLite registry to the diagrams/tables.
and link it from AGENTS.md + the sequence-flows index.
(share, git, files, updater, render, frontend, agentdir, ui).
id validation, gh-missing, auth failure, resolve/empty-export, gist
failure, success, theme default) — 0% -> 79% coverage.