Commit graph

88 commits

Author SHA1 Message Date
Hibryda
a89e2b9f69 docs: restructure docs — eliminate v3- prefix, merge findings, create decisions.md
Merge v3-task_plan.md content into architecture.md (data model, layout system,
keyboard shortcuts) and new decisions.md (22-entry categorized decisions log).
Merge v3-findings.md into unified findings.md (16 sections covering all research).
Move progress logs to progress/ subdirectory (v2.md, v3.md, v2-archive.md).
Rename v3-release-notes.md to release-notes.md. Update all cross-references.
Delete v3-task_plan.md and v3-findings.md (content fully incorporated).
2026-03-14 02:51:13 +01:00
Hibryda
60e2bfb857 docs: remove v2 task_plan.md and update all references
v2 architecture doc superseded by architecture.md, sidecar.md,
orchestration.md, and production.md. Updated cross-references in
README.md, phases.md, and .claude/CLAUDE.md.
2026-03-14 02:36:56 +01:00
Hibryda
7f005db94f docs: add cross-references to task_plan.md and update CHANGELOG 2026-03-14 02:33:59 +01:00
Hibryda
9a295c224c docs: expand README index and v3-findings with deep research content
README.md: from 42-line index to rich documentation hub with project
overview, reading order, and key directory listing.
v3-findings.md: from 63 lines to comprehensive research findings covering
adversarial review details, provider coupling analysis, codebase reuse,
session anchor design, multi-agent design rationale, theme evolution,
and performance measurements.
2026-03-14 02:33:59 +01:00
Hibryda
de8dd04f4b docs: add architecture, sidecar, orchestration, and production guides
New documentation covering end-to-end system architecture, multi-provider
sidecar lifecycle, btmsg/bttask multi-agent orchestration, and production
hardening features (supervisor, sandbox, search, plugins, secrets, audit).
2026-03-14 02:33:59 +01:00
Hibryda
6f93032565 docs: add comprehensive E2E testing facility documentation
New docs/e2e-testing.md covering all 3 pillars: test fixtures
(isolated temp environments), test mode (BTERMINAL_TEST=1), and
LLM judge (dual-mode CLI/API). Includes spec phases, CI integration,
WebKit2GTK pitfalls, and troubleshooting guide.
2026-03-12 11:10:50 +01:00
Hibryda
9a90c2499a test: add Phase C E2E tests and fix pre-existing test failures
- Add phase-c.test.ts: 27 new E2E tests across 11 scenarios covering
  hardening sprint features (command palette, search overlay, notification
  center, keyboard navigation, settings panel, project health, metrics tab,
  context tab, files tab, LLM-judged settings/status bar)
- Fix 3 pre-existing failures in bterminal.test.ts: update stale CSS
  selectors (.group-name → .cmd-label, .palette-item.active → .selected)
- Register phase-c.test.ts in wdio.conf.js specs array
- Update test counts: 444 vitest + 151 cargo + 109 E2E = 704 total
2026-03-12 11:10:50 +01:00
Hibryda
58054e56fc docs: add v3.0 release notes and update meta files for hardening sprint
- docs/v3-release-notes.md: comprehensive v3.0 release notes covering
  Mission Control, multi-agent orchestration, production readiness,
  multi-machine early access, test coverage, and known limitations
- docs/v3-progress.md: hardening sprint session entry
- CHANGELOG.md: security entries (TLS, WAL, plugin sandbox, Landlock)
  and bug fixes (subagent delegation, gitignore)
- TODO.md: hardening complete, remaining items moved to v3.1
- CLAUDE.md: updated test counts (444 vitest + 111 cargo)
2026-03-12 11:10:50 +01:00
Hibryda
acdab31e43 docs: update meta files for testing facility and tribunal assessment 2026-03-12 11:10:50 +01:00
Hibryda
47f9322948 docs: update meta files for E2E testing engine Phase B+ 2026-03-12 11:10:50 +01:00
Hibryda
22fe723816 docs: update meta files for E2E testing engine Phase A 2026-03-12 11:10:50 +01:00
Hibryda
e5a3cf74ab docs: update meta files for regression tests and sidecar security session 2026-03-12 11:10:50 +01:00
Hibryda
5b364d7a6c docs: update meta files for dexter_changes bug fix session 2026-03-12 11:10:50 +01:00
DexterFromLab
32f6d7eadf docs: update meta files for multi-agent orchestration
- v3-progress.md: full session log for agent orchestration work
- v3-task_plan.md: 7 new decisions (agent rendering, env passthrough,
  re-injection, shared DB, role tabs, PlantUML encoding)
