Skip to content

compiler: remove legacy intrinsic actor catalog - #215

Merged
julia-script merged 2 commits into
mainfrom
julia/remove-legacy-intrinsic-catalog
Aug 16, 2026
Merged

compiler: remove legacy intrinsic actor catalog#215
julia-script merged 2 commits into
mainfrom
julia/remove-legacy-intrinsic-catalog

Conversation

@julia-script

@julia-script julia-script commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove the transitional legacyActors catalog and its flattening adapter
  • construct final Intrinsic.* identities and audit metadata directly
  • make intrinsicOperations the single canonical intrinsic catalog
  • drop empty legacy-only actor entries while preserving the primitive inventory
  • strengthen AGENTS.md with a repository-wide green-field policy that requires obsolete paths and compatibility scaffolding to be deleted

Why

The minimal intrinsic-boundary migration retained the old actor/member catalog as temporary scaffolding, then later intrinsic additions continued extending it. Silk has not been released, so preserving that internal compatibility shape adds complexity without serving users.

The agent policy now makes that project stage operational: current APIs and representations are migration targets, not compatibility contracts, and a change remains incomplete while its superseded path or deferred cleanup remains.

Impact

The compiler refactor preserves source-visible intrinsic spellings, semantic rules, inventory ordering, and execution behavior. Future repository changes are explicitly directed toward the clean eventual stable design without shims, aliases, fallbacks, migrations, deprecated entry points, or dual paths.

Validation

  • pnpm typecheck
  • pnpm exec biome check .
  • pnpm test
  • pnpm check
  • focused IntrinsicCatalog.test.ts run
  • git diff --check after the documentation update

@julia-script
julia-script marked this pull request as ready for review August 16, 2026 20:32
@cursor

cursor Bot commented Aug 16, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@julia-script
julia-script merged commit 99b9828 into main Aug 16, 2026
2 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