feat(WP-0009): IHF GAAF Compliance Foundation — type registries, extension manifests, architectural contracts
Implements IHUB-WP-0009: closes four GAAF-2026 gaps before domain hub work begins. - TypeRegistry helper + controllers/views (hub_kind, hub_capability_manifest) - HubCapabilityManifest entity with validation and registry linkage - ARCHITECTURE-LAYERS.md + CI-enforced boundary contracts - Alembic migration 1743724800, fitness tests (Test/Architecture/) - GAAF spec, Operational Architecture spec, domain hub extension guide - Updates to CLAUDE.md, SCOPE.md, Schema.sql, Routes, FrontController, Types state_hub_sync: pending (tunnel was STALE at completion time; run fix-consistency) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1a7732d7da
commit
b5d73aa18b
47 changed files with 4855 additions and 104 deletions
|
|
@ -10,6 +10,8 @@ data EditView = EditView
|
|||
{ widget :: !Widget
|
||||
, hubs :: ![Hub]
|
||||
, adapterSpecs :: ![WidgetAdapterSpec]
|
||||
, widgetTypes :: ![WidgetTypeRegistry]
|
||||
, policyScopes :: ![PolicyScopeRegistry]
|
||||
}
|
||||
|
||||
instance View EditView where
|
||||
|
|
@ -23,6 +25,6 @@ instance View EditView where
|
|||
<span>Edit</span>
|
||||
</div>
|
||||
<h1 class="text-2xl font-semibold mb-6">Edit Widget</h1>
|
||||
{renderForm widget hubs adapterSpecs}
|
||||
{renderForm widget hubs adapterSpecs widgetTypes policyScopes}
|
||||
</div>
|
||||
|]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue