Hibryda
631fc2efc8
feat: canonical SQL DDL + schema validator + migration tool
...
- schema/canonical.sql: 29 tables across 3 databases, CHECK constraints,
foreign keys, 13 indexes, WAL mode, schema_version tracking
- tools/validate-schema.ts: applies DDL to in-memory SQLite, extracts
PRAGMA table_info + sqlite_master metadata as JSON
- tools/migrate-db.ts: CLI for Tauri→Electrobun data migration with
atomic transaction, version fencing, INSERT OR IGNORE
- docs/SWITCHING.md: migration guide with prerequisites and troubleshooting
2026-03-22 03:33:15 +01:00
Hibryda
54e68df295
docs: deep dive into GPUI dirty propagation, SharedBlink, hierarchy flattening results
2026-03-19 23:47:39 +01:00
Hibryda
a25e024d54
docs: add GPUI breakthrough (4.5% → 0.83% CPU) with shared-entity pattern
2026-03-19 22:36:13 +01:00
Hibryda
ad45a8d88d
docs: comprehensive GPUI findings (API, animation patterns, gotchas, benchmarks)
2026-03-19 09:43:17 +01:00
Hibryda
91a3b56dba
test(e2e): split + expand phase-b into grid + LLM specs
...
- phase-b-grid.test.ts (227 lines): multi-project grid, tab switching,
status bar, accent colors, project icons, scroll, tab bar completeness
- phase-b-llm.test.ts (211 lines): LLM-judged agent response, code gen,
context tab, tool calls, cost display, session persistence
- Original phase-b.test.ts (377 lines) deleted
- New exhaustive tests added for grid layout and agent interaction
2026-03-18 03:47:16 +01:00
Hibryda
2cdc8dddb2
chore: remove old root-level docs (content moved to subdirectories)
2026-03-17 04:22:47 +01:00
Hibryda
493b436eef
docs: complete reorganization — move remaining docs into subdirectories
2026-03-17 04:22:38 +01:00
Hibryda
8641f260f7
docs: move orchestration and sidecar docs into subdirectories
2026-03-17 04:19:04 +01:00
Hibryda
b6c1d4b6af
docs: add 11 new documentation files across all categories
...
New reference docs:
- agents/ref-btmsg.md: inter-agent messaging schema and CLI
- agents/ref-bttask.md: kanban task board operations
- providers/ref-providers.md: Claude/Codex/Ollama/Aider comparison
- config/ref-settings.md: (already committed)
New guides:
- contributing/dual-repo-workflow.md: community vs commercial repos
- plugins/guide-developing.md: Web Worker sandbox API and publishing
New pro docs:
- pro/features/knowledge-base.md: persistent memory + symbol graph
- pro/features/git-integration.md: context injection + branch policy
- pro/marketplace/README.md: 13 plugins catalog
Split files:
- architecture/data-model.md: from architecture.md (schemas, layout)
- production/hardening.md: from production.md (supervisor, sandbox, WAL)
- production/features.md: from production.md (FTS5, plugins, secrets, audit)
2026-03-17 04:18:05 +01:00
Hibryda
8251321dac
docs: restructure documentation into multilevel directory layout
...
New structure: docs/ split into 11 subdirectories (getting-started/,
agents/, providers/, sidecar/, multi-machine/, plugins/, config/,
production/, architecture/, contributing/, pro/).
New files:
- docs/README.md: navigation index with audience table
- docs/getting-started/quickstart.md: install, build, first session
- docs/config/ref-settings.md: all env vars, config files, databases
- docs/architecture/overview.md: split from architecture.md (>300 lines)
- docs/pro/README.md: Pro edition overview
- docs/pro/features/analytics.md: analytics dashboard docs
- docs/pro/features/cost-intelligence.md: budget + router docs
Remaining docs being written by background agents — will be committed
in follow-up when complete.
2026-03-17 04:15:15 +01:00
Hibryda
421c38cd8c
docs: update all documentation for agor rebrand and dual-repo structure
2026-03-17 01:12:25 +01:00
Hibryda
356660f17d
docs: reconcile hib_changes onto flat structure
...
Bring over comprehensive documentation, CLI tools, and project
scaffolding from the archived v2/ branch onto the rebuilt flat
main. All v2/ path references updated to match flat layout.
- docs/: architecture, decisions, phases, progress, findings, etc.
- docker/tempo: telemetry stack (Grafana + Tempo)
- CLAUDE.md, .claude/CLAUDE.md: comprehensive project guides
- CHANGELOG.md, TODO.md, README.md: project meta
- consult, ctx: CLI tools
- .gitignore: merged entries from both branches
2026-03-16 03:34:04 +01:00