You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCP server for long-term project governance. Records vision, goals, guardrails, SOPs, and architectural decisions (ADRs) — the contracts that all execution must honor.
Part of the trilogy: research.md → visionlog.md → ike.md
research.md earns decisions with evidence
visionlog.md records them as binding contracts
ike.md executes within those contracts
What it enforces
Guardrails are active or deprecated — never deleted
ADRs are permanent once accepted — a new ADR supersedes, never overwrites
Goals form a DAG — dependencies must be resolved before a goal is available
Vision is sticky — it does not drift session to session
Trilogy conventions
visionlog.md follows shared conventions with ike.md and research.md. See CONVENTIONS.md for the full standard.
Config lives at .visionlog/config.yaml (committed to git)
Tools: project_init (new project) and project_set (register existing for session)
Install
Not yet published to npm. Install from local path.