@aihq/harness 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,18 +7,22 @@
7
7
  [![Node ≥20](https://img.shields.io/badge/node-%E2%89%A520-339933.svg)](package.json)
8
8
 
9
9
  <p align="center">
10
- <img src="docs/assets/aih-overview.svg" alt="aih — extract corporate trust, self-heal the runtime, tune the workstation, bootstrap a governed repo, and run AI coding safely behind any proxy" width="100%">
10
+ <img src="docs/assets/aih-overview.svg" alt="aih — extract corporate trust, self-heal the runtime, tune the workstation, bootstrap a governed repo, and run AI-assisted coding behind a proxy" width="100%">
11
11
  </p>
12
12
 
13
- A cross-platform CLI that prepares developer workstations and repositories for
14
- **safe, governed AI-assisted coding behind a corporate proxy**. It extracts
15
- corporate trust, tunes local inference, hardens repos with guardrails, wires up
13
+ A cross-platform CLI that helps prepare developer workstations and repositories for
14
+ **reviewable, governed AI-assisted coding behind a corporate proxy**. It extracts
15
+ corporate trust, tunes local inference, adds repo guardrails, wires up
16
16
  MCP / observability / sandboxing, and lays down a tool-agnostic context
17
17
  architecture — all from one command surface.
18
18
 
19
- > Turns the architectural blueprint *"Enterprise DevSecOps AI Bootstrapping:
19
+ > Implements the architectural blueprint *"Enterprise DevSecOps AI Bootstrapping:
20
20
  > Cryptographic Trust, Local Performance Optimization, and Unified Observability"*
21
- > into a real, tested product.
21
+ > as a tested CLI.
22
+
23
+ > **Provided as open-source software under Apache-2.0 on an "AS IS" basis.** No warranty,
24
+ > support obligation, SLA, indemnity, consulting, or professional advice is provided. `aih`
25
+ > is dry-run by default — review the plan before running `--apply`. See [DISCLAIMER.md](DISCLAIMER.md).
22
26
 
23
27
  ## Design posture
24
28