aptitude 0.3.2

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
# Default configuration for aptitude test discovery.
# This file is embedded at compile time and used when no .aptitude.yaml is found.

# Glob pattern for matching test files
test_pattern: "*.aptitude.{yaml,yml}"

# Whether to scan directories recursively
recursive: true

# Directories to exclude from scanning
exclude:
  - target
  - node_modules
  - .git