From f57a5c1dcef26c7e44f1e1fa1f8dac881f2d299b Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 2 Jul 2026 00:21:49 +0200 Subject: [PATCH] Repo hygiene: fill stack-and-commands, normalize workplan statuses - Fill .claude/rules/stack-and-commands.md (was an empty TODO template) - Normalize workplan frontmatter statuses to canonical vocabulary (completed/done -> finished) per ADR-001 Co-Authored-By: Claude Fable 5 --- .claude/rules/stack-and-commands.md | 19 +++++++------------ .../RAIL-FAB-WP-0001-ecosystem-graph-model.md | 2 +- ...-FAB-WP-0002-ecosystem-registry-service.md | 2 +- ...003-registry-feed-and-library-inventory.md | 2 +- ...AB-WP-0004-registry-inventory-and-drift.md | 2 +- .../RAIL-FAB-WP-0005-registry-hardening.md | 2 +- ...-WP-0006-multi-repo-registry-onboarding.md | 2 +- ...L-FAB-WP-0007-all-local-repo-onboarding.md | 2 +- 8 files changed, 14 insertions(+), 19 deletions(-) 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