wiki/dev-log.md
Intelligence Research OS — Dev Log
2026-05-22 — Current-state and memory refresh
Status: Recorded
What happened: Updated the canonical vault project wiki with the latest built-state snapshot, pending work, next engineering step, latest memory thread, and a new ADR for progressive mission-template support. The update reflects the latest repository state, including the completed local workbench UI checkpoint and the current gap between deterministic UI demo data and live UI-to-engine execution.
Key decisions: Added wiki/decisions/2026-05-22-progressive-template-support.md.
Tests written: Not applicable; vault documentation update only.
Next: Wire UI Run Mission into the live ResearchModule execution pipeline and add tests for mission run -> engine artifact creation -> UI status readback.
2026-05-21 — ResearchModule engine and Intelligence OS local app spine
Built and verified the current local-first ResearchModule/Intelligence Research OS foundation.
Implemented:
- Q6 strict schema/citation contracts.
- Offline and live Scoper foundation.
- AAR Planner.
- Fan-out Supervisor 3A.
- Basic Synthesis 4A.
- Heavy multi-POV Synthesis 4B.
- Mission-layer schemas and CLI.
- UX-first reset with use-case matrix, IA, and six mockups.
- Local FastAPI app and static workbench shell.
Validation:
uv run pytest -qpassed with 152 tests.uv run ruff check .passed.uv run ruff format --check .passed.uv run pyrightpassed.- Browser smoke passed for Mission Builder -> Source Radar -> Signals -> Evidence -> Synthesis -> Outputs.
Deferred:
- Full live pipeline execution from UI.
- Signal generation.
- Output pack rendering beyond empty/summary states.
- Delta memory.
2026-05-21 — Vault cleanup and GitHub checkpoint
Cleaned the active project namespace in the vault and confirmed the canonical Intelligence Research OS wiki:
- Active project home:
Projects/Intelligence-Research-OS. - Historical module/design source:
Modules/ResearchModule. - Generated test project folders moved to
Projects/_Archive/generated-test-projects. Projects/INDEX.mdnow lists Intelligence Research OS and no longer lists the archived generated test baseline as an active project.- Repository resume docs updated to reflect the local app spine and next build targets.
Verification before GitHub checkpoint:
uv run pytest -q— 152 passed.uv run ruff check .— all checks passed.uv run ruff format --check .— 37 files already formatted.uv run pyright— 0 errors, 0 warnings, 0 informations.
GitHub:
- Repository:
https://github.com/arijitchowdhury80/intelligence-research-os - Branch:
main - Commit:
d157c70 feat: build intelligence research os foundation
2026-05-21 — Codebase hygiene pass
Cleaned repository residue after the GitHub checkpoint:
- Removed Python bytecode and
__pycache__folders. - Removed
.pytest_cacheand.ruff_cache. - Removed macOS
.DS_Storefiles. - Removed stale local
.claude/settings.local.json. - Normalized
AGENTS.mdinto a stable project pointer and removed volatile embedded memory context.
Verification:
uv run pytest -q— 152 passed.uv run ruff check .— all checks passed.uv run ruff format --check .— 37 files already formatted.uv run pyright— 0 errors, 0 warnings, 0 informations.