agents ai native front

This commit is contained in:
2026-05-29 22:16:39 +03:00
parent 9ef9fae206
commit c528a37987
6 changed files with 14167 additions and 12493 deletions

View File

@@ -54,7 +54,7 @@ description: Reference manual for GRACE-Poly v2.6 — syntax formats, complexity
## @} ContractId
```
**Allowed Types:** Module, Function, Class, Component, Block, ADR, Tombstone, Skill, Agent.
**Allowed Types:** Module, Function, Class, Component, Model, Block, ADR, Tombstone, Skill, Agent.
**Allowed @RELATION Predicates:** DEPENDS_ON, CALLS, INHERITS, IMPLEMENTS, DISPATCHES, BINDS_TO, CALLED_BY, VERIFIES.
@@ -95,6 +95,8 @@ The tier describes what the contract IS structurally — NOT which tags are forb
| `@UX_RECOVERY` | | | | | | User recovery path (Svelte) |
| `@UX_REACTIVITY` | | | | | | State source declaration (Svelte) |
| `@UX_TEST` | | | | | | Interaction scenario for browser validation |
| `@STATE` | | | | | | Model state declaration (Screen Models) |
| `@ACTION` | | | | | | Model public action declaration (Screen Models) |
- = *typically* present at this tier (recommended, not required)
- = allowed but less common