.agents/memory/2026-02-23-adapter-package-scope-rename-signet-signetai.md

1.1 KiB

2026-02-23 Session Notes

Adapter Package Scope Rename (@signet → @signetai)

Session began with a detailed plan to rename the OpenClaw adapter package from @signet/adapter-openclaw to @signetai/adapter-openclaw. The renaming was necessary because the npm organization is signetai, not @signet. CI had been failing with 404 Not Found - PUT @signet/adapter-openclaw on publish attempts.

The config format fix (plugins array → object) was already merged. The rename work had been started locally but never committed.

Implementation began with a comprehensive grep search across the codebase to identify all references to @signet/adapter-openclaw. Results showed the string appears in:

  • Package manifests: packages/adapters/openclaw/package.json
  • Source code: adapter and connector packages
  • Documentation: AGENTS.md, README.md, CONTRIBUTING.md, HOOKS.md, HARNESSES.md, MCP.md
  • CI configuration: release.yml publish step
  • Planning docs: memory-pipeline-plan.md and other WIP docs

Multiple files required updates across the codebase. Session ended with grep results pending, implementation not yet executed.