| asc:AgentService | Agent Service | A governed agent with a formal service contract. Grounded on PROV-O (software agent provenance) and DCAT (service description) per ADR-052 v0.5.0. Governance (mandate, autonomy level, policies) is expressed via ODRL and attached to each agent instance. | prov:SoftwareAgent, dcat:DataService |
| asc:AntiPattern | Anti-Pattern | A known inefficiency pattern with a documented alternative. Append-only registry. | --- |
| asc:AntiPattern | Anti-patron | A known inefficiency pattern with a documented alternative. Append-only registry. | --- |
| asc:FunctionalBloc | Bloc fonctionnel | SI urbanization bloc (depth 3 of 3) — atomic element. Maps 1:1 to a capability. Urbanization invariant: one canonical pattern per bloc; redundant blocs are violations. | --- |
| asc:BootstrapIdentity | Bootstrap Identity | Agent persona and operating instructions injected at session start: name, emoji, soul prompt, tool notes. | --- |
| asc:BreakingChangeType | Breaking Change Type | A classification of schema modifications by their impact on existing consumers. Breaking changes require human gate; non-breaking changes may proceed at L2. | --- |
| asc:Capability | Capability | A capability exercised by an agent, linked to the Capability Map (C1-C8). | --- |
| asc:Capability | Capacité | A capability exercised by an agent, linked to the Capability Map (C1-C8). | --- |
| asc:ComputeTier | Compute Tier | Resource allocation tier (T0=Manual to T5=Ollama MacBook). | --- |
| asc:Skill | Compétence | A prompt-based agent (e.g. OpenClaw SKILL.md). Session-scoped, injected into context at session start. Gated by env/bins/config/OS requirements. | asc:AgentService |
| asc:RedundancyFinding | Constat de redondance | A finding from an urbanization review identifying functional overlap between two or more capabilities, agents, or implementations. Redundancy findings must be resolved: merge, deprecate, or justify the exception. | prov:Entity |
| asc:EfficiencyObservation | Efficiency Observation | A measured gain from an anti-pattern correction or process improvement. Proof of value. | prov:Entity |
| asc:ExecApproval | Exec Approval Rule | Per-agent execution approval rule: security mode (deny/allowlist/full), ask mode, glob patterns, safe bins. | --- |
| asc:GatingRequirements | Exigences de filtrage | Load-time conditions for agent activation: required binaries, env vars, config keys, supported OS. | --- |
| asc:Plugin | Extension | A code-based agent extension (e.g. OpenClaw plugin with TypeScript handler). Process-scoped, full SDK access, can register tools/hooks/channels. | asc:AgentService |
| asc:FunctionalBloc | Functional Bloc | SI urbanization bloc (depth 3 of 3) — atomic element. Maps 1:1 to a capability. Urbanization invariant: one canonical pattern per bloc; redundant blocs are violations. | --- |
| asc:FunctionalQuartier | Functional Quartier | SI urbanization quartier (depth 2 of 3). Groups related capabilities within a zone under single-parent containment. | --- |
| asc:FunctionalZone | Functional Zone | Top-level SI urbanization zone (depth 1 of 3). bra0's canonical zones: Control Plane, Semantic Layer, Data Plane, Bus Neural. Zones group quartiers that share cross-cutting concerns. | --- |
| asc:GatingRequirements | Gating Requirements | Load-time conditions for agent activation: required binaries, env vars, config keys, supported OS. | --- |
| asc:GraphInterface | Graph Interface | A service interface between an agent and a named graph. Typed as a dcat:DataService per ADR-052 v0.5.0. Carries the property scope and SPARQL pattern that define read/write access. | dcat:DataService |
| asc:BootstrapIdentity | Identité d'amorçage | Agent persona and operating instructions injected at session start: name, emoji, soul prompt, tool notes. | --- |
| asc:GraphInterface | Interface de graphe | A service interface between an agent and a named graph. Typed as a dcat:DataService per ADR-052 v0.5.0. Carries the property scope and SPARQL pattern that define read/write access. | dcat:DataService |
| asc:Mandate | Mandat | The formal delegation from the human controller (mandant) to an agent (mandataire). Typed as an odrl:Policy per ADR-052 v0.5.0: it carries the permissions, prohibitions, and duties that bound the agent's reads, writes, and actions, plus temporal validity. Machine-validatable, SHACL-enforced. Only the mandant may create or modify a Mandate. | odrl:Policy |
| asc:Mandate | Mandate | The formal delegation from the human controller (mandant) to an agent (mandataire). Typed as an odrl:Policy per ADR-052 v0.5.0: it carries the permissions, prohibitions, and duties that bound the agent's reads, writes, and actions, plus temporal validity. Machine-validatable, SHACL-enforced. Only the mandant may create or modify a Mandate. | odrl:Policy |
| asc:EfficiencyObservation | Observation d'efficience | A measured gain from an anti-pattern correction or process improvement. Proof of value. | prov:Entity |
| asc:OntologyScope | Ontology Scope | The set of OWL/SHACL classes an agent is authorized to define, instantiate, or modify. Used with sh:targetClass to enumerate writable types. | --- |
| asc:Plugin | Plugin | A code-based agent extension (e.g. OpenClaw plugin with TypeScript handler). Process-scoped, full SDK access, can register tools/hooks/channels. | asc:AgentService |
| asc:PluginHook | Plugin Hook | A lifecycle interception point registered by a plugin (e.g. before_tool_call, after_tool_call, before_agent_start). Hooks are the mechanism for runtime governance. | --- |
| asc:PluginHook | Point d'interception | A lifecycle interception point registered by a plugin (e.g. before_tool_call, after_tool_call, before_agent_start). Hooks are the mechanism for runtime governance. | --- |
| asc:ToolPolicy | Politique d'outillage | ODRL-based access control for agent tools. Maps to platform tool policy cascades (profiles, allow/deny lists, sandbox, sub-agent restrictions). | odrl:Policy |
| asc:SubagentPolicy | Politique de sous-agents | Governance constraints on sub-agent spawning: max depth, max children, concurrency, model, timeout. | --- |
| asc:OntologyScope | Périmètre ontologique | The set of OWL/SHACL classes an agent is authorized to define, instantiate, or modify. Used with sh:targetClass to enumerate writable types. | --- |
| asc:FunctionalQuartier | Quartier fonctionnel | SI urbanization quartier (depth 2 of 3). Groups related capabilities within a zone under single-parent containment. | --- |
| asc:RedundancyFinding | Redundancy Finding | A finding from an urbanization review identifying functional overlap between two or more capabilities, agents, or implementations. Redundancy findings must be resolved: merge, deprecate, or justify the exception. | prov:Entity |
| asc:UrbanizationReview | Revue d'urbanisation | A formal review by the urbanization authority (architect) that validates: (1) no functional redundancy with existing blocs, (2) correct zone/quartier placement, (3) canonical implementation pattern compliance, (4) cross-cutting concern alignment. Every new capability MUST pass an urbanization review before creation. | prov:Activity |
| asc:ExecApproval | Règle d'approbation d'exécution | Per-agent execution approval rule: security mode (deny/allowlist/full), ask mode, glob patterns, safe bins. | --- |
| asc:ServiceLevelAgreement | Service Level Agreement | Performance, cost, and quality bounds for an agent. | --- |
| asc:AgentService | Service d'agent | A governed agent with a formal service contract. Grounded on PROV-O (software agent provenance) and DCAT (service description) per ADR-052 v0.5.0. Governance (mandate, autonomy level, policies) is expressed via ODRL and attached to each agent instance. | prov:SoftwareAgent, dcat:DataService |
| asc:Skill | Skill | A prompt-based agent (e.g. OpenClaw SKILL.md). Session-scoped, injected into context at session start. Gated by env/bins/config/OS requirements. | asc:AgentService |
| asc:SubagentPolicy | Sub-Agent Policy | Governance constraints on sub-agent spawning: max depth, max children, concurrency, model, timeout. | --- |
| asc:ToolPolicy | Tool Policy | ODRL-based access control for agent tools. Maps to platform tool policy cascades (profiles, allow/deny lists, sandbox, sub-agent restrictions). | odrl:Policy |
| asc:UrbanizationReview | Urbanization Review | A formal review by the urbanization authority (architect) that validates: (1) no functional redundancy with existing blocs, (2) correct zone/quartier placement, (3) canonical implementation pattern compliance, (4) cross-cutting concern alignment. Every new capability MUST pass an urbanization review before creation. | prov:Activity |
| asc:FunctionalZone | Zone fonctionnelle | Top-level SI urbanization zone (depth 1 of 3). bra0's canonical zones: Control Plane, Semantic Layer, Data Plane, Bus Neural. Zones group quartiers that share cross-cutting concerns. | --- |