Changelog

New features, fixes, and breaking changes. Newest first.

  1. v1.0.3FIX

    Widen identifier detection in validation gate

    Property names inside type literals and destructured parameter names are now collected from the source diff. This removes false-positive identifier ... not present in diff rejections for code like type RetryOptions = { maxAttempts: ... }.

  2. v1.0.2FIX

    README size-growth rule tuned for starter repos

    Combined the size-growth rule with an absolute 2KB threshold so a 113-char starter README can grow into a 504-char one without tripping the gate, while still blocking the 50KB-essay-explosion case.

  3. v1.0.1FIX

    Fallback candidates for un-indexed repos

    When a repository hasn't been indexed yet, scope selection now assumes README.md and CHANGELOG.md exist so the first run after install produces useful candidates instead of skipping with no doc files matched rules.

  4. v1.0.0FEATURE

    Public beta launch

    docs-keeper opens its first auto-generated documentation PR. Initial scope: README and CHANGELOG, claude-haiku-4.5 via OpenRouter, GitHub App distribution, 7-rule validation gate (no hallucinated identifiers, no frontmatter deletion, no >50% rewrites, 50KB hard cap, markdown structural integrity).