Skip to content

Rename ASDF systems/packages to io.github.cl-sdk.openapi#5

Merged
diasbruno merged 1 commit into
mainfrom
copilot/rename-systems-and-packages
May 9, 2026
Merged

Rename ASDF systems/packages to io.github.cl-sdk.openapi#5
diasbruno merged 1 commit into
mainfrom
copilot/rename-systems-and-packages

Conversation

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

This updates the project’s system and package naming to the fully-qualified io.github.cl-sdk.openapi namespace, including the test system. It also aligns ASDF filenames and docs with the new names.

  • System and ASDF rename

    • Renamed primary system: :cl-openapi:io.github.cl-sdk.openapi
    • Renamed test system: :cl-openapi.test:io.github.cl-sdk.openapi.test
    • Renamed ASDF files:
      • cl-openapi.asdio.github.cl-sdk.openapi.asd
      • cl-openapi.test.asdio.github.cl-sdk.openapi.test.asd
  • Package namespace migration

    • Updated package definitions and in-package forms to io.github.cl-sdk.openapi / io.github.cl-sdk.openapi.test
    • Updated all source/test symbol references from cl-openapi:* to io.github.cl-sdk.openapi:*
  • Tooling and documentation alignment

    • Updated test runner quickload target to :io.github.cl-sdk.openapi.test
    • Updated README usage/examples to the new namespace and quickload form
;; before
(ql:quickload :cl-openapi)
(cl-openapi:parse json)

;; after
(ql:quickload :io.github.cl-sdk.openapi)
(io.github.cl-sdk.openapi:parse json)

@diasbruno diasbruno marked this pull request as ready for review May 9, 2026 23:53
@diasbruno diasbruno merged commit 18484cd into main May 9, 2026
1 check 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.

2 participants