Commit graph

95 commits

Author SHA1 Message Date
Hibryda
5d0d5c5f07 chore: rebase hib_changes onto dexter_changes and update migration TODOs 2026-03-13 02:40:42 +01:00
Hibryda
719496853e docs: add migration plan TODOs and update active tasks 2026-03-12 18:23:40 +01:00
Hibryda
6938e8c3a9 chore: add nested Claude session E2E TODO + trim completed list 2026-03-12 07:34:40 +01:00
Hibryda
c9927a41e6 docs: update CHANGELOG and TODO for E2E fixture/judge fixes 2026-03-12 07:30:56 +01:00
Hibryda
65973fbf06 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 06:35:04 +01:00
Hibryda
05c9e1abbb 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 06:20:21 +01:00
Hibryda
2aec5889f8 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 05:30:32 +01:00
Hibryda
c304a8c06b docs: update meta files for testing facility and tribunal assessment 2026-03-12 04:57:29 +01:00
Hibryda
243faafd9e docs: update meta files for testing facility and tribunal assessment
Update CLAUDE.md with test runner in key paths and build commands.
Update .claude/CLAUDE.md with testing gate rule index entry.
Update TODO.md with tribunal-derived roadmap items.
Update CHANGELOG.md with test runner and testing gate entries.
2026-03-12 04:05:52 +01:00
Hibryda
2e29ba5d9a docs: update meta files for E2E test fixes
Update test counts (82 E2E passing), add CHANGELOG entries for
27 fixed failures and AgentPane template fix, update TODO.md.
2026-03-12 03:50:13 +01:00
Hibryda
e3594074d2 docs: update meta files for E2E testing engine Phase B+ 2026-03-12 03:07:38 +01:00
Hibryda
c4c673a4b0 docs: update meta files for E2E testing engine Phase A 2026-03-12 02:52:14 +01:00
Hibryda
d1a4d9f220 docs: update meta files for reviewer agent role 2026-03-12 00:54:43 +01:00
Hibryda
61f01e22b8 docs: update meta files for auto-wake Manager session 2026-03-12 00:30:41 +01:00
Hibryda
5576392d4b docs: update meta files for dashboard metrics panel session 2026-03-12 00:15:09 +01:00
Hibryda
d9d67b2bc6 docs: update meta files for branded type call-site fixes 2026-03-11 22:56:52 +01:00
Hibryda
ce389a2a39 docs: update meta files for regression tests and sidecar security session 2026-03-11 22:19:03 +01:00
Hibryda
a12f2bec7b docs: update meta files for dexter_changes bug fix session 2026-03-11 21:54:19 +01:00
Hibryda
c3d2e1daee docs: update meta files for SOLID Phase 3 branded types 2026-03-11 05:40:28 +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
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
64e040ebfe docs: update meta files for S-2 session anchors 2026-03-11 02:43:06 +01:00
Hibryda
8f4faaafa3 docs: update meta files for provider adapter implementation 2026-03-11 02:08:45 +01:00
Hibryda
d8d7ad16f3 docs: update meta files for provider adapter planning 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
9d9cc75b28 docs: update meta files for inotify limit sensing 2026-03-11 01:07:46 +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
6b239c5ce5 docs(todo): expand worktree isolation plan with research findings
Detail 3-part implementation: UI toggle, --worktree spawn, CWD-based
detection from .claude/worktrees/, $CODEX_HOME/worktrees/, and
~/.cursor/worktrees/ patterns.
2026-03-11 00:35:09 +01:00
Hibryda
13ac45c203 docs: update meta files for conflict detection enhancements session 2026-03-11 00:25:26 +01:00
Hibryda
05191127ea docs: update meta files for conflict detection session 2026-03-11 00:12:10 +01:00
Hibryda
1b61f10532 docs: update meta files for health dashboard session 2026-03-10 23:45:30 +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
28f7867dc6 docs: update meta files for tab switch fix session 2026-03-08 23:22:48 +01:00
Hibryda
74ce1ee083 docs: update meta files for E2E test fix session 2026-03-08 22:42:48 +01:00
Hibryda
8bdd9d6fcc docs: update meta files for E2E expansion session 2026-03-08 22:27:51 +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
9ec7e560ae docs: update meta files for audit fixes session 2026-03-08 20:03:50 +01:00
Hibryda
73ca780b54 docs: update meta files for ctx dead code cleanup session 2026-03-08 19:37:17 +01:00