Skip to content

fix: repair post-rebase build errors — opencode run broken #227

Description

@dzianisv

Problem

Post-rebase codebase has multiple pre-existing broken imports and route registration conflicts that prevent opencode run from working.

Known failures:

  • Duplicate POST /tts/edge route (server.ts + global.ts handler both register)
  • ConfigCommand.Info not exported from config/command.ts
  • ConfigPlugin.Spec not exported from config/plugin.ts
  • Schema.Record crash at startup (ConfigCommand.Info was undefined)
  • rename.ts plugin uses named exports instead of required default export

Success Metric

Task is done when opencode run "write a simple helloworld.py app" from /tmp/opencode-test completes and helloworld.py exists in that directory with valid Python content.

Labels

bug, build

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginfraInfrastructure, CI, tooling, or release workpriority:highHigh priorityregressionBehavior regressed from previous working state

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions