Tags: av/facts
Tags
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.
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.
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
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: 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
PreviousNext