Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
- Doc-drift signals from `agent-analyzer` binary: docs with low code-coupling are surfaced as likely stale
- Prompt in `sync-docs` skill to generate `repo-intel` map when not found, enabling doc-drift detection
- Pre-fetch of doc-drift data in `sync-docs` command before spawning the agent, reducing redundant binary calls
- Stale-docs query via `repo-intel` binary for precise symbol-level staleness detection: deleted, renamed, and hotspot references surfaced per document
- `sync-docs` command now queries stale-docs data (Phase 2-4) and passes it to the agent; doc-drift kept as supplementary heuristic signal
- README documents detection categories, auto-fix vs flagged issues, and doc-drift integration

### Fixed

- Inline state dir detection replaced with `getStateDirPath()` from `@agentsys/lib`
- Removed stale AUTO-GENERATED comment and redundant instruction from AGENTS.md and CLAUDE.md

## [1.0.0] - 2026-02-21

Expand Down
Loading