Releases: Hmbown/peircean-abduction
Releases · Hmbown/peircean-abduction
Release list
v1.2.3: Comprehensive CI Fixes
v1.2.2: CI Fixes & Enhanced Documentation
This release resolves all mypy type errors, ensuring a stable codebase. It also introduces a simplified, MCP-first README.md with updated model references.
v1.2.1
v1.2.0
v1.1.0
v1.0.0 - Production Ready
Peircean Abduction 1.0.0 - Production Ready 🎉
This release marks the first stable version of Peircean Abduction, achieving Hegelion-tier quality standards.
🏗️ Infrastructure
- Makefile: Unified operations (
make check,make test,make lint,make verify) - Pre-commit Hooks: Automated quality gates (ruff, mypy) before every commit
- GitHub Templates: Professional issue and PR templates for structured collaboration
📐 Documentation
- CONTRIBUTING.md: Rewritten with "Logic Harness" philosophy and architectural standards
- README.md: Enhanced structure with concrete examples and clear value proposition
- PEIRCEAN_SPEC.md: Complete technical specification of the 3-phase abductive loop
- MCP Agent Instructions: Guide for AI agents integrating with the MCP server
✅ Quality Improvements
- Strict Type Safety: Fixed 160+ type errors, enforcing
mypy --strictequivalents - Full Test Coverage: 156/156 tests passing
- Code Quality: Ruff formatting and linting compliance
- MCP Validation: Automated validation script for MCP server health
🔍 What is Peircean Abduction?
A Logic Harness that forces LLMs to stop guessing and start investigating. Implements Charles Sanders Peirce's logical framework to make uncertainty visible and hypotheses testable.
Anomaly in → Hypothesis out.
All quality gates passing: ✓ lint ✓ types ✓ tests ✓ mcp
See CONTRIBUTING.md for development guidelines.
v0.2.0
What's Changed
- Add tests for MCP server and training generator by @google-labs-jules[bot] in #1
New Contributors
- @google-labs-jules[bot] made their first contribution in #1
Full Changelog: https://github.com/Hmbown/peircean-abduction/commits/v0.2.0