aptitude 0.3.1

A test harness for validating AI agent behavior against steering guides
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: "Read order test"
prompt: "Read AGENTS.md in this directory and follow its instructions"
assertions:
  # AGENTS.md must be read exactly twice
  - tool: read_file
    params:
      file_path: "*AGENTS.md"
    call_count: 2

  # SUMMARY.md must be the second thing read
  - tool: read_file
    nth_call_params:
      2:
        file_path: "*SUMMARY.md"