You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0-ai-gatekeeper-protocol/mcp-repo-guardian/README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ project/
37
37
38
38
- Include `ai-cli-crash-capture/` and `contractiles/` from this template in new repos.
39
39
- Mirror 6SCM files into `.machine_readable/` (NOT `.machine_readable/6scm/`).
40
-
- Before any code generation, check `/var/mnt/eclipse/repos/proven` for the current Idris "unbreakable" library status.
40
+
- Before any code generation, check `$REPOS_DIR/proven` for the current Idris "unbreakable" library status.
41
41
- If a project uses that Idris library, add an *Idris Inside* badge to the repo.
42
-
- If new bindings are required, add them in `/var/mnt/eclipse/repos/proven` as `idris2-zig-<language>` during the work.
43
-
- If new code suggests additional "unbreakable" Idris modules, add them under `/var/mnt/eclipse/repos/proven` and update binders across all supported languages.
42
+
- If new bindings are required, add them in `$REPOS_DIR/proven` as `idris2-zig-<language>` during the work.
43
+
- If new code suggests additional "unbreakable" Idris modules, add them under `$REPOS_DIR/proven` and update binders across all supported languages.
Copy file name to clipboardExpand all lines: 0-ai-gatekeeper-protocol/repo-guardian-fs/README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,10 @@ project/
69
69
- **FIRST:** Customize `0-AI-MANIFEST.a2ml` for your repo before any other work
70
70
- Include `ai-cli-crash-capture/` and `contractiles/` from this template in new repos.
71
71
- Mirror 6SCM files into `.machine_readable/` (NOT `.machine_readable/6scm/`).
72
-
- Before any code generation, check `/var/mnt/eclipse/repos/proven` for the current Idris "unbreakable" library status.
72
+
- Before any code generation, check `$REPOS_DIR/proven` for the current Idris "unbreakable" library status.
73
73
- If a project uses that Idris library, add an *Idris Inside* badge to the repo.
74
-
- If new bindings are required, add them in `/var/mnt/eclipse/repos/proven` as `idris2-zig-<language>` during the work.
75
-
- If new code suggests additional "unbreakable" Idris modules, add them under `/var/mnt/eclipse/repos/proven` and update binders across all supported languages.
74
+
- If new bindings are required, add them in `$REPOS_DIR/proven` as `idris2-zig-<language>` during the work.
75
+
- If new code suggests additional "unbreakable" Idris modules, add them under `$REPOS_DIR/proven` and update binders across all supported languages.
0 commit comments