Skip to content

fix(instance): run bootstrap from instance store#25475

Merged
kitlangton merged 6 commits intodevfrom
kit/review-pr-25449
May 2, 2026
Merged

fix(instance): run bootstrap from instance store#25475
kitlangton merged 6 commits intodevfrom
kit/review-pr-25449

Conversation

@kitlangton
Copy link
Copy Markdown
Contributor

Summary

  • Move instance bootstrap into InstanceStore.boot so every load/reload path runs plugins and core initialization before exposing the instance.
  • Split the bootstrap service tag from its implementation to avoid importing the app bootstrap graph from low-level store code.
  • Add regression coverage for the boundary invariant and plugin-registered agents.

Fixes #25450

Tests

  • bun typecheck
  • bun run test test/project/instance-bootstrap-regression.test.ts test/agent/plugin-agent-regression.test.ts test/project/instance.test.ts
  • bun run test test/server/httpapi-instance-context.test.ts
  • bun run test test/plugin/trigger.test.ts
  • push hook: bun turbo typecheck

@kitlangton kitlangton merged commit f98053c into dev May 2, 2026
9 checks passed
@kitlangton kitlangton deleted the kit/review-pr-25449 branch May 2, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: plugin-registered agents not visible after upgrading to v1.14.32

1 participant