Skip to content

Commit b0a4246

Browse files
committed
docs: add operations guide
1 parent 0d98296 commit b0a4246

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

docs/operations/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Operations
2+
3+
Operations pages describe how to keep AI-OS healthy after publication.
4+
5+
## Operating loop
6+
7+
```mermaid
8+
flowchart TD
9+
A[Change] --> B[Run repository verifier]
10+
B --> C[Run tests]
11+
C --> D[Sync wiki]
12+
D --> E[Review platform settings]
13+
E --> F[Publish or report]
14+
```
15+
16+
## Routine checks
17+
18+
- CI docs workflow is green.
19+
- Wiki sync workflow has run after wiki source changes.
20+
- Open dependency PRs are reviewed.
21+
- Release environment still requires review.
22+
- Repository description and topics match the project purpose.
23+
- README links still work.

0 commit comments

Comments
 (0)