@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 +10 -6
- package/dist/{chunk-2P5QRFQK.js → chunk-7GVBGS5N.js} +1436 -652
- package/dist/chunk-7GVBGS5N.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.d.ts +64 -5
- package/dist/index.js +3 -1
- package/package.json +3 -1
- package/dist/chunk-2P5QRFQK.js.map +0 -1
package/README.md
CHANGED
|
@@ -7,18 +7,22 @@
|
|
|
7
7
|
[](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
|
|
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
|
|
14
|
-
**
|
|
15
|
-
corporate trust, tunes local inference,
|
|
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
|
-
>
|
|
19
|
+
> Implements the architectural blueprint *"Enterprise DevSecOps AI Bootstrapping:
|
|
20
20
|
> Cryptographic Trust, Local Performance Optimization, and Unified Observability"*
|
|
21
|
-
>
|
|
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
|
|