- web-app: ~/projects/example-web
- api: ~/projects/example-api
- agents: ~/projects/example-agents
- lint: pnpm lint
- test: pnpm test
- build: pnpm build
- bundle analyze: ANALYZE=true pnpm build
- lighthouse mobile: pnpm lighthouse:mobile
- lint: pnpm lint
- test: pnpm test
- benchmark: pnpm bench
- load-test: pnpm load:test
- unit test: pnpm test
- runtime smoke test: pnpm test:runtime
- integration test: pnpm test:integration
- Use ACP for heavy multi-file coding tasks
- Prefer bundle analysis before declaring web work complete
- Prefer query inspection before declaring API work efficient
- Prefer
/context listbefore blaming model quality in agent workflows
This file should be customized locally. Do not publish real hosts, credentials, secrets, internal URLs, or SSH targets.