Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 3.18 KB

File metadata and controls

64 lines (40 loc) · 3.18 KB

Changelog

All notable changes to agent-core are documented here.

Format follows Keep a Changelog.

0.4.0 - 2026-03-22

Changed

  • Bumped ANALYZER_MIN_VERSION to v0.3.0 in lib/binary/version.js. v0.3.0 adds Phase 2-4 of agent-analyzer: AST symbol extraction (6 languages), project metadata, and doc-code cross-references. New query subcommands available: symbols, dependents, stale-docs, project-info.

0.3.0 - 2026-03-16

Fixed

  • Removed misleading AUTO-GENERATED - do not edit directly comment from templates/CLAUDE.md.tmpl. Plugin repos are expected to edit the generated file; the comment was incorrect.
  • Removed redundant Be concise clause from rule 8 in the template (flagged by agnix as redundant).

0.2.0 - 2026-03-15

Added

  • lib/binary/ - Binary resolver for the agent-analyzer Rust binary. Handles lazy download from GitHub releases at runtime (no postinstall hook). Supports 5 platform targets, tar.gz/zip extraction, version checking, and auto-upgrade. Uses only Node.js built-ins; zero external npm dependencies. Exports ensureBinary, runAnalyzer, and related utilities.
  • lib/collectors/git.js - Git history collector that runs agent-analyzer repo-intel init and extracts health metrics: hotspots, contributors, AI ratio, bus factor, conventions, and release info. Registered in the collect() dispatch in lib/collectors/index.js.

Changed

  • Updated lib/collectors/git.js for the RepoIntelData schema: added recentChanges to hotspot output and confidence field to aiAttribution.

0.1.1 - 2026-03-06

Added

  • Added agent-knowledge as a git submodule, centralizing the knowledge base in agent-sh/agent-knowledge and sharing it across all plugin repos.

0.1.0 - 2026-02-22

Added

  • CI workflow calling the reusable workflow from agent-sh/.github.
  • Automated Claude Code PR review (restricted to owner/member/collaborator, max 3 runs per PR).
  • Claude Code @mentions support in PR comments.
  • Pre-push hook that runs tests before push.
  • agnix validation step in the CI pipeline.
  • CLAUDE.md sync: template (templates/CLAUDE.md.tmpl) and generator script (scripts/generate-claudemd.js) that produce a consistent CLAUDE.md for each consumer plugin repo during the sync workflow.
  • Extended sync matrix to all 12 graduated plugin repos.

0.0.1 - 2026-02-21

Added

  • Initial seed: lib/ directory ported from agentsys, covering platform detection, pattern matching, workflow state, collectors, adapters, and utilities.
  • Sync workflow that triggers lib/ propagation to consumer repos on push to main.