generated from coulomb/repo-seed
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
apiVersion: railiance.fabric/v1alpha1
|
|
kind: InterfaceDeclaration
|
|
metadata:
|
|
id: railiance-fabric.registry.graph-explorer-ui
|
|
name: Railiance Fabric Graph Explorer UI
|
|
owner: railiance-fabric
|
|
repo: railiance-fabric
|
|
domain: railiance
|
|
source_links:
|
|
- label: UI shell
|
|
path: railiance_fabric/graph_explorer_ui.py
|
|
- label: Graph explorer operations
|
|
path: docs/graph-explorer-operations.md
|
|
spec:
|
|
lifecycle: active
|
|
environments: [dev]
|
|
description: Browser UI for exploring the local Fabric registry graph, onboarding gaps, dependencies, interfaces, saved local views, and shareable graph state.
|
|
interface_type: web-ui
|
|
version: v1alpha1
|
|
service_id: railiance-fabric.registry
|
|
capability_ids:
|
|
- railiance-fabric.registry.ecosystem-registry
|
|
endpoint:
|
|
url: http://127.0.0.1:8765/ui/graph-explorer
|
|
notes: Local workstation UI when the registry service is running.
|
|
deployment_overlay:
|
|
deployment_environment: dev
|
|
deployment_scenario: bernd-laptop
|
|
routing_authority: railiance-fabric-registry
|
|
access_zone: private-dev
|
|
policy_authority: local-loopback-binding
|
|
exposure_class: local-only
|
|
route_evidence:
|
|
host: 127.0.0.1
|
|
port: 8765
|
|
protocol: tcp
|
|
route: http://127.0.0.1:8765/ui/graph-explorer
|
|
auth:
|
|
method: none
|
|
data_classification: internal
|