DARK-23: preserve CLI metadata and devshell fixes - #49
Draft
cooper (czxtm) wants to merge 3 commits into
Draft
Conversation
Preserves existing working-copy changes for review during DARK-20.
cooper (czxtm)
had a problem deploying
to
docs-preview
September 10, 2026 00:42 — with
GitHub Actions
Failure
Contributor
|
Preview deployed to |
Preserves existing working-copy changes for review during DARK-20.
cooper (czxtm)
had a problem deploying
to
docs-preview
September 10, 2026 00:51 — with
GitHub Actions
Failure
Co-authored-by: multica-agent <github@multica.ai>
Contributor
|
Docs preview deployed to |
cooper (czxtm)
marked this pull request as draft
September 10, 2026 05:55
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.
Parked after Cooper narrowed DARK-20 to pre-existing workspace issue work. This repository discovery has an audit-created tracking issue and is outside the active merge recommendation; source and validation below are preserved records.
Adds CLI build revision/date, passes flake metadata into Go builds, and packages security-healthcheck runtime dependencies. Includes the existing envrc/bootstrap fixes, title relocation, Prelude settings and lock refresh. Separate from DARK-13 agent-driven onboarding.
Readiness fixes correct Prelude’s title path to
.stack/title.txtand putstackpanel.doctor.<name>in inline code in the option source and generated MDX, fixing the docs build’s invalid JSX placeholder.Validation at
a3016f9c:nix flake check --no-build --no-write-lock-filepassed for aarch64-darwin, changed Nix files passed Nixfmt and parsing, configured title path exists, andgit diff --checkpassed. An isolated@mdx-js/mdx 3.1.1compile reproduced the original closing-tag failure and compiled the corrected full MDX page successfully. The initial publication’sgo test ./cmd/cliandgo build ./...passed in Nix; this readiness commit changes no Go code. Full devshell realization was stopped while fetching dependencies, before its requested Go tests ran; the complete Next build and other-platform Nix checks were not run locally. Updated CI runs independently.Published and checked under DARK-23/DARK-20. No deployment or live secret access was performed.