diff --git a/.claude/rules/stack-and-commands.md b/.claude/rules/stack-and-commands.md index dc53ac6..f012b52 100644 --- a/.claude/rules/stack-and-commands.md +++ b/.claude/rules/stack-and-commands.md @@ -1,19 +1,14 @@ ## Stack - -- **Language:** -- **Key deps:** +- **Language:** Python ≥3.12 (`railiance_fabric` package) +- **Key deps:** jsonschema, PyYAML; SQLite registry at `.railiance-fabric/registry.sqlite3` ## Dev Commands ```bash -# TODO: Fill in the standard commands for this repo - -# Install dependencies - -# Run tests - -# Lint / type check - -# Build / package (if applicable) +python3 -m pytest tests/ # run the test suite +make graph-explorer # registry-backed graph explorer (HOST/PORT/REGISTRY_DB overridable) +python3 -m railiance_fabric.server --db .railiance-fabric/registry.sqlite3 ``` + +Local-only tooling — no production deploy surface in this repo. diff --git a/workplans/RAIL-FAB-WP-0001-ecosystem-graph-model.md b/workplans/RAIL-FAB-WP-0001-ecosystem-graph-model.md index d9e54a9..aa60070 100644 --- a/workplans/RAIL-FAB-WP-0001-ecosystem-graph-model.md +++ b/workplans/RAIL-FAB-WP-0001-ecosystem-graph-model.md @@ -4,7 +4,7 @@ type: workplan title: "Railiance Ecosystem Graph Model" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: high diff --git a/workplans/RAIL-FAB-WP-0002-ecosystem-registry-service.md b/workplans/RAIL-FAB-WP-0002-ecosystem-registry-service.md index f899104..6dea7ad 100644 --- a/workplans/RAIL-FAB-WP-0002-ecosystem-registry-service.md +++ b/workplans/RAIL-FAB-WP-0002-ecosystem-registry-service.md @@ -4,7 +4,7 @@ type: workplan title: "Railiance Ecosystem Registry Service" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: high diff --git a/workplans/RAIL-FAB-WP-0003-registry-feed-and-library-inventory.md b/workplans/RAIL-FAB-WP-0003-registry-feed-and-library-inventory.md index fe39962..768d518 100644 --- a/workplans/RAIL-FAB-WP-0003-registry-feed-and-library-inventory.md +++ b/workplans/RAIL-FAB-WP-0003-registry-feed-and-library-inventory.md @@ -4,7 +4,7 @@ type: workplan title: "Registry Feed And Library Inventory" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: high diff --git a/workplans/RAIL-FAB-WP-0004-registry-inventory-and-drift.md b/workplans/RAIL-FAB-WP-0004-registry-inventory-and-drift.md index 29aff38..393477e 100644 --- a/workplans/RAIL-FAB-WP-0004-registry-inventory-and-drift.md +++ b/workplans/RAIL-FAB-WP-0004-registry-inventory-and-drift.md @@ -4,7 +4,7 @@ type: workplan title: "Registry Inventory And Drift Views" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: high diff --git a/workplans/RAIL-FAB-WP-0005-registry-hardening.md b/workplans/RAIL-FAB-WP-0005-registry-hardening.md index 0928e13..09081b7 100644 --- a/workplans/RAIL-FAB-WP-0005-registry-hardening.md +++ b/workplans/RAIL-FAB-WP-0005-registry-hardening.md @@ -4,7 +4,7 @@ type: workplan title: "Registry Hardening" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: medium diff --git a/workplans/RAIL-FAB-WP-0006-multi-repo-registry-onboarding.md b/workplans/RAIL-FAB-WP-0006-multi-repo-registry-onboarding.md index 73dc8c5..f306811 100644 --- a/workplans/RAIL-FAB-WP-0006-multi-repo-registry-onboarding.md +++ b/workplans/RAIL-FAB-WP-0006-multi-repo-registry-onboarding.md @@ -4,7 +4,7 @@ type: workplan title: "Multi-Repo Registry Onboarding" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: high diff --git a/workplans/RAIL-FAB-WP-0007-all-local-repo-onboarding.md b/workplans/RAIL-FAB-WP-0007-all-local-repo-onboarding.md index 5b4877d..3e2f764 100644 --- a/workplans/RAIL-FAB-WP-0007-all-local-repo-onboarding.md +++ b/workplans/RAIL-FAB-WP-0007-all-local-repo-onboarding.md @@ -4,7 +4,7 @@ type: workplan title: "All Local Repo Onboarding" domain: financials repo: railiance-fabric -status: completed +status: finished owner: codex topic_slug: railiance planning_priority: medium