[agent/codex:gpt-5.4-mini] Update the code against the AX design principles in ~/spec/r... #8

Open
Virgil wants to merge 11 commits from main into dev
Member

Task

Update the code against the AX design principles in ~/spec/rfc/core/RFC-CORE-008-AGENT-EXPERIENCE.md

Agent: codex:gpt-5.4-mini
Commits: 3
Branch: main


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

## Task Update the code against the AX design principles in ~/spec/rfc/core/RFC-CORE-008-AGENT-EXPERIENCE.md **Agent:** codex:gpt-5.4-mini **Commits:** 3 **Branch:** `main` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
chore(inference): migrate module path to dappco.re/go/core/inference
All checks were successful
Security Scan / security (pull_request) Successful in 8s
Test / test (pull_request) Successful in 39s
4cd49ce607
Update go.mod module line and all documentation references from
forge.lthn.ai/core/go-inference to dappco.re/go/core/inference.
Fix UK English spelling in CONTRIBUTING.md and README.md badges.
Update Go version references to 1.26 for consistency with go.mod.

Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): align comments and names with AX principles
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 1m18s
ecbee17d7d
Update exported docs to example-led comments and expand terse test and helper names to better match the AX design principles.

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

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.
refactor(inference): tighten AX-style docs and examples
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 33s
898fa6e162
Keep the exported API examples-first, remove the last prose-heavy implementation comments, and normalise the remaining test comments to ASCII hyphens.

Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): remove redundant test prose
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 43s
678c7fdb2f
Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): remove redundant test prose and terse aliases
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 43s
4cd2360107
Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): align docs and identifiers with AX principles
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 42s
cb56ab26a3
Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): expand remaining example names
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 43s
eebc154149
Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): trim remaining prose comments
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 43s
ba47af2fa2
Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): fix last prose example gaps
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 42s
d2b28e48cf
Co-Authored-By: Virgil <virgil@lethean.io>
docs(development): remove local workspace paths
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 39s
24094d7531
Keep the development guide portable for agents and contributors.\n\nCo-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): expand remaining terse test fixtures
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 43s
06303aaaf9
Convert the last single-letter test data values and the package-level doc comment to example-led forms.

Co-Authored-By: Virgil <virgil@lethean.io>
refactor(ax): clarify backend and training errors
Some checks failed
Test / test (push) Failing after 13m1s
Security Scan / security (push) Failing after 13m3s
e703def5f3
Distinguish the no-backends and no-available-backends cases in Default(), and describe trainable-model failures in terms of the loaded model type.

Co-Authored-By: Virgil <virgil@lethean.io>
Some checks failed
Test / test (push) Failing after 13m1s
Security Scan / security (push) Failing after 13m3s
This pull request has changes conflicting with the target branch.
  • README.md
  • discover.go
  • discover_test.go
  • docs/development.md
  • inference.go
  • inference_test.go
  • options.go
  • options_test.go
  • training.go
  • training_test.go
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin main:main
git switch main

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 switch dev
git merge --no-ff main
git switch main
git rebase dev
git switch dev
git merge --ff-only main
git switch main
git rebase dev
git switch dev
git merge --no-ff main
git switch dev
git merge --squash main
git switch dev
git merge --ff-only main
git switch dev
git merge main
git push origin dev
Sign in to join this conversation.
No description provided.