{"id":49324769,"url":"https://github.com/qbicsoftware/opencode-config-bundle","last_synced_at":"2026-04-26T19:30:52.169Z","repository":{"id":348022301,"uuid":"1196127012","full_name":"qbicsoftware/opencode-config-bundle","owner":"qbicsoftware","description":"An opencode-helper config bundle with usefull configs for OpenCode.","archived":false,"fork":false,"pushed_at":"2026-04-16T17:30:31.000Z","size":72,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T18:34:35.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbicsoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-30T11:55:43.000Z","updated_at":"2026-04-16T17:29:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qbicsoftware/opencode-config-bundle","commit_stats":null,"previous_names":["qbicsoftware/opencode-config-bundle"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/qbicsoftware/opencode-config-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fopencode-config-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fopencode-config-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fopencode-config-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fopencode-config-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbicsoftware","download_url":"https://codeload.github.com/qbicsoftware/opencode-config-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbicsoftware%2Fopencode-config-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-26T19:30:50.285Z","updated_at":"2026-04-26T19:30:52.162Z","avatar_url":"https://github.com/qbicsoftware.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenCode Config Bundle\n\nA collection of OpenCode AI agent configuration presets with planning-first multi-tier workflow support.\n\n## Overview\n\nThis bundle provides drop-in OpenCode agent configurations that route work through schema-validated JSON handoff artifacts before planning, execution, and review. The goal is fewer ambiguous changes, less rework, and tighter safety boundaries with a small, explicit contract between agents.\n\n## Contract Ownership\n\nThis bundle consumes the bundle contract defined by the [opencode-config-cli](https://github.com/sven1103-agent/opencode-config-cli) repository. The CLI owns the manifest schema, validation rules, and GitHub release distribution contract.\n\nFor the full contract specification, see [Bundle Contract](https://github.com/sven1103-agent/opencode-config-cli/blob/main/docs/specs/bundle-contract.md).\n\n## Versioning\n\nThis bundle follows its own versioning scheme (`bundle_version` in the manifest), independent of the opencode-helper CLI version:\n\n- **Semantic Versioning**: Follows semver (e.g., `v1.0.0`, `v1.1.0`, `v2.0.0`)\n- **Contract Compliance**: Each bundle version declares which `manifest_version` it complies with\n\n## Required Files\n\nA valid V2 bundle must include:\n\n```\n\u003cbundle-root\u003e/\n  opencode-bundle.manifest.json  \u003c- contract compliance marker\n  \u003cpreset-entrypoint\u003e.json       \u003c- preset configurations\n  .opencode/schemas/\n    handoff.schema.json          \u003c- from CLI contract\n    result.schema.json           \u003c- from CLI contract\n```\n\n## Bundle Contents\n\n| Preset | Description |\n|--------|-------------|\n| `openai` | OpenAI-based multi-tier agent configuration (GPT-5 series) |\n| `mixed` | Mixed model stack (Claude for routing/planning/review, Codex for execution) |\n| `kimi` | Kimi-based multi-tier agent configuration |\n| `big-pickle` | Big Pickle model-based configuration |\n| `minimax` | MiniMax-based configuration |\n\n## Usage with opencode-helper\n\nRegister this bundle as a config source:\n\n```bash\noc source add qbicsoftware/opencode-config-bundle --name qbic\n```\n\nApply a prerelease preset to your project:\n\n```bash\noc bundle apply qbic --version 1.0.0-alpha.1 --preset openai --project-root ./myproject\n```\n\nThe repository publishes release bundle assets during GitHub release publication. Each release uploads:\n\n- `opencode-config-bundle-\u003ctag\u003e.tar.gz`\n- `opencode-config-bundle-\u003ctag\u003e-checksums.txt`\n\nThese explicit assets are the supported distribution format for GitHub-release bundle sources. Do not rely on GitHub's auto-generated source archives for `oc` bundle resolution.\n\n## Design Philosophy\n\n### Planning-First Execution\n\nThe core insight behind these configurations is that **unplanned implementation is expensive to undo**. Before any file is touched, the system asks: is this task concrete and scoped enough to implement directly? If not, a dedicated planning agent runs first.\n\n### Model Tier Strategy\n\nFour model tiers are used, selected on the principle: **use the cheapest model that can do the job correctly**.\n\n- **Standard** (`claude-sonnet-4-6` / `gpt-5.4`): Planning, routing decisions, review\n- **Fast** (`claude-haiku-4-5` / `gpt-5.2`): Cheap routing, narrow doc edits\n- **Mini** (`gpt-5.1-codex-mini`): Trivial and localized code edits\n- **Codex** (`gpt-5.3-codex` / `big-pickle`): Primary implementation execution\n\n## Agent Architecture\n\nAll configurations define four functional tiers:\n\n1. **Routing Agents** - Entry points that classify and delegate work\n2. **Planning Agents** - Produce structured execution plans\n3. **Execution Agents** - Implement changes based on plans\n4. **Validation Agents** - Review quality and safety\n\n## License\n\nAGPL-3.0 - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbicsoftware%2Fopencode-config-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbicsoftware%2Fopencode-config-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbicsoftware%2Fopencode-config-bundle/lists"}