Initial import
This commit is contained in:
9
apps/AGENTS.md
Normal file
9
apps/AGENTS.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# AGENTS.md
|
||||
|
||||
## Scope
|
||||
Applies within `apps/` unless a deeper file overrides it.
|
||||
|
||||
## Rules
|
||||
- Keep apps thin. Domain rules belong in `packages/domain`.
|
||||
- App-local code may compose use cases but should not redefine billing, quota, or key-state logic.
|
||||
- Any new runtime entrypoint must have a clear responsibility and own only transport concerns.
|
||||
Reference in New Issue
Block a user