Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a2cc5ae
feat(custody): private-vault — git-tracked ciphertext custody for hig…
4444J99 Aug 9, 2026
e60320c
fix: seal private vault metadata
4444J99 Aug 9, 2026
ccc87f0
vault: store Styx effort brief
4444J99 Aug 9, 2026
66cfe34
fix(custody): close private vault review gaps
4444J99 Aug 10, 2026
f489b9b
fix(custody): preserve monotonic vault history
4444J99 Aug 10, 2026
667edb4
fix(custody): validate vault key and restore target
4444J99 Aug 10, 2026
46cd3ea
fix(custody): prove encryption key usability
4444J99 Aug 10, 2026
eeaaa85
fix(custody): close remaining public path gaps
4444J99 Aug 10, 2026
465c4b5
fix(custody): pin immutable vault evidence
4444J99 Aug 10, 2026
9972f37
fix(custody): close vault path bypasses
4444J99 Aug 10, 2026
a40d594
fix(custody): enforce public manifest grammar
4444J99 Aug 10, 2026
ac66e22
fix(custody): bind restore to committed history
4444J99 Aug 10, 2026
969e57f
fix(custody): keep plaintext on source volume
4444J99 Aug 10, 2026
da5223a
fix(custody): authenticate recovery framing
4444J99 Aug 10, 2026
a287443
fix(custody): require trusted recovery boundaries
4444J99 Aug 10, 2026
bd87794
fix(custody): reject transient private history
4444J99 Aug 10, 2026
2d62044
fix(custody): close transient history gaps
4444J99 Aug 10, 2026
b143eee
fix(custody): complete history integrity gate
4444J99 Aug 10, 2026
32a18f5
fix(custody): make restore publication race-safe
4444J99 Aug 10, 2026
072bcca
fix(custody): pin history and filesystem objects
4444J99 Aug 10, 2026
f127e6a
fix(custody): verify staged objects and rollback add
4444J99 Aug 10, 2026
19bd23c
fix(custody): reject redirected restore destinations
4444J99 Aug 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ container/state/
*.premigrate
.limen.env
.limen-private/
/.limen-workstream/
MASTER-PLAN.md
# git worktree dirs (isolation checkouts — never tracked)
.worktrees/
Expand Down
Loading
Loading