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: expand Developing-Plugins guide — lifecycle, pipeline hooks, events, UI panels, sandbox, WASM, MCP
docs: sync wiki for v0.49.0 — 6-package structure, modularization, new features
- Update Home to v0.49.0 with AI agent OS terminology
- Rewrite Architecture to reflect 6-package layout (core/gate/ai/server/infra/cli)
- Add changelog entries for 0.45.4 through 0.49.0
- Update Agent Loop for 7-stage modular decomposition
- Update all 40+ pages with new package-based source paths
- Update Glossary from in-memory to DB-persisted
- Update AgentLint from standalone page to Agents tab
- Update Memory System with graph visualization, episodic fixes
- Rewrite TUI from old single-file to modern component framework
- Update Database-Migrations count 33→40 with new migrations
- Update all contributing/adding guides with correct paths
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: update all CLI command references to new nested tree structure
Replaced ~93 old flat command references across 16 wiki pages.
CLI-Reference.md completely rewritten to show nested domain groups.
Command mappings:
chat → agent chat
tui → agent tui
serve → server start
run → sandbox run
update → self update
migrate → db migrate
start → daemon start
stop → daemon stop
restart → daemon restart
chrome-bridge → mcp chrome
a2a → mcp a2a
mcp-gateway → mcp gateway
docs: second-pass wiki audit fixes
- Fix Browser-Tool.md example version (0.41.3 → 0.44.0)
- Fix Security-Policy.md supported version (0.38.x → 0.44.x)
- Fix 5 plugin pages outdated docs/ GitHub links → wiki page links
- Fix 33 MediaWiki [[...]] links → standard GitHub wiki markdown in 11 pages
- Add 12 missing CLI commands to CLI-Reference.md (start, stop, a2a, agentlint, marketplace, mcp-gateway, memori, migrate, sessions, tui, install, uninstall)
docs: full wiki refresh for v0.44.0
- Added REST-API.md with 50+ new endpoint tables
- Added 4 new pages: Metacognition, Prompt-Lab, PKM-Assistant, Cross-Agent-Context
- Updated Agent-Loop, Memory, Code-Intelligence, Security, Code-Sandbox, Skills, Plugins
- Synced Changelog from main v0.44.0
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