SundialSundial helps teams turn engineering decisions into durable context for coding agents. Marketplace id: What It DoesSundial initializes a project-local Decision Record repository backed by plain Markdown files:
During initialization, Sundial can also install agent runtime assets:
Those skills tell agents to consult accepted Decision Records before design or implementation, propose new candidate records when they discover reusable guidance, and run Sundial status validation when the DR store changes. Workflow
Accepted Decision Records become the project precedent agents can retrieve. Candidate, rejected, and retired records remain in Markdown so the decision history stays visible and versionable; rejected and retired records can also be deleted from their history views when the file should be removed from disk. Why MarkdownThe store is plain files in your repository, not a hosted service or hidden database. Engineers can read, diff, edit, and review the same records that agents use as context. |