Metadata-Version: 2.5
Name: agent-harness-kit-cli
Version: 0.5.3
Summary: Artifact-driven development harness for coding agents
Project-URL: Homepage, https://github.com/Eduardo-Salvador/Agent-Harness-Kit
Project-URL: Repository, https://github.com/Eduardo-Salvador/Agent-Harness-Kit
Project-URL: Issues, https://github.com/Eduardo-Salvador/Agent-Harness-Kit/issues
Author: Eduardo Salvador
License: MIT License
        
        Copyright (c) 2026 Agent Harness Kit contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: agents,claude,codex,developer-tools,harness
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Agent Harness Kit

Agent Harness Kit gives coding agents durable project context, separate human and technical pending views, dependency-aware execution, file ownership leases, bounded review, and inspectable completion.

![Agent Harness Kit](https://raw.githubusercontent.com/Eduardo-Salvador/Agent-Harness-Kit/v0.5.3/docs/assets/agent-harness-kit-banner.svg)

## Install

```bash
uv tool install agent-harness-kit-cli
```

Open a terminal inside a project and run:

```bash
agent-harness install
```

The recommended `core` profile is installed by default. Use `--dry-run` to preview or `--profile core-learning` to include optional, consented project-learning support.

The installer creates a contained `agent-harness-kit/` directory and managed root `AGENTS.md` and `CLAUDE.md` bridge blocks without replacing existing project instructions.

## What it coordinates

- approved project context before broad inspection;
- `PENDING.md` for human decisions and macro gaps;
- `TASK-GRAPH.md` for dependencies, leases, progress, and execution;
- isolated workstreams and context-aware frontend/backend/integration routing;
- one independent review and at most one focused re-review;
- hackathon mode for compressed discovery and demo-first MVP delivery;
- mandatory status with progress, blockers, next action, and inspectable paths.

The Kit is an artifact-driven scaffold followed by capable agents. It is not a daemon that autonomously opens sessions, locks operating-system files, merges branches, or deploys software.

Documentation, source, audio overview, and examples are available in the [GitHub repository](https://github.com/Eduardo-Salvador/Agent-Harness-Kit).
