generated from coulomb/repo-seed
29 lines
964 B
YAML
29 lines
964 B
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.
|
|
auth:
|
|
method: none
|
|
data_classification: internal
|