Superseded by v0.1.0-rc.2 due to a clean-checkout CI fixture issue.
Intelligence Hub v0.1.0-rc.1 The first public release candidate of Intelligence Hub, a local-first, evidence-driven intelligence platform. ## Intelligence lifecycle Information → Evidence → Proposal → Validated Knowledge → Insight → Decision → Actionable Brief ## Highlights - Zero-secret deterministic demo mode - Canonical SQLite repository - Proposal Trust Layer with evidence, confidence, provenance, and validation - Canonical Event and Insight persistence - FastAPI API and local Dashboard - Repository-driven Obsidian Knowledge Workspace - Stable note identity and semantic WikiLinks - Proposal review workflow - Platform-neutral CLI - Optional Hermes compatibility boundary - Local-first operation without requiring an API key - 220 automated tests - Clean-room installation and startup verification ## Quickstart Requires Python 3.11. powershell python -m venv hub_env .\hub_env\Scripts\python.exe -m pip install -r requirements.txt Copy-Item .env.example .env .\hub_env\Scripts\python.exe scripts\intelligence_hub.py seed-demo .\hub_env\Scripts\python.exe scripts\intelligence_hub.py serve --seed-demo