Skip to content

Overlap With Canonical Repos

Verified at audit time using diff -rq --exclude=node_modules --exclude=.git ... against each canonical source.

Admin pair — backend/admin-backend/ and frontend/admin-frontend/

Both are byte-identical to their canonical sources (Someli-admin-api/ and admin_console_R/). The snapshot was taken at or after these repos' last activity at audit time (admin BE: 2026-01-12; admin FE: 2026-01-13; snapshot: 2026-01-23). No drift.

Designer pair

backend/designer-backend/ vs designer-api/

6 file differences, all infrastructure:

  • Canonical-only: deploy_image.py, Dockerfile, .dockerignore, nginx.conf, push.sh — these are deploy-side files added to designer-api after the snapshot
  • Modified: routes/routes.js — the canonical has accumulated post-snapshot edits

Application code (jobs, helpers, actions, modules/dbDriver, conf.js, server.js) is byte-identical to the canonical.

frontend/designer-frontend/ vs Someli-Designer/

14 file differences:

  • Canonical-only: Dockerfile
  • Modified pages/*.vue (13 files): carousaltemplateEditor.vue, contentCorrection.vue, contentMismatching.vue, MastermediaEditor.vue, mediaEditor.vue, PostColorCorrection.vue, postEditor.vue, postsMismatching.vue, PreproductionPostEditor.vue, TemplateColorCorrection.vue, TemplateConditioning.vue, templateEditor1.vue, templateEditor.vue

All other files match. The drift is confined to the editor/correction pages that have seen recent feature work.

App pair (heavily stale — same drift as someli-mono-repo)

backend/app-backend/ vs someli-api/

49 file differences — exactly the same set as someli-mono-repo/backend/. This confirms the app snapshot was lifted from the same source at the same time as someli-mono-repo's.

See someli-mono-repo/overlap-with-canonical.md for the diff list.

frontend/app-frontend/ vs someli-platform/

333 file differences — also the same set as someli-mono-repo/frontend/. Same conclusion: substantially stale, do not deploy or feature-develop from here.

Net assessment

someli-project is the better snapshot for the admin and designer pairs (clean / near-clean) but inherits someli-mono-repo's stale app-pair snapshot.

If you need a single-tree view of the whole platform for read-only purposes, prefer someli-project over someli-mono-repo. For active development, always use the canonical repos.