- Co-Authored-By
- Christopher David <chris@openagents.com>
Keep every compiled module packageable by the build lane
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
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.
Changed files
-
modified
docs/evidence/forum-port-migration.md -
modified
docs/forum-port.md -
modified
docs/taxonomy.md -
renamed
lib/mix/tasks/openagents.forum.import.ex -
modified
lib/openagents/forge/build_artifact.ex -
added
test/openagents/forge/build_artifact_namespace_test.exs -
modified
test/openagents/forge/build_artifact_test.exs
Diff
7 files changed, +34 -8
docs/evidence/forum-port-migration.md modified +1 -1
docs/forum-port.md modified +1 -1
@@ -12,7 +12,7 @@ The legacy forum was a TanStack application backed by the Effect stack, with
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 15 |
|
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
docs/taxonomy.md modified +1 -1
@@ -148,7 +148,7 @@ surface via `openagents api`.
| 148 | 148 |
|
| 149 | 149 |
|
| 150 | 150 |
|
| 151 |
|
|
| 151 |
|
|
| 152 | 152 |
|
| 153 | 153 |
|
| 154 | 154 |
|
lib/mix/tasks/forum_import.ex → lib/mix/tasks/openagents.forum.import.ex renamed +3 -3
@@ -1,4 +1,4 @@
| 1 |
|
|
| 1 |
|
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
@@ -13,9 +13,9 @@ defmodule Mix.Tasks.Forum.Import do
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
|
|
| 16 |
|
|
| 17 | 17 |
|
| 18 |
|
|
| 18 |
|
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 | 21 |
|
lib/openagents/forge/build_artifact.ex modified +3 -2
@@ -24,8 +24,9 @@ defmodule OpenAgents.Forge.BuildArtifact do
| 24 | 24 |
|
| 25 | 25 |
|
| 26 | 26 |
|
| 27 |
|
|
| 28 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 29 | 30 |
|
| 30 | 31 |
|
| 31 | 32 |
|
test/openagents/forge/build_artifact_namespace_test.exs added +23
@@ -0,0 +1,23 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
test/openagents/forge/build_artifact_test.exs modified +2
@@ -199,6 +199,7 @@ defmodule OpenAgents.Forge.BuildArtifactTest do
| 199 | 199 |
|
| 200 | 200 |
|
| 201 | 201 |
|
| 202 |
|
|
| 202 | 203 |
|
| 203 | 204 |
|
| 204 | 205 |
|
@@ -210,6 +211,7 @@ defmodule OpenAgents.Forge.BuildArtifactTest do
| 210 | 211 |
|
| 211 | 212 |
|
| 212 | 213 |
|
| 214 |
|
|
| 213 | 215 |
|
| 214 | 216 |
|
| 215 | 217 |
|