Skip to content

Keep local Colony auto-build package-rename safe#512

Merged
NagyVikt merged 1 commit intomainfrom
agent/codex/fix-colony-local-auto-build-filter-2026-05-10-15-37
May 10, 2026
Merged

Keep local Colony auto-build package-rename safe#512
NagyVikt merged 1 commit intomainfrom
agent/codex/fix-colony-local-auto-build-filter-2026-05-10-15-37

Conversation

@NagyVikt
Copy link
Copy Markdown
Collaborator

Automated by gx branch finish (PR flow).

Local Codex/MCP wiring depends on the CLI auto-build path actually rebuilding the checkout. The previous filter used an old package name, so pnpm skipped the build and Codex could keep running stale dist after source changes. Filtering by workspace path makes the rebuild stable across package renames.

Constraint: Must work from repo root during MCP/Codex startup without relying on a globally published package name.

Rejected: Rename package back to the old filter target | package identity should not be coupled to auto-build plumbing.

Confidence: high

Scope-risk: narrow

Directive: Keep auto-build filters path-based unless the package name becomes an explicit public contract.

Tested: pnpm --filter colonyq test -- auto-build.test.ts resolve.test.ts

Tested: pnpm --filter colonyq typecheck

Tested: pnpm exec biome check apps/cli/src/auto-build.ts apps/cli/test/auto-build.test.ts apps/cli/src/util/resolve.ts apps/cli/test/resolve.test.ts

Tested: pnpm typecheck

Not-tested: pnpm lint full repo remains blocked by unrelated apps/cli/test/health.test.ts formatting baseline
@NagyVikt NagyVikt merged commit 6a9788c into main May 10, 2026
@NagyVikt NagyVikt deleted the agent/codex/fix-colony-local-auto-build-filter-2026-05-10-15-37 branch May 10, 2026 13:39
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