Bring your Hamster workspace into the same repository where you and your coding agents work.
The Hamster CLI connects a local repository to your Hamster workspace. It syncs Briefs, Tasks, Blueprints, and Methods into local markdown your coding agents can read, and gives you terminal commands for working with that context.
When you initialize a repository, the CLI creates a .hamster/ directory, connects it to one of your teams, and runs the first sync. Your team continues to shape the work in Hamster while the CLI keeps that context beside the code.
From the repository you want to connect, install the CLI yourself or hand setup to your coding agent.
Install the Hamster CLI in this project. Follow https://tryhamster.com/plugin/install
hamster init creates the .hamster/ directory, lets you select a team, and runs the first sync. Use hamster team switch later to connect the repository to a different team.
See CLI Sync for ongoing sync commands.