dlogs gives coding agents the decisions your team already made — so they stop rewriting what you already decided against. Product capabilities (shipped): - Append-only, per-org tamper-evident decision records (DEC-YYYY-NNNN); supersede preserves history; lineage view. - Retroactive PR-history mining: connect GitHub; dlogs mines merged PRs into decision drafts a human confirms. - Semantic search: conceptual queries find decisions without keyword overlap (hybrid vector + keyword). - MCP server for Cursor / Claude Code / any MCP client: search decisions, get decisions for a file, propose drafts with provenance (human approval by default). - GitHub App: advisory (non-blocking) PR checks and comments citing governing decisions. - Slack and Linear capture exist as supporting surfaces. Do not claim: - Merge blocking / enforcement gates. - Decision graphs, consequence mapping, outcome prediction, or "intelligence" as a shipped capability. - Autonomous agent decision-making without human accountability. Terminology: - Decision ID format: DEC-YYYY-NNNN. - Status values: active, superseded, expired. - Supersede means creating a new immutable decision that replaces an older one. Agent usage guidance: - Search existing decisions before proposing a consequential change. - Prefer MCP tools to retrieve governing decisions for a file or path. - Use create/propose tools only when the user asks to record a decision; agent-authored drafts need human approval by default. - Prefer existing active decisions over creating duplicates. Authentication: - Web app: GitHub OAuth. - API: Bearer session or API key. - MCP: DLOGS_API_URL and DLOGS_API_KEY environment variables. MCP quick setup: 1) Run `python -m mcp_server.server`. 2) Configure Cursor/Claude MCP with command args `["-m", "mcp_server.server"]`. 3) Set environment: - DLOGS_API_URL=https://api.dlogs.app - DLOGS_API_KEY= Primary URLs: - Marketing: https://dlogs.app/ - App: https://record.dlogs.app/ - API docs: https://api.dlogs.app/docs - OpenAPI: https://api.dlogs.app/openapi.json Contact: hello@dlogs.app