Add provider-neutral Wiki shadow rebuild - #11
Merged
Conversation
Add digest-bound task, result, and comparison artifacts for rebuilding source and concept pages without changing the live Wiki. Fix CI Node portability and verify bundled CLI entrypoints. Validation: pnpm check
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
task,compare, andreviewCLI commands without an apply path.Why
The Wiki could prepare and review reusable answers, but it had no safe way to test whether existing
pages could be reconstructed from managed evidence. This adds a non-mutating experiment before any
promotion workflow is considered.
The previous Verify run also rejected the GitHub-hosted Node executable because it did not satisfy
the subscription runner's local executable permission policy. CI now copies Node to a private
runner-owned path without weakening the production security check.
Impact
The task and result formats do not depend on an API, provider, subscription product, or transport.
Users can pass the task prompt to any AI platform and compare the returned JSON locally. Shadow
rebuild cannot modify live pages,
index.md, orlog.md.The Karpathy source and concept pages were exercised through the new flow. The final candidate had
no introduced lint issues, missing sources, or missing Wiki links, while the live Wiki remained
byte-for-byte unchanged.
Validation
pnpm check