Skip to content

release(v0.29.0): chronology anchor and adjacent-work reference#127

Merged
vaaraio merged 2 commits into
mainfrom
chore/prior-art-v029
May 24, 2026
Merged

release(v0.29.0): chronology anchor and adjacent-work reference#127
vaaraio merged 2 commits into
mainfrom
chore/prior-art-v029

Conversation

@vaaraio
Copy link
Copy Markdown
Owner

@vaaraio vaaraio commented May 24, 2026

Summary

  • Adds PRIOR_ART.md: per-concept chronology table mapping each load-bearing Vaara concept to its
    first shipped version and a path into the codebase or docs. Neutral list of adjacent published work
    (Protocol-Driven Development, Formal Methods Meet LLMs, Subjective Logic runtime confidence updates,
    EASA learning-assurance mechanistic interpretability, national security backchaining). Reconstructed
    from CHANGELOG.md and the git tags so a reader can verify any "since when" claim against PyPI release
    history and the GitHub tag list.
  • Appends a "Related runtime-confidence work" section to docs/conformal-prediction.md citing
    arXiv:2605.22530v1 (Subjective Logic runtime confidence updates in safety arguments, 2026-05-21) as a
    complementary research line, with a cross-link to PRIOR_ART.md.
  • Bumps version to 0.29.0 in pyproject.toml, src/vaara/__init__.py, and clients/ts/package.json.
    Cross-links PRIOR_ART.md from the README "Where things live" table.

Documentation surfaces only. Hash chain format, OVERT envelope schema, MCP proxy semantics, CLI
surface, HTTP API, and release workflow are byte-identical to v0.28.0.

Test plan

  • pytest tests/ 771 passed, 12 skipped
  • Public-prose audit on PRIOR_ART.md, docs/conformal-prediction.md addition, and CHANGELOG
    entry (no em-dashes, no semicolons, no consultant jargon)
  • Version bumped consistently across pyproject.toml, src/vaara/__init__.py,
    clients/ts/package.json
  • Chronology rows in PRIOR_ART.md spot-checked against CHANGELOG.md v0.1.0, v0.10.0, v0.13.0,
    v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.25.0, v0.26.0, v0.27.0, v0.28.0
    EOF

Summary by CodeRabbit

  • Documentation

    • Added comprehensive reference guide documenting when each feature first shipped
    • Added catalog of adjacent published research aligned with core themes
    • Updated conformal prediction documentation with related runtime-confidence research
    • Enhanced README with navigation to new documentation resources
  • Chores

    • Version bumped to 0.29.0

Review Change Stack

vaaraio added 2 commits May 22, 2026 20:13
The conformal-prediction.md cite of Article 15(1) had two small paraphrases inside quotation marks: missing Oxford comma before 'and cybersecurity', and 'perform consistently' instead of 'that they perform consistently'. Restored to the source text per artificialintelligenceact.eu/article/15.
Adds PRIOR_ART.md, a per-concept chronology table mapping each
load-bearing Vaara concept to its first shipped version, together
with a neutral list of adjacent peer-reviewed and pre-print work
in the same lane. Reconstructed from CHANGELOG.md and the git
tags so a reader can verify any 'since when' claim against PyPI
release history.

Appends a Related runtime-confidence work section to
docs/conformal-prediction.md citing arXiv:2605.22530v1 (Subjective
Logic runtime confidence updates in safety arguments, 2026-05-21)
as a complementary research line, with a cross-link to
PRIOR_ART.md for the broader chronology.

Bumps version to 0.29.0 in pyproject.toml, src/vaara/__init__.py,
and clients/ts/package.json. Cross-links PRIOR_ART.md from the
README 'Where things live' table.

Documentation surfaces only. Hash chain format, OVERT envelope
schema, MCP proxy semantics, CLI surface, HTTP API, and release
workflow are byte-identical to v0.28.0. 771 tests pass.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 95372bd1-147d-40a0-adf3-f82b2ffa4c85

📥 Commits

Reviewing files that changed from the base of the PR and between 14a919b and 31c1fb2.

📒 Files selected for processing (7)
  • CHANGELOG.md
  • PRIOR_ART.md
  • README.md
  • clients/ts/package.json
  • docs/conformal-prediction.md
  • pyproject.toml
  • src/vaara/__init__.py

📝 Walkthrough

Walkthrough

This PR releases version 0.29.0 by introducing a new PRIOR_ART.md document that catalogs Vaara's shipped concepts and thematic published work, updating all package version fields to 0.29.0, documenting the release in CHANGELOG.md, and integrating cross-links into the existing documentation.

Changes

Release 0.29.0: Documentation and Version Coordination

Layer / File(s) Summary
Prior Art: Chronology and Literature Catalog
PRIOR_ART.md
New document establishes a verifiable shipment timeline for Vaara concepts (reconstructed from changelog and git/PyPI tags) and catalogs thematic published work: runtime monitoring, safety-case confidence updates, learning assurance, threat modeling, and conformal prediction foundations. Includes maintenance guidance for future updates.
Release Notes and Version Synchronization
CHANGELOG.md, pyproject.toml, clients/ts/package.json, src/vaara/__init__.py
Version 0.29.0 release notes document the new PRIOR_ART.md artifacts and conformal-prediction cross-link, with corresponding version field updates across Python and TypeScript build manifests.
Documentation Cross-linking and Updates
README.md, docs/conformal-prediction.md
README adds PRIOR_ART.md to the "Where things live" table; conformal-prediction docs add a "Related runtime-confidence work" section linking to PRIOR_ART.md and adjust Article 15(1) quote punctuation.

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly Related PRs

Poem

🐰 A chronicle penned with timeless care,
Where concepts bloom and papers share,
From changelog roots to tags so true,
A timeline built for all to view—
Prior art now shines, release takes flight! 📚✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly aligns with the main change: introducing PRIOR_ART.md (chronology anchor) and cross-linking adjacent work documentation in v0.29.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/prior-art-v029

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant