Skip to content

chore(workflows,hub): delete the dead workflow-authoring route and package surface (CL-8171) - #901

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-8171-delete-authoring
Sep 18, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-8171-delete-authoring

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

  • The tool packages that called /api/workflow-workflow-authoring were deleted (agents now ship only stock @intx/tools-mail and @intx/tools-posix), so nothing calls that route anymore.
  • Removes the hub mount in apps/hub/src/server.ts (kept createWorkflowRunAuthenticator: still used by workflowRunAuthenticator on createApp and by mountWorkflowArtifacts).
  • Deletes packages/workflows/src/authoring/* (registry, source-tree, workflow-routes, errors, and their tests) and the run-client.ts bearer helpers, which were only re-exported from client.ts and never consumed elsewhere.
  • Drops the now-dead docs/workflow-authoring-registry.md and the ./authoring mention in packages/workflows/package.json's description.

Test plan

  • bun run check (typecheck, lint, fmt, test) passes from the worktree root; DB-gated e2e suites skip locally (DATABASE_URL unset).

…ckage surface (CL-8171)

The tool packages that called /api/workflow-workflow-authoring were
deleted (agents now only ship stock @intx/tools-mail and
@intx/tools-posix), so nothing calls that route anymore. Remove the
hub mount, the authoring/ directory in @corbits/workflows, and the
now-unused runBearer client re-export, along with the doc describing
the deleted registry.
@linear-code

linear-code Bot commented Sep 18, 2026

Copy link
Copy Markdown

CL-8171

@TheGreatAxios
TheGreatAxios merged commit ca98727 into main Sep 18, 2026
4 checks passed
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