Skip to content

fix: migrate module paths to dappco.re#3

Merged
Snider merged 188 commits intomainfrom
dev
Apr 4, 2026
Merged

fix: migrate module paths to dappco.re#3
Snider merged 188 commits intomainfrom
dev

Conversation

@Snider
Copy link
Copy Markdown
Contributor

@Snider Snider commented Apr 4, 2026

Module path migration from forge.lthn.ai to dappco.re

Snider and others added 30 commits March 22, 2026 14:01
The Resource path like /repos/{owner}/{repo}/issues/{index} is the
item path. List operations need the collection path (without the
trailing /{placeholder}). Fixed by deriving the collection path at
construction time — only strips the last segment if it's a pure
placeholder like /{index}, not mixed segments like /repos.

Co-Authored-By: Virgil <virgil@lethean.io>
Swagger spec didn't define these properly. StateType is "open"|"closed",
TimeStamp is a date string. Both were generated as struct{} which fails
to unmarshal JSON. Also change from pointer to value type in Issue, PR,
Milestone, Notification structs.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
…d CODEX.md and CLAUDE.md ...' (#6) from agent/road-test-the-go-forge-library--read-cod into main
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>
CommitService now has ListRepoCommits and GetCommit methods
with full httptest coverage. Tests verify correct paths,
response parsing, and error handling.

Co-Authored-By: Virgil <virgil@lethean.io>
- Add MilestoneService with ListAll, Get, Create
- Fix CreateIssueCommentOption Updated field to *time.Time (was serialising zero value)
- Register Milestones in Forge client

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Virgil <virgil@lethean.io>
…d CLAUDE.md. Map every ex...' (#11) from agent/security-attack-vector-mapping--read-cla into dev
Co-Authored-By: Virgil <virgil@lethean.io>
….md. stdlib→core.*, UK ...' (#14) from agent/convention-drift-check--read-claude-md into dev
Co-Authored-By: Virgil <virgil@lethean.io>
…exported type, function, ...' (#15) from agent/api-contract-extraction--for-every-expor into dev
Replace fmt, errors, strings, path/filepath, encoding/json with Core
primitives across 23 files. Keep encoding/json for streaming
NewDecoder/NewEncoder, strings for Fields/FieldsFuncSeq.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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>
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>
Virgil and others added 28 commits April 2, 2026 07:26
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>
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>
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>
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>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 4, 2026

Warning

Rate limit exceeded

@Snider has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 9 minutes and 42 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 9 minutes and 42 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 60f03b53-6636-42f7-9e63-cac0a8e87856

📥 Commits

Reviewing files that changed from the base of the PR and between 954d7b8 and 88bad49.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (114)
  • CLAUDE.md
  • actions.go
  • actions_test.go
  • activitypub.go
  • activitypub_test.go
  • admin.go
  • admin_test.go
  • ax_stringer_test.go
  • branches.go
  • branches_extra_test.go
  • branches_test.go
  • client.go
  • client_test.go
  • cmd/forgegen/generator.go
  • cmd/forgegen/generator_test.go
  • cmd/forgegen/helpers.go
  • cmd/forgegen/main.go
  • cmd/forgegen/main_test.go
  • cmd/forgegen/parser.go
  • cmd/forgegen/parser_test.go
  • commits.go
  • commits_extra_test.go
  • commits_test.go
  • config.go
  • config_test.go
  • contents.go
  • contents_test.go
  • doc.go
  • docs/api-contract.md
  • docs/architecture.md
  • docs/development.md
  • docs/index.md
  • forge.go
  • forge_test.go
  • go.mod
  • helpers.go
  • issues.go
  • issues_extra_test.go
  • issues_test.go
  • labels.go
  • labels_test.go
  • milestones.go
  • milestones_test.go
  • misc.go
  • misc_test.go
  • notifications.go
  • notifications_test.go
  • orgs.go
  • orgs_extra_test.go
  • orgs_test.go
  • packages.go
  • packages_test.go
  • pagination.go
  • pagination_test.go
  • params.go
  • params_test.go
  • pulls.go
  • pulls_extra_test.go
  • pulls_test.go
  • releases.go
  • releases_extra_test.go
  • releases_test.go
  • repos.go
  • repos_test.go
  • resource.go
  • resource_string_test.go
  • resource_test.go
  • service_string.go
  • stringer_nil_test.go
  • teams.go
  • teams_test.go
  • types/action.go
  • types/activity.go
  • types/admin.go
  • types/branch.go
  • types/comment.go
  • types/commit.go
  • types/common.go
  • types/content.go
  • types/error.go
  • types/federation.go
  • types/git.go
  • types/hook.go
  • types/issue.go
  • types/key.go
  • types/label.go
  • types/milestone.go
  • types/misc.go
  • types/notification.go
  • types/oauth.go
  • types/org.go
  • types/package.go
  • types/pr.go
  • types/quota.go
  • types/reaction.go
  • types/release.go
  • types/repo.go
  • types/review.go
  • types/settings.go
  • types/status.go
  • types/tag.go
  • types/team.go
  • types/time_tracking.go
  • types/topic.go
  • types/user.go
  • types/wiki.go
  • users.go
  • users_extra_test.go
  • users_test.go
  • webhooks.go
  • webhooks_extra_test.go
  • webhooks_test.go
  • wiki.go
  • wiki_test.go

Comment @coderabbitai help to get the list of available commands and usage tips.

@Snider Snider merged commit f7ef4d3 into main Apr 4, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant