Commit graph

18 commits

Author SHA1 Message Date
Virgil
00a30817f2 fix(forge): make client accessors nil-safe
All checks were successful
Security Scan / security (push) Successful in 14s
Test / test (push) Successful in 1m54s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 09:00:15 +00:00
Virgil
0e8bc8918e fix(forge): clarify top-level client summary
All checks were successful
Security Scan / security (push) Successful in 16s
Test / test (push) Successful in 1m55s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:26:07 +00:00
Virgil
40934c2e43 feat(forge): add safe Go stringers
All checks were successful
Security Scan / security (push) Successful in 16s
Test / test (push) Successful in 1m40s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:48:37 +00:00
Virgil
a5bc1a3ed8 feat(forge): add safe client stringers
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:46:05 +00:00
Virgil
09ae6e6623 feat(forge): expose HTTP client metadata
Some checks failed
Security Scan / security (push) Successful in 14s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:35:37 +00:00
Virgil
0d03174b49 feat(forge): expose auth metadata
Some checks failed
Security Scan / security (push) Successful in 13s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:31:56 +00:00
Virgil
933dc982f7 feat(forge): expose user agent metadata
Some checks failed
Security Scan / security (push) Successful in 15s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:29:00 +00:00
Virgil
84d7c6a796 feat(forge): expose top-level client metadata
All checks were successful
Security Scan / security (push) Successful in 14s
Test / test (push) Successful in 1m49s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:26:13 +00:00
Virgil
a0dee7c40a chore: expose client base url
Some checks failed
Security Scan / security (push) Successful in 10s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:47:06 +00:00
Virgil
d1c690ef3c feat(activitypub): add ActivityPub actor service
Some checks failed
Security Scan / security (push) Successful in 13s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:04:26 +00:00
Virgil
1569bfea61 Add repo raw file helper
All checks were successful
Security Scan / security (push) Successful in 12s
Test / test (push) Successful in 1m13s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:46:14 +00:00
Virgil
5326ecefb6 Add repository tag listing
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 44s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:47:52 +00:00
Virgil
891e82237f Add repo archive download helper
All checks were successful
Security Scan / security (push) Successful in 18s
Test / test (push) Successful in 57s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:33:51 +00:00
Virgil
551a964fdb refactor(ax): enforce v0.8.0 polish rules
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 1m36s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-29 23:39:24 +00:00
Snider
206749eb8a fix: Create uses collection path + road-test suite (Codex)
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 47s
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 45s
Bug: Resource.Create was POSTing to item path (/issues/{index})
instead of collection path (/issues). Same class as the List fix.

Tests: path validation on all service methods, Update tests for
issues/repos, CreateComment test, ListComments test, PR merge
error case (conflict handling).

227 lines of test coverage added by Codex agent.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 14:19:28 +00:00
Snider
0a9564274d refactor(module): migrate module path to dappco.re/go/core/forge
All checks were successful
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 1m20s
Update Go module path from forge.lthn.ai/core/go-forge to
dappco.re/go/core/forge. Migrate all import paths and dependency
references (go-io → dappco.re/go/core/io, go-log → dappco.re/go/core/log).
Update documentation (CLAUDE.md, README.md, docs/) to reflect new paths.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:51:29 +00:00
Snider
c354c11652 fix(dx): update CLAUDE.md and add tests for untested critical paths
Some checks failed
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Failing after 11m24s
- Fix CLAUDE.md: "zero dependencies" → documents go-io/go-log deps
- Add coding standards for coreerr.E() and go-io usage
- Add tests for APIError.Error(), IsConflict, IsForbidden, WithHTTPClient,
  RateLimit, Forge.Client(), Resource.Iter() (happy, error, early-break)
- Coverage: 64.5% → 66.8% (+2.3%)
- No fmt.Errorf, errors.New, or os.ReadFile/WriteFile violations found

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:11:30 +00:00
Snider
abc8840fa4 feat: Forge client + RepoService with CRUD and actions
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:14:01 +00:00