Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/sdk-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ".github/workflows/**"
- ".github/release-targets.json"
- "crates/tracedecay-api/**"
- "crates/tracedecay-application/**"
- "crates/tracedecay-contracts/**"
- "crates/tracedecay-domain/**"
- "crates/tracedecay-sdk/**"
- "crates/tracedecay-tool-catalog/**"
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ unauthorized external action after completing independent, authorized work.
- `crates/tracedecay-cli/` — the package that produces the shipped
`tracedecay` binary.
- `crates/` — the remaining workspace member crates (`tracedecay-api`,
`-application`, `-domain`, `-store`, `-hooks`, `-policy`, `-tool-catalog`,
rusqlite parity/runtime crates).
`-application`, `-contracts`, `-domain`, `-store`, `-hooks`, `-policy`,
`-tool-catalog`, rusqlite parity/runtime crates).
- `dashboard/` — the single embedded dashboard (React + rsbuild + vitest).
`dashboard/src/contracts/` is generated from Rust schemas via schemars —
never hand-edit it; regenerate with the `contracts:generate` script and
Expand Down
Loading
Loading