Skip to content

Releases: Hmbown/peircean-abduction

v1.2.3: Comprehensive CI Fixes

Choose a tag to compare

@Hmbown Hmbown released this 01 Dec 17:24

This release resolves all remaining linting (ruff) and type checking (mypy) errors, ensuring a completely clean build.

v1.2.2: CI Fixes & Enhanced Documentation

Choose a tag to compare

@Hmbown Hmbown released this 01 Dec 17:19

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

Choose a tag to compare

@Hmbown Hmbown released this 01 Dec 17:06

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@Hmbown Hmbown released this 01 Dec 17:03

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@Hmbown Hmbown released this 01 Dec 16:25

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Production Ready

Choose a tag to compare

@Hmbown Hmbown released this 01 Dec 00:04

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 --strict equivalents
  • 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

Choose a tag to compare

@Hmbown Hmbown released this 27 Nov 17:05

What's Changed

New Contributors

Full Changelog: https://github.com/Hmbown/peircean-abduction/commits/v0.2.0