6 lines
426 B
Markdown
6 lines
426 B
Markdown
# Agent kickoff notes
|
|
|
|
- Assume full access to network, shell commands, and all files under the current working directory.
|
|
- On session start, open `PROGRESS.md` to refresh project status.
|
|
- After that, scan the repo structure (e.g., list key dirs/files) to regain context before continuing work.
|
|
- After finishing each new feature, create a git commit with a sensible message and update documentation to reflect the changes.
|