refactor!: trim maintenance surface to React/TS focus#43
Merged
Conversation
Remove non-React/TS bindings and speculative platform surface that nothing consumes, keeping everything nexaml depends on intact. - Drop Swift/Kotlin polyglot codegen (polyglot.py, `swift`/`kotlin` CLI commands, tests, docs); codegen stays TypeScript-only. - Remove speculative capability slots with no real backend and no consumer: Searchable, PubSub, SessionStore, LogSink protocols and their default adapters (MemoryBus, CookieStore, StdoutLogSink). - Remove niche contrib adapters unused by downstreams: growthbook, smtp, sentry, modal, fly (src, tests, pyproject extras, docs). - Drop the `solid`/`svelte`/`polyglot` commit scopes and the dead `examples/*/frontend` workspace glob. Kept: RateLimiter, BlobScanner, MetricsSink, FeatureFlags capabilities; dramatiq/redis/s3/sqlmodel/jwt/otel/docker/fs adapters; and the Nuitka `binary` build path (still needed downstream). BREAKING CHANGE: removes the `causeway swift`/`causeway kotlin` CLI commands; the Searchable/PubSub/SessionStore/LogSink contracts and their default adapters; and the growthbook/smtp/sentry/modal/fly extras. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes non-React/TS bindings and speculative platform surface that nothing consumes, keeping everything downstream (nexaml) depends on intact.
polyglot.py, thecauseway swift/causeway kotlinCLI commands, tests, and docs. Codegen stays TypeScript-only.Searchable,PubSub,SessionStore,LogSinkprotocols and their default adapters (MemoryBus,CookieStore,StdoutLogSink).growthbook,smtp,sentry,modal,fly(src, tests, pyproject extras, docs).solid/svelte/polyglotcommit scopes and the deadexamples/*/frontendworkspace glob.Kept (verified against nexaml's actual imports)
RateLimiter,BlobScanner,MetricsSink,FeatureFlags(+ defaults)dramatiq,redis,s3,sqlmodel,jwt,otel,docker,fsbinarybuild path (still needed downstream)Verification
pytest: 562 passed, 1 skipped (Nuitka e2e, as designed)ruff,prettier,oxlint/oxfmt: clean (ran via pre-commit hooks)build --binary;causeway._binary+ all kept contrib modules import fineuv.lockauto-synced (−356/+3, just dropped deps)Breaking changes
Removes the
causeway swift/causeway kotlinCLI commands; theSearchable/PubSub/SessionStore/LogSinkcontracts and their default adapters; and thegrowthbook/smtp/sentry/modal/flyextras.🤖 Generated with Claude Code