Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b2fa94b
test(browser): require protocol identity registry
seonghobae Aug 9, 2026
0e5917a
style(browser): apply canonical rustfmt
seonghobae Aug 9, 2026
bcc8f10
feat(browser): implement authority registry
seonghobae Aug 9, 2026
2e4c359
test(browser): close registry coverage gaps
seonghobae Aug 9, 2026
1a1027f
test(browser): satisfy strict clippy contracts
seonghobae Aug 9, 2026
938ae8c
style(browser): apply canonical registry test formatting
seonghobae Aug 9, 2026
76cddbc
test(browser): keep fixture origin errors local
seonghobae Aug 9, 2026
4ea14a1
ci: surface exact browser-registry coverage gaps
seonghobae Aug 9, 2026
b298111
test(browser): require bounded authority identifier capacity
seonghobae Aug 10, 2026
f528f6a
feat(browser): bound registry identifier capacity
seonghobae Aug 10, 2026
eaadbf5
test(browser): cover exact registry denial branches
seonghobae Aug 10, 2026
235fd1f
test(browser): keep origin mismatch fixture deterministic
seonghobae Aug 10, 2026
2276b4c
style(browser): format authority registry regression
seonghobae Aug 10, 2026
930b3a8
refactor(browser): preserve fallible invariants without uncovered pro…
seonghobae Aug 10, 2026
c78dc70
fix(browser): satisfy strict clippy on invariant side effects
seonghobae Aug 10, 2026
39966aa
test(browser): cover repeated node binding in unit crate
seonghobae Aug 10, 2026
f3130ea
test(browser): run repeated binding in unit crate
seonghobae Aug 10, 2026
45ed9bc
test(browser): use non-panicking unit origin fixture
seonghobae Aug 10, 2026
c30e2e4
test(browser): fix unit origin fixture conversion
seonghobae Aug 10, 2026
78ba71b
test(browser): exercise public default and error contracts
seonghobae Aug 10, 2026
504f8cf
test(browser): cover unit-crate session authority failures
seonghobae Aug 10, 2026
b539539
test(core): remove synthetic coverage-only error branches
seonghobae Aug 10, 2026
c30c76e
Merge branch 'main' into feat/browser-authority-registry
opencode-agent[bot] Aug 10, 2026
9e635e8
test(browser): derive identifier boundary from public contract
seonghobae 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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
--branch
--text
--show-missing-lines
> missing-lines.txt
| tee missing-lines.txt
- name: Upload exact coverage diagnostics
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
Expand Down
Loading
Loading