diff --git a/AGENTS.md b/AGENTS.md index 641bea5..0442402 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ Each subproject can layer its own `AGENTS.md` for stack-specific deltas: - [`canton-connect-kit/AGENTS.md`](canton-connect-kit/AGENTS.md) — wagmi-style React hooks for Canton dApps - [`canton-barebones/wallet-service/AGENTS.md`](canton-barebones/wallet-service/AGENTS.md) — wallet-service bridge rules - [`dapp/e2e/AGENTS.md`](dapp/e2e/AGENTS.md) — Playwright black-box integration test rules -- `canton-barebones/`, `dapp/daml/`, `dapp/frontend/` — see each subproject's `README.md` +- `canton-barebones/`, `dapp/daml/vesting-lite/`, `dapp/frontend/` — see each subproject's `README.md` For the system shape (data flow, components, ports), see [`architecture.md`](architecture.md). @@ -35,7 +35,7 @@ Current distribution: | `canton-barebones/wallet-service/` | yes | yes | shim | no | Local bridge rules are useful; README API boundary is enough architecture for now. | | `dapp/e2e/` | yes | yes | shim | no | Independent Playwright package with strict black-box testing conventions. | | `dapp/frontend/` | yes | no | no | no | Small dApp UI; root rules and README are enough. | -| `dapp/daml/` | yes | no | no | no | Single DAML package. | +| `dapp/daml/vesting-lite/` | yes | no | no | no | Single DAML package. | | `canton-barebones/` | yes | no | no | no | Docker/Bash local participant wrapper. | Subproject docs must not restate root rules. They should describe only their local delta and link upward. @@ -44,7 +44,7 @@ Subproject docs must not restate root rules. They should describe only their loc | Category | Technology | Notes | |----------|-----------|-------| -| Languages | TypeScript, DAML, Bash | TypeScript across the JS subprojects; DAML in `dapp/daml/`; Bash for canton-barebones scripts | +| Languages | TypeScript, DAML, Bash | TypeScript across the JS subprojects; DAML in `dapp/daml/vesting-lite/`; Bash for canton-barebones scripts | | Package manager | npm workspaces | Single root `package-lock.json`; one root `npm install` links every workspace. Root `package.json` orchestrates scripts via `npm --prefix