- CLAUDE.md: updated overview, key paths, component list
- .claude/CLAUDE.md: updated workflow, ProjectBox tabs, orchestration docs
2026-03-11 15:25:53 +01:00
Hibryda
584a38d096 docs: update meta files for SOLID Phase 2 refactoring 2026-03-11 05:25:32 +01:00
Hibryda
54b1c60810 docs: update meta files for SOLID Phase 1 refactoring 2026-03-11 05:09:15 +01:00
Hibryda
b1bc5d18a4 docs: update meta files for reconnect loop fix 2026-03-11 04:51:46 +01:00
Hibryda
267087937f docs: update meta files for configurable stall threshold 2026-03-11 04:20:23 +01:00
Hibryda
0139f482b5 docs: update meta files for Memora adapter registration 2026-03-11 04:09:29 +01:00
Hibryda
ad7e24e40d docs: update meta files for Codex/Ollama provider runners 2026-03-11 03:56:05 +01:00
Hibryda
4ae7ca6634 docs: update meta files for S-1 Phase 3 worktree isolation 2026-03-11 03:23:58 +01:00
Hibryda
0da53e7390 docs: update meta files for configurable anchor budget 2026-03-11 03:03:53 +01:00
Hibryda
8f4faaafa3 docs: update meta files for provider adapter implementation 2026-03-11 02:08:45 +01:00
Hibryda
ab4e8b7e06 docs(provider-adapter): add architecture plan for multi-provider agent support 2026-03-11 01:40:03 +01:00
Hibryda
199873781b docs: update meta files for PDF viewer and CSV table view 2026-03-11 01:23:49 +01:00
Hibryda
d1ce031624 docs: update meta files for S-1 Phase 2 filesystem write detection 2026-03-11 00:56:27 +01:00
Hibryda
13ac45c203 docs: update meta files for conflict detection enhancements session 2026-03-11 00:25:26 +01:00
Hibryda
1b61f10532 docs: update meta files for health dashboard session 2026-03-10 23:45:30 +01:00
Hibryda
072316d63f docs: update meta files for compaction tracking session 2026-03-10 04:20:32 +01:00
Hibryda
d898586181 docs: update meta files for AST and graph views 2026-03-10 04:03:52 +01:00
Hibryda
9c7618cad1 docs: update meta files for ContextTab and CodeMirror editor session 2026-03-10 03:52:16 +01:00
Hibryda
18c62cc462 docs: update meta files for tab system overhaul session 2026-03-10 02:12:05 +01:00
Hibryda
134a7bd8ff docs: update meta files for collapsibles and aspect ratio session 2026-03-09 17:27:09 +01:00
Hibryda
7bc4a70b06 docs: update meta files for AgentPane UI redesign session 2026-03-09 02:31:08 +01:00
Hibryda
50a9ad40fa docs: update meta files for E2E expansion session 2026-03-08 21:58:23 +01:00
Hibryda
13fe598742 docs: update meta files for E2E fixes session 2026-03-08 21:32:16 +01:00
Hibryda
3059475ab7 docs: update meta files for E2E testing session 2026-03-08 21:13:38 +01:00
Hibryda
7fc87a9567 docs: update meta files for teardown race fix and px-to-rem session 2026-03-08 20:54:43 +01:00
Hibryda
a69022756a docs: update meta files for OTEL telemetry session 2026-03-08 20:34:19 +01:00
Hibryda
319c92fc68 docs: update meta files for project tabs + clean AgentPane session 2026-03-08 02:32:00 +01:00
Hibryda
e2fda3f742 docs: update meta files for project workspace redesign session 2026-03-08 02:15:34 +01:00
Hibryda
b8001dc56c docs: update meta files for modal dialog fix session 2026-03-08 02:05:09 +01:00
Hibryda
a53d629b61 docs: update meta files for dialog capability fix session 2026-03-08 01:58:05 +01:00
Hibryda
642508e9ea docs: update meta files for directory picker session 2026-03-08 01:51:16 +01:00
Hibryda
99282e833a docs: update meta files for sidebar drawer width fix session 2026-03-08 01:36:23 +01:00
Hibryda
27cc50fb9c docs: update meta files for content-driven sidebar width session 2026-03-08 01:13:50 +01:00
Hibryda
3ecc4f02d1 docs: update meta files for relative-units rule session
Add session entries to progress logs, update CLAUDE.md files with
rule 18 reference and rem units, archive multi-machine progress
entries, update CHANGELOG/TODO/v3-task_plan with CSS units decision.
2026-03-08 00:27:28 +01:00
Hibryda
820467c029 docs: update meta files for VSCode-style sidebar redesign session 2026-03-08 00:10:25 +01:00
Hibryda
4424a90f89 docs: update meta files for settings drawer conversion session 2026-03-07 23:48:12 +01:00
Hibryda
b1b34f8195 docs: update meta files for SettingsTab global settings redesign session 2026-03-07 23:23:53 +01:00