Files and the code view
Inspect and edit the code directly.
The Files tab is the project tree on your host. You can read any file and edit directly when it is faster than describing the change.
When to edit by hand
Editing yourself is right for a one-character fix, a value you know, or anything you can do faster than you can explain. It is wrong for anything structural — describing that to an agent gets you the change and the surrounding updates it implies.
Steps
- Open Files and navigate the tree.
- Open a file to read it.
- Edit and save when it is quicker than asking.
You're done when you can find your way around without asking where something is.
Gotchas
- These are real files on the host. Editing here is editing on disk — the same file your editor would open.
- Agents may be working in the same tree. Coordinate rather than racing: if agents are running, let them finish.