Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ ds-mcp --dspack ./your-system.dspack.json
The generated file is a snapshot of extractable facts. The sections that
make a dspack file most useful to agents — `patterns`, `antiPatterns`,
`whenToUse`, `accessibility`, `constraints` — are deliberately left for
your team to author.
your team to author. The complete journey from snapshot to a governed,
validated contract (including what to author and in what order) is walked
in the [adoption guide](https://github.com/aestheticfunction/dspack/blob/main/ADOPTING.md).
Comment on lines +105 to +107

## What agents can ask

Expand Down
Loading