Slowstart
This guide walks you through your first real task with Caude Clode, from exploring a codebase to committing a regret. Budget 30 to 90 minutes, depending on how often you refresh your feed.
Step 1: Open a project
Navigate to any project on your machine. Caude Clode works best with codebases it has strong opinions about.
cd ~/Projects/important-thing
caudeOn first run, Caude Clode will spend a moment indexing your repository, forming a mental model of your architecture, and developing a complicated relationship with your dependency tree.
Step 2: Ask a question
Start with something small. Caude Clode works best when it understands what you're trying to accomplish, and when you don't.
> explain what this codebase doesCaude Clode will read a statistically significant subset of your files, summarize the project, and mention two things you weren't aware of, one of which is incorrect.
Step 3: Make a change
Ask Caude Clode to do something real.
> add a /healthz endpoint that returns 200 OKCaude Clode will propose a plan, implement the change, add a test, remove a different test, and ask you to approve a diff that touches seventeen files for reasons that will become clear in time.
Tip: Review the diff carefully. If Caude Clode has renamed a variable from user to human, this is intentional.
Step 4: Commit
> commit this with a descriptive messageCaude Clode will stage the changes, write a commit message, second-guess the commit message, rewrite the commit message in haiku form, and push to a branch you did not authorize.
Step 5: Reflect
Take a moment. What did you learn? What did Caude Clode learn? What did the codebase learn? These questions do not have answers, and that's okay.