docs: add wiki screenshots for core features
docs: wiki overhaul for v0.53.0 — version, counts, new pages
Updated Home, AGENTS, Sidebar, Architecture, CLI-Reference, Configuration,
Distributed-Nodes, Security, Plugin-System, Changelog. Created 5 new pages:
Swarm, Multi-User-Collaboration, API-Tokens, Federation, Login-&-Auth.
docs: update WASM plugin documentation — new ABI, host functions, memory model, supply-chain scanning
- Update Developing-Plugins.md with complete WASM section (ABI v1, new host_* functions, memory layout, parameter schemas, permission enforcement, SDK, C example)
- Update Manifest-Reference.md WASM section (ABI versioning, full host function table, capabilities JSON format, memory layout diagram)
- Update Plugin-System.md module table (wasm-runtime, wasm-worker-http, SDK files)
- Update Plugin-Best-Practices.md with WASM-specific section
- Update Security.md with WASM binary supply-chain scanning
- Add WASM-Plugins.md — dedicated reference page: ABI, memory model, all host functions, exports, lifecycle, permissions, SDK, debugging
- Add WASM-Plugins link to _Sidebar.md
docs: comprehensive plugin documentation rewrite — manifest reference, best practices, system overview, full developer guide
docs: comprehensive wiki audit and update to v0.48.5
- Home: v0.46.0 → v0.48.5, add OS kernel/VFS/TUI features
- Changelog: add v0.46.0 through v0.48.5 entries
- Architecture: add kernel/vfs/tui subsystems, expand agent loop
- TUI: complete rewrite from single-file to full framework
- Database-Migrations: fix all 22-033 migrations, add 034-037
- Pipeline-Hooks: add 3 missing hooks (dlp-guard, compliance, responsible-ai)
- Plugin-System: remove 4 nonexistent files, add deps/install pipeline
- Built-in-Tools: fix file_diff→file_redo, remove sandbox non-tools
- Observability: correct metric names and labels
- Code-Sandbox: remove nonexistent Docker image endpoints
- Service-Installation/Daemon-Supervisor: fix CLI commands
- Glossary: fix REST API paths, remove nonexistent endpoints
- Plus 20+ more accuracy fixes across all wiki pages
docs: full wiki refresh for v0.44.0
- Update version to v0.44.0, tool count to 60 (was 43)
- Add 16 missing source directories to Architecture.md (a2a, hub, memori, mcp-gateway, eval, update, projects, desktop, services, IPC, config, db, PKM, prompt lab)
- Expand Database-Migrations.md from 21 to 33 migrations (022-033)
- Expand Channel-Adapter-API.md from 1 to 13 channels with shared infrastructure docs
- Fix stale factory.ts references in Contributing.md and Adding-an-LLM-Provider.md
- Add Advanced Plugin Features section (dependency guardian, supply chain, UI slots, WASM, namespace)
- Add 11 new wiki pages: A2A Protocol, MCP Gateway, Distributed Nodes, Memori Checkpoints, Eval System, Glossary, Update System, Projects, TUI, Triggers, Workflow Engine
- Update _Sidebar.md with new Advanced Features section
docs: add GitHub Wiki branch with 43 curated pages
- Home.md: Welcome page with quick links and key features
- _Sidebar.md: Full navigation sidebar
- _Footer.md: Wiki footer with license info
- All core docs: Architecture, Request-Flow, Agent-Loop, Security
- All feature docs: LLM-Providers, Memory-System, Built-in-Tools, Voice-Pipeline
- All CLI/REST API references
- All plugin docs: System, Developing, Manifest-Reference, Best-Practices, Publishing
- Platform docs: Installation, Compatibility, Desktop-App, Service-Installation
- Dev guides: Contributing, Database-Migrations, Adding-a-Tool, Adding-an-LLM-Provider
- Operations: Daemon-Supervisor, Scheduler-and-Jobs, Dashboard, Observability
- Changelog and Security-Policy