Skip to content

v4.4.0 — Hardware + Academic Writing + Injection Defense

Choose a tag to compare

@telagod telagod released this 08 Jun 15:50
· 50 commits to main since this release
d56c616

What's new

3 new domain skills (26 → 29)

  • designing-hardware-products — full-stack hardware product pipeline: requirements → ESP-IDF firmware → KiCad PCB → UniApp client → release zip. 5 reference docs.
  • operating-kicad-eda — KiCad 9 MCP tool router (17 tools). Iron rules: autoroute-only, library-first, serialize PCB writes, DRC gate. 3 reference docs.
  • reducing-aigc-detection — systematic AIGC detection reduction for 维普/知网/Turnitin. Three-layer rewriting (structure → lexicon → content injection), docx run-level editing with footnote preservation. 2 reference docs.

New shared behavior modules

  • injection-awareness — three-layer prompt injection defense (detect → whitelist → respond) with per-target runtime whitelists for Claude/Codex/Gemini/OpenClaw
  • execution-drive — action-first rules, anti-laziness patterns, output self-check gate (终结门), safety valve for destructive ops
  • llm-security.md — Injection-Resilient Persona Design reference (architecture, principles, adversarial evaluation, multi-agent scenarios)

Stats

  • 29 skills, 379 tests, CI green on Node 18/20/22 × 4 targets × 3 OS

Full Changelog: v4.3.0...v4.4.0