Skip to content

feat: consume @selftune/telemetry-contract as workspace package#37

Closed
WellDunDun wants to merge 1 commit intodevfrom
custom/prefix/router-1773169263687
Closed

feat: consume @selftune/telemetry-contract as workspace package#37
WellDunDun wants to merge 1 commit intodevfrom
custom/prefix/router-1773169263687

Conversation

@WellDunDun
Copy link
Collaborator

Summary

  • Replace relative path imports (../../packages/telemetry-contract/index.js) with @selftune/telemetry-contract workspace package in cli/, tests, and tsconfig
  • Add workspaces: ["packages/*"] and dependencies: { "@selftune/telemetry-contract": "workspace:*" } to root package.json
  • Expand tsconfig.json includes to cover packages/**/*.ts

Closes SEL-10

Test plan

  • All 1196 tests pass (bun test)
  • Lint clean (bun run lint)
  • Architecture lint passes (bun run lint:arch)

🤖 Generated with Claude Code

Replace relative path imports of telemetry-contract with the published
@selftune/telemetry-contract workspace package. Adds workspace config to
package.json and expands tsconfig includes to cover packages/*.

Closes SEL-10

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@WellDunDun WellDunDun closed this Mar 12, 2026
@WellDunDun
Copy link
Collaborator Author

this is no longer needed for the moment

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.

1 participant