Release History

Changelog

Every release of project-athena, documented with strict adherence to real capabilities.

v0.2.0

Latest
2026-09-26
Added
  • •New agents: Codex, GitHub Copilot, Gemini CLI, Windsurf and Cline integrations (athena agents add codex|copilot|gemini-cli|windsurf|cline). Codex, Copilot and Gemini CLI also get MCP registration and activity hooks.
  • •CI: a GitHub Action (uses: Sabari-Vasan-SM/athena@v0) that checks knowledge is in sync and reviews pull requests, with an optional PR comment.
  • •Git hooks: athena git-hook install|uninstall|status adds a pre-commit knowledge check (--review also blocks possible secrets).
  • •Example project: examples/demo-shop with its generated .athena/ committed.
Fixed
  • •athena sync --check no longer reports stale knowledge after every commit (Git-history hotspots are ignored by the check).
  • •Removing one agent integration no longer removes the AGENTS.md block another integration still uses; a developer's own file at an Athena path now counts as evidence the agent is in use.
Changed
  • •gemini now selects Gemini CLI (use antigravity for Antigravity), and GEMINI.md alone no longer sets up Antigravity.
  • •The terminal UI links to https://athena.sabari.me; releases are published with npm provenance; the npm package no longer includes source maps.
Package: project-athenaView on npm

v0.1.3

2026-09-22
Added
  • •New terminal UI for athena init, athena analyze and athena open. It has a branded header (logo, npm and GitHub links) sized to the terminal, a live checklist of the real pipeline stages with measured timings and results, and summary panels for the project overview, generated files and next steps.
  • •Falls back to narrower layouts, plain text without Unicode, and no animation when output isn't a terminal. --json and --quiet output is unchanged.
Changed
  • •Package.json now links the GitHub repository, homepage and issue tracker.
Package: project-athenaView on npm

v0.1.2

2026-09-18
Changed
  • •Republished with no functional changes.
Package: project-athenaView on npm

v0.1.1

2026-09-18
Fixed
  • •Packaging fix: the bin path in package.json is now dist/cli.js, and the description encoding was corrected. No functional changes.
Package: project-athenaView on npm

v0.1.0

2026-09-18
Analysis
  • •Detects languages, frameworks, monorepos, commands, environment variable names, database schema, HTTP routes, auth signals, containers, CI and tests across 10 ecosystems. Every statement is labeled FACT, DETECTED, INFERRED or UNKNOWN with file/line evidence.
Knowledge
  • •11 generated Markdown documents in .athena/, plus the developer-owned rules.md. Generated sections are refreshed, and your edits are preserved.
Sync
  • •Athena sync and athena watch propose updates only for documents that would actually change, with reasons and diffs. Nothing is written without review.
Web UI
  • •Athena open gives a knowledge viewer/editor, rules editor, sync review with diffs, security scan, context explorer and activity timeline, on 127.0.0.1 with a per-session token.
Agents
  • •Claude Code, Cursor, Antigravity and AGENTS.md integrations, including activity hooks (Claude Code, Cursor) and MCP registration.
Security & review
  • •Athena security runs the audit tools your ecosystems provide. athena review checks the current diff for secrets, missing tests, new dependencies and more.
Intelligence
  • •Project graph, deterministic context engine (athena context), MCP server (athena mcp), and optional consent-gated AI suggestions (athena ai).
Package: project-athenaView on npm
See the npm page for the full version history and published packages.