Skip to content

Commit fc08958

Browse files
Jonathan D.A. Jewellclaude
andcommitted
meta: add cross-platform status for GitLab reconciliation
Status: gh-primary GitLab: https://gitlab.com/hyperpolymath/maaf/4a-languages/wokelang Notes: GitHub newer. Safe to sync GH→GL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 32646a6 commit fc08958

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

META.scm

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,32 @@
2222

2323
(define design-rationale
2424
'((why-rsr "RSR ensures consistency, security, and maintainability.")))
25+
;; ============================================================================
26+
;; CROSS-PLATFORM STATUS (Added 2025-12-17)
27+
;; ============================================================================
28+
;; This repo exists on multiple platforms. GitHub is the primary/source of truth.
29+
30+
(cross-platform-status
31+
(generated "2025-12-17")
32+
(primary-platform "github")
33+
(gitlab-mirror
34+
(path "hyperpolymath/maaf/4a-languages/wokelang")
35+
(url "https://gitlab.com/hyperpolymath/maaf/4a-languages/wokelang")
36+
(last-gitlab-activity "2025-11-13")
37+
(sync-status "gh-primary")
38+
(notes "GitHub newer. Safe to sync GH→GL."))
39+
40+
(reconciliation-instructions
41+
";; To fetch and compare GitLab content:"
42+
";; git remote add gitlab https://gitlab.com/hyperpolymath/maaf/4a-languages/wokelang.git"
43+
";; git fetch gitlab"
44+
";; git log gitlab/main --oneline"
45+
";; git diff main gitlab/main"
46+
";;"
47+
";; To merge if GitLab has unique content:"
48+
";; git merge gitlab/main --allow-unrelated-histories"
49+
";;"
50+
";; After reconciliation, GitHub mirrors to GitLab automatically.")
51+
52+
(action-required "gh-primary"))
53+

0 commit comments

Comments
 (0)