Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
969a50e
fix(review): require signed workspace authority on current main
seonghobae Aug 10, 2026
e29be60
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
opencode-agent[bot] Aug 10, 2026
53662a8
fix(review): bind trusted workspace context to route
seonghobae Aug 10, 2026
89221ea
fix(review): bind controller routes to signed request context
seonghobae Aug 10, 2026
8a29bae
test(review): prove request-bound trusted context
seonghobae Aug 10, 2026
412814a
test(review): exercise signed authority at every route
seonghobae Aug 10, 2026
b3db07f
style(review): format trusted context boundary
seonghobae Aug 10, 2026
447aaf8
style(review): satisfy service formatting gate
seonghobae Aug 10, 2026
c108017
test(review): bind controller fixtures to exact routes
seonghobae Aug 10, 2026
40e0efa
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
github-actions[bot] Aug 10, 2026
4c9e844
test(review): cover completion path signature replay
seonghobae Aug 11, 2026
4a7cba7
style(review): restore canonical request-binding format
seonghobae Aug 11, 2026
8fd48fb
style(review): format authority regression coverage
seonghobae Aug 11, 2026
967fa99
style(review): normalize request-binding guard
seonghobae Aug 11, 2026
246a9ea
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
opencode-agent[bot] Aug 11, 2026
b8d232c
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
opencode-agent[bot] Aug 11, 2026
7eddd27
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
opencode-agent[bot] Aug 11, 2026
4b3d505
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
opencode-agent[bot] Aug 11, 2026
f2b4d27
chore(review): expose canonical formatter diff
seonghobae Aug 11, 2026
9990af0
fix(review): validate all prettier lint targets
seonghobae Aug 11, 2026
50b0c5d
style(review): apply canonical Prettier output
seonghobae Aug 11, 2026
7ed3556
style(review): apply canonical controller test formatting
seonghobae Aug 11, 2026
36ad281
style(review): apply canonical boundary test formatting
seonghobae Aug 11, 2026
31e8a1b
Merge branch 'main' into fix/review-trusted-workspace-authority-curre…
opencode-agent[bot] Aug 11, 2026
b82a854
test(review): centralize signed context fixture
seonghobae Aug 11, 2026
42dc01e
test(review): reuse canonical context signer in controller tests
seonghobae Aug 11, 2026
3aefc77
test(review): reuse canonical signer in authority tests
seonghobae Aug 11, 2026
dfb4e35
test(review): reuse canonical signer in boundary tests
seonghobae Aug 11, 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 apps/review-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "nest build",
"dev": "nest start --watch",
"lint": "tsc --noEmit && prettier --single-quote --check package.json migrations/README.md src/**/*.ts ../../docs/superpowers/plans/2026-08-04-guided-review-service-slice.md",
"lint": "tsc --noEmit && prettier --single-quote --check package.json migrations/README.md 'src/**/*.ts' ../../docs/superpowers/plans/2026-08-04-guided-review-service-slice.md",
"test": "vitest run --passWithNoTests --no-file-parallelism",
"typecheck": "tsc --noEmit"
},
Expand Down
Loading
Loading