Once you're ready to go beyond the tutor.
Your tutor lives at ~/Documents/my-gemini-project.
Don't move it, and don't edit the GEMINI.md file
inside it: that file is what makes the tutor your tutor.
If you change it, the tutor breaks.
Gemini itself works in any folder. When you want to start something new — a game, a website, a tool, anything — the pattern is:
cd into it (see below) or, if you've made
an alias for it, use that. (See "Making a one-word launcher"
below for the full step-by-step on setting one up.)cd ~/Documents/my-game: "change
directory." Takes you into the folder you name.
cd .. takes you back up one level.
ls: "list." Shows everything in
your current folder. Useful for "what was that project called
again?"
Once you're in a project folder, type gemini and
press Enter. That Gemini won't be your tutor; it's a
generic, helpful Gemini, ready to build whatever you ask it to.
Continue learning won't mean anything to it; just ask
it for what you actually want, plainly.
You already have one (tutor) for the learning
project. The same pattern works for any new project. Five steps.
game
or play. For a recipe site, maybe
recipe. Whatever fits.auto_edit (file edits silent, scary
stuff prompts; what your tutor uses), yolo
(everything silent; faster, more trust required),
default (everything prompts; slower, safer).
See Phase 2 → Approval
modes for more on the trade-offs.~/.bashrc with the right flag).If something goes wrong (your word does
nothing, or it says "command not found"), close and reopen Git
Bash again. If it still doesn't work, ask the AI to check your
~/.bashrc and confirm the alias line is there.
The Gemini in a new project folder has no shared history with the one that's been your tutor. So you have to tell it everything, like a stranger. The rule from step 3 of the curriculum applies: be specific, give context, leave no guesswork.
The launcher alias guide above is one example of that. The same shape works for anything else you'll ask a fresh AI: describe the outcome you want, not the mechanism. The AI figures out the mechanism.