chore: trigger workflow on merge.yml changes #113

Merged
fuzzy merged 6 commits from feat/add-colorsound-overdrive into main 2026-05-05 08:22:49 +00:00
Owner
No description provided.
chore: trigger workflow on merge.yml changes
All checks were successful
CI / lint (pull_request) Successful in 37s
CI / test (pull_request) Successful in 51s
d335bec4ae
```

# Previous message:
fix: update connector symbol mapping for KiCad 9 library naming

Connector symbols in KiCad 9 use _Pin and _Socket suffixes (Conn_01x02_Pin instead of Conn_01x02). Updated SYMBOL_MAP for J, P, X prefixes.
feat: add report generation and update circuit simulation models
All checks were successful
CI / lint (pull_request) Successful in 36s
CI / test (pull_request) Successful in 53s
8992f131eb
# Previous message:
feat: generate HTML validation reports with simulation plots for all circuits

- Add generate_report_file() to build PySpice circuit, run DC/AC/transient
  simulation, and produce HTML report with embedded bode/transient plots
- Wire report generation into generate_and_run() flow
- Fix Diode/BJT model keyword in build_circuit() (positional arg caused
  'Number of args mismatch' in PySpice 1.5)
- Display report filename in generator output (JSON and text)
feat: add dc operating point simulation with ngspice fallback
All checks were successful
CI / lint (pull_request) Successful in 36s
CI / test (pull_request) Successful in 53s
356f1fc590
fix: improve component pin handling for diodes and transistors
refactor: implement ngspice integration for circuit simulation
perf: add error handling and fallback mechanisms for simulation failures

# Previous message:
feat: add DC expect rules to colorsound circuit; fix ngspice simulation fallback for ngspice 44

- Add 6 DC validation expectations to colorsound-overdrive circuit
- Fix build_circuit to use named pins (B/C/E for BJTs, A/K for diodes)
- Add default NPN and diode SPICE models
- Add subprocess fallback for ngspice 44 compatibility
- Case-insensitive node lookup in _NgspiceResult
chore: add gitkeep file to generated directory
Some checks failed
CI / lint (pull_request) Successful in 39s
CI / test (pull_request) Successful in 50s
Generate Artifacts / generate (push) Failing after 1m51s
2f65a4aff5
fuzzy scheduled this pull request to auto merge when all checks succeed 2026-05-05 08:21:30 +00:00
fuzzy merged commit 2f65a4aff5 into main 2026-05-05 08:22:49 +00:00
fuzzy deleted branch feat/add-colorsound-overdrive 2026-05-05 08:22:50 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/circuitci!113
No description provided.