Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

v2.0.0 — OpenCode Scaffolding

Latest

Choose a tag to compare

@pyramidheadshark pyramidheadshark released this 29 Apr 16:22
· 0 commits to main since this release

What's new

Complete v2 rewrite — CLI tool that bootstraps a powerful agentic environment for OpenCode.

Commands

  • opencode-scaffold init — Scaffold .opencode/ with agents, memory-bank, skills, pre-commit hooks
  • opencode-scaffold sync-skills — Auto-detect tech stack and copy relevant skills
  • opencode-scaffold ast — Generate AST project map for LLM RAG indexing
  • opencode-scaffold telemetry — Start OTLP → SQLite telemetry server

Generated agents

Agent Role Model
Architect Primary orchestrator zai-coding-plan/glm-5.1
QA Engineer E2E testing zai-coding-plan/glm-4.7
Security Sentinel Vulnerability scanning zai-coding-plan/glm-4.7
Performance Analyst Big-O, memory leaks zai-coding-plan/glm-4.7

Install

npx opencode-scaffold init -y

Full Changelog

v1.0.0...v2.0.0