Complete ISSUE-WP-0007 railiance01 cutover
This commit is contained in:
parent
3523a7decc
commit
51440da148
8 changed files with 35 additions and 344 deletions
13
SCOPE.md
13
SCOPE.md
|
|
@ -112,8 +112,8 @@ also `sync_metadata.mapping` and a row in `mappings.db`.
|
|||
| Artifact | Provides |
|
||||
| --- | --- |
|
||||
| PyPI package | Built wheel/sdist; Makefile targets publish to Coulomb Gitea/Forgejo registry |
|
||||
| Docker + `k8s/railiance/` | GitOps-style deploy on railiance01 (deployment, service, configmap, ExternalSecret) |
|
||||
| `docs/argocd-gitops.md` | Operator runbook for that deploy |
|
||||
| Docker image | Built and published by this app repo; production consumes an immutable digest |
|
||||
| `rapp-issue-core` | Authoritative railiance01 runtime package: manifests, private Service, ExternalSecret references, NetworkPolicy, rollout, rollback, and live evidence |
|
||||
| `docs/package-release.md` | Release notes for packaging |
|
||||
| `registry/` + `CAPABILITY-issue-tracking.yaml` | Reuse-surface / capability federation metadata |
|
||||
| Tests | `tests/` unit coverage for models, CLI, backends, API ingest/query, mapping |
|
||||
|
|
@ -313,11 +313,14 @@ issue_core/
|
|||
cli/ # Click: issue, project, map, backend, sync, serve
|
||||
api/ # FastAPI: ingest + query (+ auth, schemas)
|
||||
tests/
|
||||
docs/ # gitops, nats stub, mapping design, boundary-sync policy
|
||||
k8s/railiance/ # deploy manifests
|
||||
docs/ # nats stub, mapping design, boundary-sync policy
|
||||
workplans/ # ADR-001 work items for this repo
|
||||
```
|
||||
|
||||
Production runtime packaging is intentionally outside this tree in the sibling
|
||||
`rapp-issue-core` repository. This repo remains authoritative for domain code,
|
||||
tests, image construction, and Forgejo image publication.
|
||||
|
||||
| Concern | Choice |
|
||||
| --- | --- |
|
||||
| Language | Python 3.8+ |
|
||||
|
|
@ -339,7 +342,7 @@ workplans/ # ADR-001 work items for this repo
|
|||
- `docs/boundary-sync-and-status-mapping.md` — dual-lifecycle outward policy (v1)
|
||||
- `docs/intent-work-record-alignment-review.md` — INTENT vs work-record audit
|
||||
- `docs/nats-task-ingestion.md` — NATS design stub
|
||||
- `docs/argocd-gitops.md` — railiance01 deploy
|
||||
- `rapp-issue-core` — authoritative railiance01 deployment and live evidence
|
||||
- `AGENT_INTEGRATION.md` — library patterns for tracker ops
|
||||
- `workplans/ISSUE-WP-0004-align-with-work-record-canon.md` — initial framing pivot
|
||||
- `workplans/ISSUE-WP-0005-connector-alignment-implementation.md` — **finished**: mapping + scope gaps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue