Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: constk/harness-python-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: constk/harness-python-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/91-agent-failure-example
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 26, 2026

  1. docs: add concrete agent-failure example to "Why a harness" (#91)

    The "harness IS the product" claim reads abstract without a worked
    example. Adds a blockquoted, 3-line sidebar inside the "Why a harness"
    section showing one realistic failure mode: an agent reaches for a
    reverse import (src.models → src.tools), import-linter blocks it in CI
    against the "src.models depends on nothing in src/" contract, the
    agent's next iteration routes around it via docs/BOUNDARIES.md.
    
    Names a real gate, cites the real contract, links the real doc — so
    the example is verifiable, not theatre.
    
    Closes #91
    constk committed May 26, 2026
    Configuration menu
    Copy the full SHA
    8183c1b View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 0.2.11

    constk committed May 26, 2026
    Configuration menu
    Copy the full SHA
    2218446 View commit details
    Browse the repository at this point in the history
Loading