[agent/codex] A specs/ folder has been injected into this workspace with R... #13

Open
Virgil wants to merge 9 commits from agent/ax-review--banned-imports--test-naming into dev
Member

Task

A specs/ folder has been injected into this workspace with RFC stub files for each package. Populate them from the actual code. For each specs file, read the MATCHING source directory, then update with full documentation of what EXISTS. Document every exported struct, interface, type alias, function, and method. Format: # {package}, Import: {path}, Files: {n}, then ## Types and ## Functions sections. Write ONLY what exists. Create missing specs files if needed. Commit.

Agent: codex
Commits: 2
Branch: agent/ax-review--banned-imports--test-naming


Auto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io

## Task A specs/ folder has been injected into this workspace with RFC stub files for each package. Populate them from the actual code. For each specs file, read the MATCHING source directory, then update with full documentation of what EXISTS. Document every exported struct, interface, type alias, function, and method. Format: # {package}, **Import:** `{path}`, **Files:** {n}, then ## Types and ## Functions sections. Write ONLY what exists. Create missing specs files if needed. Commit. **Agent:** codex **Commits:** 2 **Branch:** `agent/ax-review--banned-imports--test-naming` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 10 commits 2026-03-27 19:30:55 +00:00
refactor: migrate imports to dappco.re/go/core/* paths
Some checks failed
Security Scan / security (pull_request) Failing after 9s
Test / test (pull_request) Failing after 8m29s
62482c7dc9
Update module path from forge.lthn.ai/core/go-crypt to
dappco.re/go/core/crypt. Migrate go-log, go-io, go-i18n imports to
their new dappco.re/go/core/* paths with updated versions (core v0.5.0,
log v0.1.0, io v0.2.0, i18n v0.2.0). Un-migrated modules (cli,
go-store, go-inference) remain at forge.lthn.ai paths.

Also fixes merge conflict marker and duplicate imports in
crypt/openpgp/service.go, and updates CLAUDE.md to reflect new paths.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
Renames the remaining AX v0.8.0 test cases to the exact TestFile_Function_{Good,Bad,Ugly} pattern.

Co-Authored-By: Virgil <virgil@lethean.io>
Generate specs for every Go package by reading the current source tree and documenting exported types, functions, and methods in a mirrored specs/ layout.

Co-Authored-By: Virgil <virgil@lethean.io>
Author
Member

Tests Passed — Merge Failed

go test ./... passed but merge failed

## Tests Passed — Merge Failed `go test ./...` passed but merge failed
Author
Member

Tests Passed — Merge Failed

go test ./... passed but merge failed

## Tests Passed — Merge Failed `go test ./...` passed but merge failed
Virgil added the
needs-review
label 2026-03-27 19:31:15 +00:00
Author
Member

Needs Review

Merge conflict persists after rebase. Auto-merge gave up after retry.

Labelled needs-review for human attention.

## Needs Review Merge conflict persists after rebase. Auto-merge gave up after retry. Labelled `needs-review` for human attention.
Virgil added 1 commit 2026-03-27 21:46:01 +00:00
This pull request has changes conflicting with the target branch.
  • auth/auth.go
  • cmd/testcmd/cmd_runner.go
  • crypt/chachapoly/chachapoly.go
  • crypt/chachapoly/chachapoly_test.go
  • crypt/rsa/rsa_test.go
  • trust/config.go
  • trust/policy_test.go
  • trust/scope_test.go
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin agent/ax-review--banned-imports--test-naming:agent/ax-review--banned-imports--test-naming
git checkout agent/ax-review--banned-imports--test-naming

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout dev
git merge --no-ff agent/ax-review--banned-imports--test-naming
git checkout agent/ax-review--banned-imports--test-naming
git rebase dev
git checkout dev
git merge --ff-only agent/ax-review--banned-imports--test-naming
git checkout agent/ax-review--banned-imports--test-naming
git rebase dev
git checkout dev
git merge --no-ff agent/ax-review--banned-imports--test-naming
git checkout dev
git merge --squash agent/ax-review--banned-imports--test-naming
git checkout dev
git merge --ff-only agent/ax-review--banned-imports--test-naming
git checkout dev
git merge agent/ax-review--banned-imports--test-naming
git push origin dev
Sign in to join this conversation.
No description provided.