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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- `docs/<domain>-<project-or-component>-<contract>.md`: Canonical domain contract docs (`apps`, `cmds`, `servers`, `crates`, `protos`, `packages`).
- `docs/project-cargo-mono.md`: Cargo subcommand project index.
- `docs/project-nodeup.md`: Node.js version manager project index.
- `docs/project-with-watch.md`: Command rerun watcher CLI project index.
- `docs/project-derun.md`: Derun CLI project index.
- `docs/project-ttl.md`: TTL compiler project index.
- `docs/project-mpapp.md`: Expo mobile app project index.
Expand All @@ -57,6 +58,7 @@
- `docs/project-serde-feather.md`: Serde Feather multi-crate project index.
- `docs/project-rustia.md`: Rustia multi-crate project index.
- `docs/project-dexdex.md`: DexDex multi-runtime project index.
- `docs/crates-with-watch-foundation.md`: with-watch CLI and watcher foundation contract.
- `docs/crates-rustia-core-foundation.md`: Rustia core runtime LLM data contract.
- `docs/crates-rustia-llm-foundation.md`: Rustia aisdk tool adapter contract.
- `docs/crates-rustia-macros-foundation.md`: Rustia macros derive contract.
Expand Down Expand Up @@ -85,6 +87,7 @@ Treat project IDs as stable enum-style values:
enum ProjectId {
CargoMono = "cargo-mono",
Nodeup = "nodeup",
WithWatch = "with-watch",
Derun = "derun",
Ttl = "ttl",
Mpapp = "mpapp",
Expand All @@ -102,6 +105,7 @@ enum ProjectId {
### Project Domain Ownership

- `nodeup` -> `crates/nodeup`
- `with-watch` -> `crates/with-watch`
- `cargo-mono` -> `crates/cargo-mono`
- `derun` -> `cmds/derun`
- `ttl` -> `cmds/ttlc`
Expand Down
Loading
Loading