agents ai native front
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user