Skip to content

feat: hex.pm publish prep#24

Merged
joshrotenberg merged 1 commit intomainfrom
arsenale/17-feat-hex-pm-publish-prep
Mar 31, 2026
Merged

feat: hex.pm publish prep#24
joshrotenberg merged 1 commit intomainfrom
arsenale/17-feat-hex-pm-publish-prep

Conversation

@joshrotenberg
Copy link
Copy Markdown
Collaborator

@joshrotenberg joshrotenberg commented Mar 31, 2026

Summary

Done. Here's what was changed:

  • mix.exs: Renamed app from :codex_wrapper_ex to :codex_wrapper, updated name to "CodexWrapper", added package/0 with licenses, links, files list, and maintainers
  • LICENSE: Created MIT license file
  • README.md: Updated dep name from :codex_wrapper_ex to :codex_wrapper
  • lib/codex_wrapper.ex: Fixed doc references from Config.new/1 to CodexWrapper.Config.new/1 (eliminated ExDoc warnings)

All validations pass: 217 tests, `mix com

Test results

All checks pass:

  • mix test: 217 tests, 0 failures
  • mix compile --warnings-as-errors: Clean compilation, no warnings

No fixes needed.


Generated by arsenale | Cost: $1.11 | Closes #17

Rename package from codex_wrapper_ex to codex_wrapper, add package/0
with licenses, links, files, and maintainers. Add MIT LICENSE file.
Fix doc references to Config.new/1 to use fully qualified module path.
@joshrotenberg joshrotenberg changed the title draft: feat: hex.pm publish prep feat: hex.pm publish prep Mar 31, 2026
@joshrotenberg joshrotenberg marked this pull request as ready for review March 31, 2026 21:12
@joshrotenberg joshrotenberg merged commit 80ff06e into main Mar 31, 2026
1 of 2 checks passed
@joshrotenberg joshrotenberg deleted the arsenale/17-feat-hex-pm-publish-prep branch March 31, 2026 21:12
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.

feat: hex.pm publish prep

1 participant