File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments