Skip to content

v0.1.0 — First tagged release

Choose a tag to compare

@JRS1986 JRS1986 released this 18 May 13:59
· 120 commits to main since this release
050fd62

First tagged release of CodingScaffold. Positioned for a controlled team pilot, not yet for enterprise-wide governance.

Highlights

  • Tool adapters for OpenCode (deep), Claude Code (native config), Codex (native config), OpenClaude / Hermes / Pi (guidance). Full capability matrix in Tool-Adapters.md.
  • Policy packs that generate reviewable defaults for sharing, permissions, MCP servers, and provider allow/deny lists.
  • Team-onboarding manifest workflow (team init / connect / sync / doctor) that confines third-party imports to .coding-scaffold/team/sources/ and never overwrites curated knowledge.
  • Safe regeneration via setup update: drift in generated content is staged as .new; the version file only advances for files actually written to destination.
  • Threat model documented in Security.md — install scripts, MCP, local runtimes, cloud providers, generated policy, team manifest content, audit expectations.

Start here

Install

git clone https://github.com/JRS1986/CodingScaffold.git
cd CodingScaffold
uv venv && source .venv/bin/activate
uv sync --extra dev
coding-scaffold setup run --target /path/to/your/project

See the full CHANGELOG for details.