Skip to content

feat(cli): add runtime package delegation#115

Merged
tnez merged 1 commit into
mainfrom
feat/107-runtime-package-delegation
Jun 12, 2026
Merged

feat(cli): add runtime package delegation#115
tnez merged 1 commit into
mainfrom
feat/107-runtime-package-delegation

Conversation

@tnez

@tnez tnez commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add runtime package manifest types and the public @tnezdev/agentic/runtime export path.
  • Implement core runtime config registration, installed-package discovery, manifest validation, and delegation for runtime init/run/status.
  • Cover missing, invalid, unknown, and installed runtime cases in CLI/config tests.

Closes #107

Test plan

  • bun test
  • bun run typecheck
  • bun run build
  • git diff --check

@tnez tnez marked this pull request as ready for review June 12, 2026 18:55
@tnez tnez merged commit 7baa3c9 into main Jun 12, 2026
1 check passed
@tnez tnez deleted the feat/107-runtime-package-delegation branch June 12, 2026 18:55
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.

CLI: support runtime package install, discovery, and delegation

1 participant