docs(user-guide): document saved decks export/import + decrypt tool - #248
Merged
Merged
Conversation
…ol (PR-6 checklist, #242)
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
docs/user-guide.mdsection previously described saved decks / My Decks at all (docs/features/saved-decks.mdisn't inwiki-publish-map.json, so it doesn't publish to the wiki, anduser-guide.md's existing "Saving and re-using a project" section covers local-folder/Drive only). Added a new sibling section with minimal framing (My Decks page, signed-in save) plus the Export/Import + standalonedecrypt-saved-deck-export/tool blurb, linking out todocs/features/saved-decks.mdfor the full design.Test plan
python3 .github/scripts/docs_lint.py→docs-lint: clean.pytest .github/scripts/tests/test_publish_wiki_link_rewrite.py .github/scripts/tests/test_publish_readme.py→ 12 passed, 28 subtests passed.github/scripts/publish_wiki.pyagainst a scratch clone of the live wiki repo: new section renders inUser-Guide.md, and thedocs/features/saved-decks.mdlink correctly rewrites to an absolute GitHub blob URL (that page isn't wiki-published)git diff --statconfirms onlydocs/user-guide.mdchanged — no README region, no generated wiki page hand-editedOpen items
docs/features/saved-decks.md's continued exclusion fromwiki-publish-map.jsonis a pre-existing gap (predates this PR, unrelated to PR-6 deck portability: export/import + standalone decrypt tool #242) — flagging, not fixing here, since publishing the full crypto design as its own wiki page is a separate editorial call for the owner.Co-Authored-By: Claude Fable 5 noreply@anthropic.com