• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 22515312520
84%

Build:
DEFAULT BRANCH: dev
Ran 28 Feb 2026 06:32AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
  cancel
22515312520

push

github

web-flow
refactor(storage): remove unused DB schema elements (#166)

* refactor(storage): remove unused DB schema elements

Drop tables, columns, and dead code that were never used or no longer
serve any purpose, keeping the schema honest.

Tables removed from schema (createTables):
- events — never had any read/write path; EventBus handles events in-memory
- room_audit_log — no repository, no write path; pure schema placeholder
- task_messages — schema reserved for async interrupts; removed along with
  the TaskMessageQueue stub (task-message-queue.ts deleted)

Columns removed from schema (createTables):
- sessions.labels, sessions.sub_session_order — added in Migration 11, never
  read or written by SessionRepository
- rooms.context_version, rooms.config — added with rooms table, never
  returned by rowToRoom()
- tasks.version — never used for optimistic concurrency; session_groups
  already handles that
- goals.goal_review_attempts — parsed by rowToGoal() but never written/
  incremented anywhere

Migration 14 handles existing databases (upgrades from ≤ v0.5.2):
- Drops the events table
- Drops sessions.labels and sessions.sub_session_order via ALTER TABLE
  DROP COLUMN (requires SQLite 3.35+, Bun ships 3.46+)

runMigrationRoomCleanup and runMigration13 updated to not reintroduce
the removed session columns during table rebuilds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* test: delete task-message-queue test (source deleted)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Source Files on build 22515312520
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #22515312520
  • e91f12ec on github
  • Prev Build on dev (#22515249948)
  • Next Build on dev (#22524250260)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc