532dc4d17a
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
641 B
YAML
39 lines
641 B
YAML
project:
|
|
name: "ai-agentic-embedded-base"
|
|
orientation: "esp-first"
|
|
targets:
|
|
- esp32s3
|
|
- esp32
|
|
- esp32dev
|
|
|
|
ai:
|
|
triggers:
|
|
issue_label_required: "ai:*"
|
|
safety:
|
|
forbid_secrets: true
|
|
no_network_assumption: true
|
|
outputs:
|
|
artifacts_root: "artifacts"
|
|
|
|
firmware:
|
|
toolchain: platformio
|
|
tests:
|
|
runner: unity
|
|
required: true
|
|
|
|
hardware:
|
|
kicad:
|
|
version_min: 9
|
|
version_preferred: 10
|
|
schematic_ops:
|
|
allow_bulk_edits: true
|
|
require_erc_green: true
|
|
|
|
repo_rules:
|
|
formatting:
|
|
markdown_wrap: 100
|
|
|
|
compliance:
|
|
profile: prototype
|
|
active_profile_path: "compliance/active_profile.yaml"
|