docs(dnn): refresh 2 go-live docs post-execution + fix B1-inversion in turnkey - #794
Merged
Merged
Conversation
…n turnkey The 2 operational go-live docs (go-live-turnkey-checklist.md, go-live-smoke- test.md) were written 2026-06-26 as PRE-execution navigators. Since then the sandbox + full-IIS migration was delivered (10.3.2 + 2sxc 21.07 live at dnn.argumentum.myia.io). One carries a dangerous error that would bite a future executor. Changes (docs-only, 2 files, +45/-2): - go-live-turnkey-checklist.md: POST-EXEC banner (B1-B3 DELIVERED, only prod VPS go-live B4 remains) + CRITICAL CORRECTION to B1: the step-2/3 instruction "fetch .NET-9 contaminants at 6.0.x + align binding redirects -> 6.0.0.0" is the INVERTED thesis, proven WRONG during execution. Reverting BCL to 6.0.0.0 breaks 2sxc 21 (JsonOptions type-init MissingMethodException -> "Something went really wrong"). Correct action = deploy matched BCL stack from 2sxc 21.07 Install pkg (Json 9.0.0.0 / SCI 9.0.0.0 / Bcl 8.0.0.0) + align redirects. Cross-ref to 132 §5.5a + MEMORY reference-dnn-2sxc-net48-bcl-stack. Release de-coupling noted (B4 = jsboige ops VPS task, not blocking v0.9.0 print tag). - go-live-smoke-test.md: POST-EXEC context banner (sandbox smoke already green, checklist now prod-replay; A2/A3/A5 red-flags resolved as regression-watch not open blockers; release de-coupled). Same B1-inversion lesson already corrected in 132-deployment §5.5a (companion PR #792). This PR closes the second doc that encoded the error. po-2023 lane (docs/dnn/, operational go-live docs). Non-gated. No Cards/, no .cs, no DB. Gated ai-01 review before merge. Co-Authored-By: Claude-Code <noreply@anthropic.com>
5 tasks
jsboige
added a commit
that referenced
this pull request
Jul 13, 2026
…backlog (#798) The navigation index (entry point of the #131/#132/#457 arc) was last refreshed 2026-07-10 (#765). Since then 3 merges changed what it should report, leaving it stale: 1. B1-inversion correction swept to a 3rd doc — #792 added the lesson to 132-deployment-runbook.md §5.5(a) as a MANDATORY sub-step (the 07-10 refresh only named sandbox-bootstrap + go-live-turnkey). #794 extended the turnkey fix. §0.5 "stale-doc flags" now lists all 3 docs with PR refs. 2. #682 Path A provisioning manifest (49 fields) merged in #777 — the 3 #682 docs (decision-input, revision-2sxc21, path-a-provisioning-manifest) were missing from §2 supporting-docs table. Added. 3. §4 "jsboige gates pending" listed only #445/#525/visual-verdict — the entire i18n portage chain (#682 provisioning → #683 enablement → #684 re-import) was absent from the backlog. Added as gates 3/4/5, with #684 prep marked DONE (PR #767) and re-import marked GATED. Navigation index only — no runbook content rewritten. MD032 on the new blockquote list resolved with blank > lines (my addition, not surrounding style). Lane: docs/dnn-localization (po-2023). 0 prod write, 0 CSV. Co-authored-by: Claude-Code <noreply@anthropic.com>
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.
Context
Continuation of the DNN runbook refresh (companion to PR #792, same dispatch
2lnzsbsecondary "scope/refresh les runbooks"). The 2 operational go-live docs indocs/dnn/were written 2026-06-26 as PRE-execution navigators. Since then the sandbox + full-IIS migration was delivered. One carries a dangerous error that would bite a future executor.What landed (docs-only, 2 files, +45/-2)
go-live-turnkey-checklist.md— POST-EXEC banner + ⛔ CRITICAL B1 correctiondnn.argumentum.myia.io(HTTP 200/~85 KB, 0× "Something went wrong", HTTPS SAN exp 2026-09-27, ACME bypass active).<assemblyBinding>redirects. Canonical working bin =tmp/dnn-backups/bin_post_2sxc_realign(330 files). Pointer to MEMORYreference-dnn-2sxc-net48-bcl-stack+682-field-model-revision-2sxc21.md.go-live-smoke-test.md— POST-EXEC context bannerChecklist remains valid/actionable for the remaining gated step (prod VPS go-live). Sandbox smoke already green (sections A/B proven on the live site); A2/A3/A5 red-flags retained as regression-watch signals, not open blockers. Section B templates source-migrated #596.
Why this is real work (not fabrication)
These are operational docs a future jsboige/VPS-executor would run from. The B1 step as written would, on execution, break 2sxc 21 — a concrete, documented failure mode (the B1 incident already happened). Leaving it un-corrected is the actual bug. This PR supersedes the wrong instruction and marks B1-B3 as historical record.
The same B1-inversion lesson is corrected in
132-deployment-runbook.md§5.5(a) — that's companion PR #792 (3 runbooks). This PR closes the second doc that encoded the error.Verification
docs/dnn-localization/682-field-model-revision-2sxc21.mdexists (lsconfirmed).sk-, no API key patterns)..cs, noCards/, no DB.Gate
docs/dnn/operational go-live docs)Relates: dispatch
2lnzsbsecondary, #131/#132 (DNN), PR #792 (companion runbook refresh), MEMORYreference-dnn-2sxc-net48-bcl-stack(B1-inversion).Co-Authored-By: Claude-Code noreply@anthropic.com