CLI

Sync your project context from Hamster Studio to your local repository so your coding agent always has current briefs, tasks, and conventions.

Overview

The Hamster CLI syncs your briefs, tasks, blueprints, and methods from Hamster Studio to a .hamster/ directory in your repository as plain markdown files. In watch mode, those files update within seconds of any change in the browser — so your coding agent always has the latest requirements, acceptance criteria, and team conventions without you copying anything.

After each sync, the CLI generates a skill file that gives your agent structured access to the full project context. When you ask it to work on a task, it already knows the brief, the acceptance criteria, the architecture patterns, and how your team works.

The result: your project management context and your coding environment stay in sync, automatically.

In This Section

  • CLI Sync — How live context sync works and what your coding agent gets from it
  • Getting Started — Install and authenticate in one command
  • Using the CLI — The terminal dashboard, commands, and example agent prompts

Related