release: v0.12.0 — polish fact-check Phase 1#29
Closed
silversurfer562 wants to merge 1 commit into
Closed
Conversation
Promotes the [Unreleased] section to [0.12.0]:
- Polish fact-check Phase 1 (AST-based post-polish verification)
- check_python_refs, check_cli_refs, check_md_links,
check_numeric_refs
- Soft-fail by default (appends ## Unresolved references block);
strict and off modes via env var + CLI flags + pyproject toggles
- Regression fixture in tests/fixtures/fact_check_ops_dashboard/
- Catches 5/6 of the ops-dashboard hallucinations from
attune-ai PR #351
Version bumps: pyproject.toml + src/attune_author/__init__.py
Member
Author
|
Superseded by v0.13.0 which bundled fact-check Phase 1 with the regenerator fixes. See https://github.com/Smart-AI-Memory/attune-author/releases/tag/v0.13.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v0.12.0 — promotes the polish fact-check Phase 1 work
(merged in #28) and the spec drafts (merged in #24) to a tagged
release.
Headline change
Polish fact-check Phase 1 — AST-based post-polish verification
that catches LLM-fabricated technical detail without LLM cost.
Four checks:
check_python_refs— hallucinated imports + dotted pathscheck_cli_refs— invented CLI flagscheck_md_links— missing relative link targetscheck_numeric_refs— wrong countsDefaults to soft-fail (appends an
## Unresolved referencesblock to the polished file). Strict mode raises
FactCheckError. Control viaATTUNE_AUTHOR_FACT_CHECKenvvar,
--fact-check/--no-fact-checkCLI flags, and[tool.attune-author.fact-check]pyproject table.Caught 5 of 6 hallucinations from the attune-ai PR #351
regression fixture; the 6th (missing security callout) is
Phase 3 scope.
Files changed
Minimal:
pyproject.toml— 0.11.1 → 0.12.0src/attune_author/__init__.py—__version__bumpCHANGELOG.md— promote[Unreleased]→[0.12.0] - 2026-05-15uv.locknot updated in this PR — it's stale (catches up0.6.1 → 0.12.0 plus dep restructure) and will land in a
follow-up to keep the release commit auditable.
Post-merge steps
v0.12.0on the merge commitpypienv deployment for the publish workflow🤖 Generated with Claude Code