Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d66938c

Browse files
committed
docs(cncvis): expand technical usage
1 parent 2a2a0c9 commit d66938c

File tree

2 files changed

+88
-325
lines changed

2 files changed

+88
-325
lines changed

cncvis/AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Codex agent instructions for /cncvis
2+
3+
When modifying code in this folder:
4+
5+
1. Format all `.c` and `.h` files using `clang-format -i` before committing.
6+
2. Ensure the project still builds using CMake:
7+
```bash
8+
cmake -S . -B build
9+
cmake --build build
10+
```
11+
3. Update `README.md` if the public API or build steps change.

0 commit comments

Comments
 (0)