Skip to content

Clarify VerifyAgent separation and runtime scope; update docs and server comment#56

Merged
GsCommand merged 1 commit intomainfrom
codex/clean-verifyagent-references-from-runtime-repo
Apr 28, 2026
Merged

Clarify VerifyAgent separation and runtime scope; update docs and server comment#56
GsCommand merged 1 commit intomainfrom
codex/clean-verifyagent-references-from-runtime-repo

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Separate product/demo messaging from the execution runtime so the repo clearly represents the CommandLayer execution runtime responsibilities (receipt canonicalization, hashing, signing, and runtime endpoints) rather than hosting a public verifier UI/demo.
  • Make it explicit that public paste-and-verify verification is handled by the external VerifyAgent repository while preserving all runtime cryptographic and ENS verification primitives.

Description

  • Updated README.md to add explicit layer boundaries, a concise runtime receipt flow, and an external link to VerifyAgent at https://github.com/commandlayer/verifyagent for public paste-and-verify use cases.
  • Added a separation note to CHANGELOG.md and added clarifying guidance to docs/OPERATIONS.md and docs/CONFIGURATION.md to emphasize that this repo is runtime-only and does not include the VerifyAgent product/UI/demo.
  • Removed product-specific wording from a server comment in server.mjs (ENS resolution comment) while preserving the ENS-based verification logic and all receipt canonicalization, hashing, and Ed25519 signing/verification code.
  • Files edited: README.md, CHANGELOG.md, docs/OPERATIONS.md, docs/CONFIGURATION.md, and server.mjs.

Testing

  • Ran npm run check (syntax/check) and it succeeded with no errors.
  • Ran npm test which executed unit tests and smoke flow and completed successfully (all tests passed: 28 tests total, smoke OK).
  • Performed repo-wide grep scans for VerifyAgent/demo/verifier strings to confirm remaining references are only external links and documentation pointers, and those checks passed.

Codex Task

Why: Keep this runtime focused on executing actions and producing signed receipts while moving public verifier product messaging to the external VerifyAgent repo.

Contract impact: none
@GsCommand GsCommand merged commit 6516526 into main Apr 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant