Bootstrap the first rail-kubernetes repo
This commit is contained in:
parent
e6867e5ca9
commit
513407acaa
13 changed files with 433 additions and 0 deletions
41
AGENTS.md
Normal file
41
AGENTS.md
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# rail-kubernetes — Agent Instructions
|
||||
|
||||
## Repo Identity
|
||||
|
||||
**Purpose:** Default Railiance execution rail for generic
|
||||
workload-on-Kubernetes semantics.
|
||||
|
||||
**Domain:** financials
|
||||
**Repo slug:** rail-kubernetes
|
||||
**Topic slug:** railiance
|
||||
**Workplan prefix:** `RAIL-K8S-WP-`
|
||||
|
||||
---
|
||||
|
||||
## Session Protocol
|
||||
|
||||
**Start:**
|
||||
1. Read `README.md`, `INTENT.md`, and `SCOPE.md`
|
||||
2. Review active work in `workplans/`
|
||||
3. Re-read the current rail declaration in `declarations/rail.yaml`
|
||||
|
||||
**During work:**
|
||||
- Keep the boundary with `railiance-cluster` explicit
|
||||
- Keep workload packaging concerns out of this repo
|
||||
- Prefer source-controlled declarations over implicit conventions
|
||||
|
||||
**Close:**
|
||||
1. Update workplan files to reflect progress
|
||||
2. Register or refresh the repo from `.repo-classification.yaml` when needed
|
||||
3. Run `statehub fix-consistency`
|
||||
|
||||
---
|
||||
|
||||
## Boundary Reminders
|
||||
|
||||
- Do not move substrate bootstrap into this repo
|
||||
- Do not normalize workload-specific helper commands here
|
||||
- Do not let `rapp-*` packaging or `reef-*` substrate inventory drift into this repo
|
||||
|
||||
The canonical framework boundary lives in
|
||||
`railiance-master/docs/rail-kubernetes-boundary.md`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue