Commit 93556fc
Correct stale TASK-048 alias comment (auth/405 hooks are functional)
The install_default_alias_hooks_ doc claimed all three aliases are
"observation-only stubs ... byte-for-byte identical to v1", describing a
superseded design. In the current code the auth and method_not_allowed
aliases ARE the dispatch path (the inline apply_auth_short_circuit / 405
branch was removed) — the auth alias is the security boundary. Only
not_found is observation-only (empty body; seat kept for PRD-HOOK-REQ-009
hook-count introspection). Comment-only; no behavior change.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NpysYDDJac63yz2mZKKiDf1 parent d8bea8f commit 93556fc
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
| |||
0 commit comments