Review: opencode-rails v0.0.1.alpha2 full gem #1

Closed
ajaynomics wants to merge 1 commits from review/v0.0.1.alpha2-full-gem into review-base
Owner

Temporary review PR — entire gem as additions vs LICENSE+README baseline.

Tagged at 0.0.1.alpha2 locally but NOT yet on Rubygems or GitHub. Once approved, the squashed commit will replace main (force-push) and the v0.0.1.alpha2 tag will move to it.

Scope of review: every file in lib/, examples/, test/, plus CHANGELOG, CONTRIBUTING, gemspec, Rakefile, README, CI workflow.

What changed from the pre-scrub state on main (ab687d2):

  • 15 files had product-specific names (Blackline / Raven / AIGL / FlightResultsTransform) removed from internal comments
  • gemspec contact email switched to opencode-rails@ajay.to
  • zero behavior changes; 53 tests still pass; gem still builds clean

Sanity checks completed locally:

  • bundle exec rake test → 53 runs, 134 assertions, 0 failures
  • gem build opencode-rails.gemspec → built 0.0.1.alpha2
  • leak audit (ajent|blackline|raven|aigl|krishnan.ca|gitea.krishnan|sandi.metz|flightresults) → clean
Temporary review PR — entire gem as additions vs LICENSE+README baseline. Tagged at 0.0.1.alpha2 locally but NOT yet on Rubygems or GitHub. Once approved, the squashed commit will replace main (force-push) and the v0.0.1.alpha2 tag will move to it. Scope of review: every file in lib/, examples/, test/, plus CHANGELOG, CONTRIBUTING, gemspec, Rakefile, README, CI workflow. What changed from the pre-scrub state on main (ab687d2): - 15 files had product-specific names (Blackline / Raven / AIGL / FlightResultsTransform) removed from internal comments - gemspec contact email switched to opencode-rails@ajay.to - zero behavior changes; 53 tests still pass; gem still builds clean Sanity checks completed locally: - bundle exec rake test → 53 runs, 134 assertions, 0 failures - gem build opencode-rails.gemspec → built 0.0.1.alpha2 - leak audit (ajent|blackline|raven|aigl|krishnan.ca|gitea.krishnan|sandi.metz|flightresults) → clean
ajaynomics added 1 commit 2026-05-25 13:49:39 +00:00
Initial public release v0.0.1.alpha2
Some checks failed
Test / test (3.2) (push) Failing after 9m43s
Test / test (3.3) (push) Failing after 10m0s
Test / test (3.4) (push) Failing after 10m0s
9b0c4cd3cd
opencode-rails — production-grade Rails integration for OpenCode.

Rails companion to opencode-ruby. ActiveRecord-aware session lifecycle
(idempotent ensure!/recreate!/abort! with row-level locks), a Turn
orchestrator driving the Reply state machine and recovering from
session-not-found, an artifact pipeline backed by ActiveStorage,
sandbox seeding, and tool-display value objects for Turbo Stream
broadcasts. Drop into any Rails 7.1+ app that wants production-grade
OpenCode streaming without rolling boilerplate.

What this version ships:
  - Opencode::Session (AR-coupled lifecycle, row-level locks)
  - Opencode::Turn (Reply state machine, session-not-found recovery)
  - Opencode::Exchange (one turn = one request/response unit)
  - Opencode::Impostor (deterministic mock for tests)
  - Opencode::Sandbox / SandboxFile (per-session FS scratch space)
  - Opencode::Transform (host-rendered artifact pipeline)
  - Opencode::Artifact / MessageArtifacts (ActiveStorage-backed)
  - Opencode::UploadedFilesPrompt (system-prompt builder)
  - Opencode::ToolDisplay (Turbo Stream value objects)
  - Opencode::ErrorReporter (pluggable adapter — Honeybadger/Sentry/etc.)
  - examples/rails_integration.rb — canonical wiring blueprint

53 smoke tests. CI on Ruby 3.2/3.3/3.4.

Ruby >= 3.2. Runtime deps: opencode-ruby = 0.0.1.alpha2,
activerecord/activestorage/activesupport >= 7.1, < 9.0.

See CHANGELOG.md for the alpha1 -> alpha2 delta.
ajaynomics closed this pull request 2026-05-25 14:31:48 +00:00
Some checks failed
Test / test (3.2) (push) Failing after 9m43s
Test / test (3.3) (push) Failing after 10m0s
Test / test (3.4) (push) Failing after 10m0s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ajaynomics/opencode-rails#1