The remote row pointed at 127.0.0.1:18000, a reverse tunnel back to the workstation. On railiance01 the State Hub runs in the cluster on that same machine, so the request left the box and came back to reach a local service. Refs CUST-WP-0067-T07 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006 |
||
|---|---|---|
| .claude/rules | ||
| .forgejo/workflows | ||
| .gitea/workflows | ||
| open_reuse | ||
| registry | ||
| schemas | ||
| templates | ||
| tests | ||
| workplans | ||
| .custodian-brief.md | ||
| .gitignore | ||
| .repo-classification.yaml | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| INTENT.md | ||
| LICENSE | ||
| ProductRequirementsDocument.md | ||
| pyproject.toml | ||
| README.md | ||
| SCOPE.md | ||
open-reuse
Managed continuity for valuable open-source integrations.
Pragmatically-created integrations with open-source software — a reused
component, an adapted service, an extracted module — become long-term
dependencies on upstream evolution once they prove valuable. open-reuse
turns those integrations into structured, maintainable, explicitly-owned
assets instead of letting them degrade into undocumented, silently-breaking
liabilities. The goal is not merely reuse, but sustainable reuse under
change.
Every integration is analyzed, classified by reuse mode, given clear boundaries and interfaces, and tracked with an explicit update loop against its upstream.
Quick start
open-reuse validate
open-reuse validate path/to/thing.integration.yaml --root .
validate checks integration definitions (registry/integrations/*.integration.yaml)
against schemas/integration.schema.yaml and the registry index
(registry/indexes/integrations.yaml).
Getting oriented
- Intent and problem statement:
INTENT.md - Scope and boundaries:
SCOPE.md - Product requirements:
ProductRequirementsDocument.md - Integration entry template:
templates/integration-entry.template.yaml - CLI source:
open_reuse/cli.py,open_reuse/registry.py,open_reuse/validate.py
In scope
Integration analysis docs, registry, and workplans; reuse-mode
classification and continuity policies; State Hub progress and decisions.
See SCOPE.md for the full in/out-of-scope breakdown.