# ito-common — L0 (Foundation)
Shared utilities. **Leaf crate — zero workspace dependencies, zero domain knowledge.**
See [`ito-rs/AGENTS.md`](../../AGENTS.md). See [`.ito/architecture.md`](../../../.ito/architecture.md).
## Modules
## Constraints
**MOST RESTRICTED CRATE — violations cascade everywhere**
## When to Add Here
"Is this utility reusable across multiple crates with no domain knowledge?" If yes → here. If needs Change/Module/Task/Spec knowledge → ito-domain or ito-core.
## Quality
```bash
make check && make test && make arch-guardrails
```
ID parser changes affect CLI UX, validation, and backend routes — test carefully.