Skip to content

Tags: av/facts

Tags

v0.7.1

Toggle v0.7.1's commit message
fix(check): make agent verification opt-in (v0.7.1)

facts check no longer invokes an LLM by default. Manual facts stay as ?
unless --agent is passed; bare --agent uses .config agent then PATH presets.
TUI check also skips agent verification by default.

v0.7.0

Toggle v0.7.0's commit message
feat: add fact quality guidance to injected docs and skills, bump 0.7.0

Reframe anti-pattern warnings as positive qualities of good facts
(black-box check, independent value, behavioral label, spec-first,
contract-level, actively curated) across the CLAUDE.md injected section
and all four skills. Add granularity guardrail to prevent over-factting.
Motivated by observed degradation in agent-maintained fact sheets.

v0.6.0

Toggle v0.6.0's commit message
chore: bump version to 0.6.0

v0.5.5

Toggle v0.5.5's commit message
chore: bump version to 0.5.5

v0.5.4

Toggle v0.5.4's commit message
fix: resolve bugbash issues (empty .facts cleanup, edit feedback, tag…

… case-insensitivity, check grammar)

- remove/move now delete emptied .facts files (like empty sections)
- edit prints target IDs on success; no longer silent
- --tags matching is case-insensitive (consistent with --search)
- check manual facts footer uses correct singular/plural + precise wording
- Added corresponding @SPEC facts (now @implemented) and updated docs/skills

Bump version to 0.5.4

v0.5.3

Toggle v0.5.3's commit message
chore: bump version to 0.5.3

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

v0.5.2

Toggle v0.5.2's commit message
feat: add --light flag for markdown-like list output

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

v0.5.1

Toggle v0.5.1's commit message
chore: bump version to 0.5.1

v0.5.0

Toggle v0.5.0's commit message
feat: add `facts update` command for self-updating the CLI

Detects install method from binary path (npm, pipx, or direct) and
runs the appropriate update procedure. Direct installs query GitHub
releases via curl/wget and replace the binary in-place.

Also includes: check output refactor, agent docs rewrite, skills
subcommand extraction, README pip→pipx fix.

v0.4.9

Toggle v0.4.9's commit message
v0.4.9: fix npm bin symlink and Linux glibc compatibility

- Add npm/bin/facts placeholder stub so npm creates the global symlink
  before postinstall downloads the real binary
- Build Linux targets on ubuntu-22.04 (glibc 2.35) instead of
  ubuntu-latest (2.39) for broader container compatibility