Skip to content

Commit 494b8cd

Browse files
authored
Merge pull request #5 from maxDcb/codex/update-agent.md-for-task-tracking
Improve agent instructions
2 parents 4b6e250 + f383b05 commit 494b8cd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

AGENT.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,27 @@ Once the build completes, the test binaries will be available in the `modules/Te
6464

6565
These tests validate core functionality and encoding/decoding routines.
6666

67+
### 🛠 Cleaning Up
68+
69+
When you are done building or testing locally, remove the temporary folders to
70+
keep the repository clean:
71+
72+
```bash
73+
rm -rf modules/build modules/ModuleCmd/nlohmann modules/ModuleCmd/base64.h \
74+
modules/Tests thirdParty
75+
```
76+
77+
### 🚀 Workflow Hints
78+
79+
The GitHub workflows in `.github/workflows/` mirror the exact commands used to
80+
compile the modules and run the tests on both Linux and Windows. Refer to these
81+
files if you need a quick reminder of the expected build steps.
82+
83+
### 📜 Tracking Previous Work
84+
85+
Test coverage has been steadily improved across the modules. Review the recent
86+
commit history (`git log`) to see examples such as the addition of the MkDir
87+
module tests and CI configuration. Checking the history can help you understand
88+
what has already been addressed before starting a new task.
89+
6790

0 commit comments

Comments
 (0)