Skip to content

Commit 5a7d4e7

Browse files
Jonathan D.A. Jewellclaude
andcommitted
meta: add cross-platform status (NEEDS REVIEW)
⚠️ Both GitHub and GitLab active on same day - manual comparison required. GitLab: https://gitlab.com/hyperpolymath/palimpsest-license 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f962ba9 commit 5a7d4e7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

META.scm

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,39 @@
9797
Each language is chosen for its strengths in its domain.")))
9898

9999
;;; End of META.scm
100+
;; ============================================================================
101+
;; CROSS-PLATFORM STATUS (Added 2025-12-17)
102+
;; ============================================================================
103+
;; ATTENTION: Both GitHub and GitLab were active on the same day.
104+
;; Manual review required before syncing.
105+
106+
(cross-platform-status
107+
(generated "2025-12-17")
108+
(primary-platform "github")
109+
(gitlab-mirror
110+
(path "hyperpolymath/palimpsest-license")
111+
(url "https://gitlab.com/hyperpolymath/palimpsest-license")
112+
(last-gitlab-activity "2025-12-17")
113+
(sync-status "needs-review")
114+
(notes "Both platforms active same day. 2.2MB repo - compare carefully."))
115+
116+
(reconciliation-instructions
117+
";; STEP 1: Add GitLab remote and fetch"
118+
";; git remote add gitlab https://gitlab.com/hyperpolymath/palimpsest-license.git"
119+
";; git fetch gitlab"
120+
";;"
121+
";; STEP 2: Compare the two versions"
122+
";; git log --oneline main # GitHub history"
123+
";; git log --oneline gitlab/main # GitLab history"
124+
";; git diff main gitlab/main # See differences"
125+
";;"
126+
";; STEP 3: Decide and merge if needed"
127+
";; git merge gitlab/main --allow-unrelated-histories"
128+
";; OR cherry-pick specific: git cherry-pick <sha>"
129+
";;"
130+
";; STEP 4: After reconciliation, update this section:"
131+
";; (sync-status \"resolved\")"
132+
";; (resolved-date \"YYYY-MM-DD\")")
133+
134+
(action-required "needs-review"))
135+

0 commit comments

Comments
 (0)