Skip to content

Extract core simple contracts#351

Merged
chubes4 merged 1 commit into
mainfrom
refactor/core-simple-contracts
May 31, 2026
Merged

Extract core simple contracts#351
chubes4 merged 1 commit into
mainfrom
refactor/core-simple-contracts

Conversation

@chubes4
Copy link
Copy Markdown
Collaborator

@chubes4 chubes4 commented May 31, 2026

Summary

  • Extract task input contracts and normalization into task-input.ts.
  • Extract browser interaction script contracts and validation into browser-interaction.ts.
  • Share the minimal object/list helpers through object-utils.ts while preserving public runtime-core barrel exports.

Verification

  • npm run build
  • npm run task-input-contract-smoke
  • npm run browser-interaction-script-validation-smoke
  • npm run command-registry-smoke
  • npm run package-distribution-smoke

Tracking

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (GPT-5.5)
  • Used for: Drafted the focused runtime-core extraction, ran the requested verification commands, and prepared this PR for Chris to review.

@chubes4 chubes4 merged commit a4b4606 into main May 31, 2026
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.

Architecture cleanup: split runtime-core contracts, schemas, and runtime helpers

1 participant