generated from coulomb/repo-seed
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 <noreply@anthropic.com>
This commit is contained in:
@@ -1,19 +1,14 @@
|
|||||||
## Stack
|
## Stack
|
||||||
|
|
||||||
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
- **Language:** Python ≥3.12 (`railiance_fabric` package)
|
||||||
- **Language:**
|
- **Key deps:** jsonschema, PyYAML; SQLite registry at `.railiance-fabric/registry.sqlite3`
|
||||||
- **Key deps:**
|
|
||||||
|
|
||||||
## Dev Commands
|
## Dev Commands
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# TODO: Fill in the standard commands for this repo
|
python3 -m pytest tests/ # run the test suite
|
||||||
|
make graph-explorer # registry-backed graph explorer (HOST/PORT/REGISTRY_DB overridable)
|
||||||
# Install dependencies
|
python3 -m railiance_fabric.server --db .railiance-fabric/registry.sqlite3
|
||||||
|
|
||||||
# Run tests
|
|
||||||
|
|
||||||
# Lint / type check
|
|
||||||
|
|
||||||
# Build / package (if applicable)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Local-only tooling — no production deploy surface in this repo.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Railiance Ecosystem Graph Model"
|
title: "Railiance Ecosystem Graph Model"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: high
|
planning_priority: high
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Railiance Ecosystem Registry Service"
|
title: "Railiance Ecosystem Registry Service"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: high
|
planning_priority: high
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Registry Feed And Library Inventory"
|
title: "Registry Feed And Library Inventory"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: high
|
planning_priority: high
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Registry Inventory And Drift Views"
|
title: "Registry Inventory And Drift Views"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: high
|
planning_priority: high
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Registry Hardening"
|
title: "Registry Hardening"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: medium
|
planning_priority: medium
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "Multi-Repo Registry Onboarding"
|
title: "Multi-Repo Registry Onboarding"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: high
|
planning_priority: high
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ type: workplan
|
|||||||
title: "All Local Repo Onboarding"
|
title: "All Local Repo Onboarding"
|
||||||
domain: financials
|
domain: financials
|
||||||
repo: railiance-fabric
|
repo: railiance-fabric
|
||||||
status: completed
|
status: finished
|
||||||
owner: codex
|
owner: codex
|
||||||
topic_slug: railiance
|
topic_slug: railiance
|
||||||
planning_priority: medium
|
planning_priority: medium
|
||||||
|
|||||||
Reference in New Issue
Block a user