Skip to content

chore: remove stale api/provisioner + api/worker subdirs#134

Merged
mastermanas805 merged 1 commit into
masterfrom
chore/remove-stale-monorepo-subdirs
May 21, 2026
Merged

chore: remove stale api/provisioner + api/worker subdirs#134
mastermanas805 merged 1 commit into
masterfrom
chore/remove-stale-monorepo-subdirs

Conversation

@mastermanas805
Copy link
Copy Markdown
Member

Summary

Removes `api/provisioner/` and `api/worker/` — stale subdirectories from the original monorepo before those services were split into their own repos. Their stale `go.mod` files were never built but OSV-Scanner indexes them and flags ~15 false-positive CVEs.

Verification

  • Both dirs unchanged since 2026-05-12 (obs scaffolding)
  • No internal imports reference `api/provisioner/` or `api/worker/` paths
  • Real code lives in InstaNode-dev/provisioner + InstaNode-dev/worker
  • Closes pending task api: §10.20 cached aggregation endpoints + cache helper #22 (C1 cleanup api/worker + api/provisioner subdirs)

🤖 Generated with Claude Code

…lit cleanup)

These directories are leftover from the original monorepo before
worker and provisioner were split into their own repos. The stale
go.mod files inside them were never actually built — but OSV-Scanner
indexes them and flags ~15 false-positive CVEs (stdlib 1.25.0 issues,
x/net@0.49.0, fiber CVEs that don't apply to the live api binary).

Verified safe to delete:
- api/provisioner/go.mod last modified 2026-05-12 (obs scaffolding)
- api/worker/go.mod same
- live provisioner / worker code lives in InstaNode-dev/provisioner
  and InstaNode-dev/worker repos
- no internal package imports from api/provisioner/* or api/worker/*

Closes pending task #22 (C1 cleanup api/worker + api/provisioner subdirs).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mastermanas805 mastermanas805 merged commit 9304d98 into master May 21, 2026
3 of 6 checks passed
@mastermanas805 mastermanas805 deleted the chore/remove-stale-monorepo-subdirs branch May 21, 2026 18:21
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