Switch language한국어
Back to the list

Switch AI Coding Assistants Without Losing Context

TL;DR AI

Key summary

2 min read
  1. All Delimit data is stored as plain files under ~/.delimit/ on your local machine.

  2. A task ledger records every open item along with priority, notes, and completion status.

  3. The ledger is the project’s source of truth, not any single conversation.

  4. Governance state includes API policies, breaking-change history, and security audit results; memory holds project decisions, architectural notes, and user preferences.

  5. Deliberation history captures debates on choices such as JWT vs sessions, monorepo vs polyrepo, and REST vs GraphQL.

Read the original