Skip to content

v1.4.0

Choose a tag to compare

@k1lgor k1lgor released this 30 Apr 10:41

Added

  • performance-profiler added to Domain Expert Registry in Infrastructure category (was missing from CLAUDE.md, README, and commands/skills.md — table listed 26 but 27 skills exist)
  • Examples section added to 00-tech-lead SKILL.md (now 10/10 validation score)
  • docs/plans/ directory created (referenced throughout documentation and agents but didn't exist)

Fixed

  • Agent naming consistency: README used reviewer instead of code-reviewer, and security instead of security-reviewer — now matches actual agent files and CLAUDE.md
  • PreToolUse security hook in hooks/hooks.json was non-functional (grepped /dev/stdin which never received content) — replaced with working prompt-type warning
  • skill-generator was listed in two categories (Orchestration and Meta) in commands/skills.md — removed duplicate Meta category

Removed

  • .agent/ directory with 59 legacy/non-advertised skills and placeholder hooks (already gitignored, now fully purged from disk)
  • tsv-log.sh — autoresearch-specific logger, not core to virtual-company
  • dockerfile-lint.sh — Docker-only tool, not general-purpose
  • doc-health.sh — generic documentation checker, not central to multi-agent orchestration

Changed

  • Verification scripts reduced from 8 to 5 (kept: validate-skill, security-sentinel, verify-gate, coverage-gate, audit-deps)
  • Plugin description updated to reflect 5 verification scripts
  • README project structure diagram now shows all actual directories (commands/, scripts/, .claude-plugin/)