Skip to content

Commit 7975591

Browse files
committed
ai: Update agent instructions
1 parent 50b7530 commit 7975591

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

AGENTS.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,16 @@ This repository contains two related projects:
55
- codetracer-pure-python-recorder — the original pure-Python tracer.
66
- codetracer-python-recorder — a Rust-backed Python module built with PyO3 and maturin.
77

8-
To run the Python test suite for the pure-Python tracer, execute:
8+
To build the modules in development mode run:
99

10-
```
11-
just test
12-
```
10+
```sh
11+
just venv 3.13 dev #You can use any other Python version >=3.12
12+
``
1313

14-
The tester executes a number of sample programs in `tests/programs` and compares their outputs to the fixtures in `tests/fixtures`.
14+
Then to run the tests do
1515

16-
To build and locally develop-install the Rust-backed module:
17-
18-
```
19-
just build-rust
20-
# or:
21-
maturin develop -m crates/codetracer-python-recorder/Cargo.toml
16+
```sh
17+
just test
2218
```
2319

2420
# Code quality guidelines

0 commit comments

Comments
 (0)