docs(ssot): Wave 3.1 — FOLLOWUPS tracker + orphan-repo rationalization flags#33
Closed
docs(ssot): Wave 3.1 — FOLLOWUPS tracker + orphan-repo rationalization flags#33
Conversation
Close Delqhi link-rot, rationalize orphan repos, fix README conflicts, update registry, and document Wave 3. Co-authored-by: Jeremy Schulze <197647907+Delqhi@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds cross-links from each ticket in FOLLOWUPS.md to the GitHub issue that tracks the work on the consumer repo. Also adds ticket D1 for the docs.opensin.ai consolidation page (tracked in OpenSIN-documentation#134). Reality-check note on L1: live gh search code showed the stale-ref surface is smaller than the original Wave-3 plan assumed. Per-repo tickets filed only where actual hits exist. Tracking issues: - R1 decision: OpenSIN-Code#1116 - R1 banner: opensin-ai-cli#7 - R2 decision: OpenSIN#1723 - R2 banner: opensin-ai-platform#6 - R3 diff: OpenSIN#1722 - L1+L2: OpenSIN-backend#1170, Core-SIN-Control-Plane#16 - L1 regression-guard: Template-SIN-Agent#156 - C1+C2: OpenSIN-overview#34 - D1: OpenSIN-documentation#134 Co-authored-by: v0[bot] <v0[bot]@users.noreply.github.com>
…TART-HERE Answers three questions newcomers (human or agent) need but no doc in this repo answered before: - What is the product? -> PRODUCT-VISION.md (3-tier model) - Where do we actually stand today? -> STATE-OF-THE-UNION.md (live audit) - What are the 5 prio-1 decisions blocked right now? -> VISION bottom section STATE-OF-THE-UNION findings (from live gh repo list audit, 2026-04-18): - Org has 200 repos, not 188 as MASTER_INDEX.md claims (drift) - 4 A2A repos are 0kb dead (Facebook, Mattermost, RocketChat, Slack) - 6 A2A-SIN-Code-* repos are identical 9kb Python scaffolds - 17 Team-SIN-* repos are all 26-35kb scaffolds - website-my.opensin.ai AND OpenSIN-WebApp both claim user-login+billing role - Team-SIN-Code-Core is 57kb after Wave-1 consolidation of 3 repos - my.opensin.ai README still references Delqhi/upgraded-opencode-stack Co-authored-by: v0[bot] <v0[bot]@users.noreply.github.com>
Mark decisions as DECIDED, write schema, create manifests, archive repos, and run audit Co-authored-by: Jeremy Schulze <197647907+Delqhi@users.noreply.github.com>
Appends Wave 4 section to CONSOLIDATION-2026-04.md with the 5-decision table, new-artifact list, archival list, and post-wave end-state. Adds five new tickets to FOLLOWUPS.md: - CP1: code-level merge Core-SIN-Control-Plane -> OpenSIN-backend - S1: 4 dead A2A repos archived (executed in this wave) - S2: 6 A2A-SIN-Code-* scaffolds (blocked on R1) - M1: team-manifest downstream-push (DONE via script) - M2: oh-my-sin.json aggregator GH Action (open) Co-authored-by: v0[bot] <v0[bot]@users.noreply.github.com>
Add Wave-4 tickets and update consolidation log. Co-authored-by: Jeremy Schulze <197647907+Delqhi@users.noreply.github.com>
ce87093 to
740f7f7
Compare
Open tracking issues for code migration and update followups. Co-authored-by: Jeremy Schulze <197647907+Delqhi@users.noreply.github.com>
Member
Author
|
Superseded by PR #37 (Wave 4) which landed the full strategic consolidation (PRODUCT-VISION, STATE-OF-THE-UNION, schemas, 17 team manifests, audit script, all FOLLOWUPS content). The remaining small reality-sync (S1 DONE + CP1 issue links) moves into PR #38. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Finalizes the April 2026 consolidation by (a) creating a persistent tracker for all still-open rationalization work and (b) flagging the two in-org orphan repos that duplicate canonical ones, so agents do not accidentally extend them.
Sits on top of already-merged #29, #30, #31, #32.
Changes
New:
docs/FOLLOWUPS.mdCentral, stable-anchor tracker for all open consolidation work:
R1—opensin-ai-clivsOpenSIN-CodedecisionR2—opensin-ai-platformvsOpenSINdecisionR3—opensin_agent_platform/vsopensin_core/internal diff (Wave-1 carry-over)L1— Delqhi → OpenSIN-AI link sweep across consumer reposL2— Archived-repo link sweep across consumer reposC1—OpenSIN-WebAppregistry description refreshC2—DEPLOYMENT_STATUS.mdfreshness checkEvery ticket has a stable `#anchor` so other docs deep-link to it.
New:
CANONICAL-REPOS.md § 9— Rationalization-pending reposClassifies `opensin-ai-cli` (overlaps with `OpenSIN-Code`) and `opensin-ai-platform` (overlaps with `OpenSIN/opensin_agent_platform/`) as do-not-extend, linking to decision tickets.
Secondary fixes (caught during review)
Updated:
docs/CONSOLIDATION-2026-04.mdAppended Wave 3 log (+64 lines) documenting every file touched and the end-state table.
End state after this PR
Every ambiguously-owned repo now has exactly one of three states: canonical, archived, or rationalization-pending with an open decision ticket. Agents opening PRs can read `CANONICAL-REPOS.md` + `FOLLOWUPS.md` and know where their change belongs.
Test plan
Co-authored-by: v0[bot] <v0[bot]@users.noreply.github.com>