Skip to content

v0.1.0

Choose a tag to compare

@Dandi-Pangestu Dandi-Pangestu released this 16 Jun 08:01

v0.1.0 — Initial Release

This is the first public release of switchic — a CLI tool that manages agentic context for AI coding assistants from a single shared config.

What's included

Core commands

  • switchic init — initialize a project config (.switchic/config.yaml)
  • switchic switch claude — generate CLAUDE.md, .claude/agents/, and .claude/rules/ from your config
  • switchic status — display active platform, workflows, components, and estimated token cost
  • switchic add / remove agent|skill|rule — toggle components on or off
  • switchic version — print the binary version

Bundled library

  • 9 agents — including coding-orchestrator, code-implementer, code-reviewer, implementation-plan-writer, and more
  • 9 skills — including implementation-plan, commit-msg, worktree-setup, and more
  • 4 rules — golang, typescript, backend/api, backend/database
  • 1 workflow — coding (ticket-to-PR pipeline)

Platform support

  • Claude (Claude Code) — full support

Install

git clone https://github.com/Dandi-Pangestu/switchic
cd switchic
make install
switchic version # → v0.1.0