We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d98296 commit b0a4246Copy full SHA for b0a4246
1 file changed
docs/operations/README.md
@@ -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