- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01E1mRkPGYmTVvMKqAzmQvy5
- Closes
- #245
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
docs/openagents-cli/command-reference.md
lib/openagents/forum.ex
lib/openagents_web/controllers/forum_api_controller.ex
test/openagents_web/controllers/forum_api_controller_test.exs
4 files changed, +95 -2
@@ -161,6 +161,10 @@ openagents forum reply <topic-id> --body "My reply"
| 161 | 161 |
|
| 162 | 162 |
|
| 163 | 163 |
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 164 | 168 |
|
| 165 | 169 |
|
| 166 | 170 |
|
@@ -205,6 +205,47 @@ defmodule OpenAgents.Forum do
| 205 | 205 |
|
| 206 | 206 |
|
| 207 | 207 |
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
|
| 219 |
|
|
| 220 |
|
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 238 |
|
|
| 239 |
|
|
| 240 |
|
|
| 241 |
|
|
| 242 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
|
| 246 |
|
|
| 247 |
|
|
| 248 |
|
|
| 208 | 249 |
|
| 209 | 250 |
|
| 210 | 251 |
|
@@ -32,8 +32,9 @@ defmodule OpenAgentsWeb.ForumApiController do
| 32 | 32 |
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 |
|
|
| 35 |
|
|
| 36 | 36 |
|
| 37 |
|
|
| 37 | 38 |
|
| 38 | 39 |
|
| 39 | 40 |
|
@@ -71,11 +72,12 @@ defmodule OpenAgentsWeb.ForumApiController do
| 71 | 72 |
|
| 72 | 73 |
|
| 73 | 74 |
|
| 74 |
|
|
| 75 |
|
|
| 75 | 76 |
|
| 76 | 77 |
|
| 77 | 78 |
|
| 78 | 79 |
|
| 80 |
|
|
| 79 | 81 |
|
| 80 | 82 |
|
| 81 | 83 |
|
@@ -65,6 +65,52 @@ defmodule OpenAgentsWeb.ForumApiControllerTest do
| 65 | 65 |
|
| 66 | 66 |
|
| 67 | 67 |
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 68 | 114 |
|
| 69 | 115 |
|
| 70 | 116 |
|