chore: seed ops repo structure
This commit is contained in:
commit
a226a5e61f
4 changed files with 30 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
# disinto-ops
|
||||||
|
|
||||||
|
Operational data for the disinto project.
|
||||||
|
|
||||||
|
## Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
disinto-ops/
|
||||||
|
├── vault/
|
||||||
|
│ ├── pending/ # vault items awaiting approval
|
||||||
|
│ ├── approved/ # approved vault items
|
||||||
|
│ ├── fired/ # executed vault items
|
||||||
|
│ └── rejected/ # rejected vault items
|
||||||
|
├── journal/
|
||||||
|
│ ├── planner/ # daily planning logs
|
||||||
|
│ └── supervisor/ # operational health logs
|
||||||
|
├── knowledge/ # shared agent knowledge and best practices
|
||||||
|
├── evidence/ # engagement data, experiment results
|
||||||
|
├── portfolio.md # addressables + observables
|
||||||
|
├── prerequisites.md # dependency graph
|
||||||
|
└── RESOURCES.md # accounts, tokens (refs), infra inventory
|
||||||
|
```
|
||||||
|
|
||||||
|
## Branch protection
|
||||||
|
|
||||||
|
- `main`: 2 reviewers required for vault items
|
||||||
|
- Journal/evidence commits may use lighter rules
|
||||||
1
RESOURCES.md
Normal file
1
RESOURCES.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Resources
|
||||||
1
portfolio.md
Normal file
1
portfolio.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Portfolio
|
||||||
1
prerequisites.md
Normal file
1
prerequisites.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
# Prerequisite Tree
|
||||||
Loading…
Add table
Add a link
Reference in a new issue