forked from collective/collective.googleauthenticator
-
Notifications
You must be signed in to change notification settings - Fork 0
Phase 2: Registry Seeding and Import-Step Ordering #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
chris-adam
merged 28 commits into
master
from
gsd/phase-2-registry-seeding-and-import-step-ordering
Jul 30, 2026
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4abe4b3
docs(02): capture phase context
chris-adam a613450
docs(state): record phase 2 context session
chris-adam bdd6362
docs(02): create phase plan
chris-adam 477306d
docs(02): cite D-01 and D-02 in scanned must_haves surfaces
chris-adam 620f757
docs(02): add pattern map and record planning completion
chris-adam 5decb52
feat(02-01): declare import-step ordering and lazy-mint ska_secret_key
chris-adam ed59eae
test(02-01): guard REG-05 -- ska_secret_key survives a profile re-apply
chris-adam ae6681a
docs(02-01): complete registry seeding and import-step ordering plan
chris-adam 80382a9
feat(02-02): length-prefixed ska key derivation, collision proven
chris-adam 7fd95e3
test(02-02): pin get_browser_hash's empty-string return, update chang…
chris-adam d86723b
docs(02-02): complete ska key separation plan
chris-adam cdc934a
docs(02): add code review report
chris-adam f9f72bc
fix(02): CR-02 stop minting ska_secret_key from an abort-prone reques…
chris-adam 8d703e1
fix(02): CR-01 coerce falsy/None user secret before len() in get_ska_…
chris-adam b4caafc
docs(02): record CR-02 post-review revision of D-04/D-05 in 02-01-SUM…
chris-adam 51ecc93
docs: update REG-04 wording in REQUIREMENTS.md after CR-02 revision
chris-adam d55ccc4
docs(02): add code review fix report
chris-adam be8990d
docs(02): reword docstring so SC-3's runImportStepFromProfile grep st…
chris-adam d3a1541
docs(02): add phase verification report (gaps found)
chris-adam 30c755b
test(02): assert the <depends> declaration, not just the sorted order…
chris-adam f9ed419
docs(02): correct stale lazy-mint wording in CHANGES.rst and ROADMAP …
chris-adam 0dad7c9
docs(02): re-verification passes automated checks (9/9), human backst…
chris-adam 2545582
test(02): persist human verification items as UAT
chris-adam e219b30
test(02): complete UAT - 1 passed, 0 issues
chris-adam e716c52
docs(phase-02): add security threat verification
chris-adam 31891c7
docs(02): mark phase complete and transition to Phase 3
chris-adam 39de17b
docs(02): ship phase 2 — PR #2 [ci skip]
chris-adam f95e96b
Added coderabbit config
chris-adam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| reviews: | ||
| path_filters: ["!.planning/**"] |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
Correct the stale lazy-mint description.
Line 103 contradicts the install-time seeding documented in Lines 94–96 and the shipped behavior. Remove “minted lazily in
get_ska_secret_key” and describesetuphandlers._setup_secret_key()seeding instead; otherwise a future implementation may reintroduce the request-path mint that is discarded on transaction abort.Proposed correction
📝 Committable suggestion
🤖 Prompt for AI Agents