aigent-hive 0.9.0-test.9 → 0.9.1
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 +265 -2
- package/install.cmd +1 -1
- package/install.ps1 +3 -3
- package/install.sh +6 -6
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,3 +1,266 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Aigent Hive
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/gvm1229/aigent-hive/main/docs/assets/branding/hive-readme-banner-en.png" alt="hive — persistent context for every project" width="100%">
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
> A provider-neutral local harness for Codex, Claude Code, and Gemini Antigravity.
|
|
8
|
+
|
|
9
|
+
[](https://github.com/gvm1229/aigent-hive/blob/main/Cargo.toml)
|
|
10
|
+
[](https://github.com/gvm1229/aigent-hive/blob/main/rust-toolchain.toml)
|
|
11
|
+
[](https://github.com/gvm1229/aigent-hive/blob/main/LICENSE)
|
|
12
|
+
|
|
13
|
+
[English](https://github.com/gvm1229/aigent-hive/blob/main/README.md) · [한국어](https://github.com/gvm1229/aigent-hive/blob/main/docs/readme/README.ko.md)
|
|
14
|
+
|
|
15
|
+
Hive gives subscription-authenticated agent hosts one consistent setup, Skill routing,
|
|
16
|
+
project knowledge, durable role/run state, usage safeguards, and safe update contracts.
|
|
17
|
+
It never asks for model-provider API keys, calls model-provider APIs, or replaces the
|
|
18
|
+
host's own model runtime.
|
|
19
|
+
|
|
20
|
+
Stable `0.9.1` is the current release for this source. Developer test build
|
|
21
|
+
`0.9.0-test.19` remains available only on npm `test` and as a GitHub prerelease.
|
|
22
|
+
|
|
23
|
+
## Install the current stable release
|
|
24
|
+
|
|
25
|
+
`0.9.1` is published on npm as `latest`, with a normal GitHub Release and annotated Git tag.
|
|
26
|
+
|
|
27
|
+
```console
|
|
28
|
+
npm install -g aigent-hive
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Or pin the exact version:
|
|
32
|
+
|
|
33
|
+
```console
|
|
34
|
+
npm install -g aigent-hive@0.9.1
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
The npm installer requires Node.js and npm. The installed `hive` runtime is a native
|
|
38
|
+
Rust binary and does not require Node.js.
|
|
39
|
+
|
|
40
|
+
Expected stable version label:
|
|
41
|
+
|
|
42
|
+
```text
|
|
43
|
+
AIgent Hive v0.9.1 (released 2026-08-12)
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Developer test build 0.9.0-test.19
|
|
47
|
+
|
|
48
|
+
For developers and contributors testing the next release:
|
|
49
|
+
|
|
50
|
+
```console
|
|
51
|
+
npm install -g aigent-hive@0.9.0-test.19
|
|
52
|
+
hive --version
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Expected version label:
|
|
56
|
+
|
|
57
|
+
```text
|
|
58
|
+
AIgent Hive v0.9.0-test #19 · developer test build
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
This explicit version never changes npm `latest`.
|
|
62
|
+
|
|
63
|
+
### macOS and Linux with curl
|
|
64
|
+
|
|
65
|
+
```sh
|
|
66
|
+
curl --proto '=https' --tlsv1.2 -LsSf \
|
|
67
|
+
https://unpkg.com/aigent-hive@0.9.1/install.sh | sh
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Windows PowerShell 5.1+
|
|
71
|
+
|
|
72
|
+
```powershell
|
|
73
|
+
irm https://unpkg.com/aigent-hive@0.9.1/install.ps1 | iex
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Windows Command Prompt
|
|
77
|
+
|
|
78
|
+
```bat
|
|
79
|
+
curl.exe -fLo install-aigent-hive.cmd https://unpkg.com/aigent-hive@0.9.1/install.cmd && install-aigent-hive.cmd
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
The direct installers fetch the same native package bytes from npm, verify the
|
|
83
|
+
embedded exact-version SHA-256, and record direct-install ownership. They do not
|
|
84
|
+
require npm, Node.js, or PowerShell 7.
|
|
85
|
+
|
|
86
|
+
## Optional one-prompt setup
|
|
87
|
+
|
|
88
|
+
If you want Codex, Claude Code, or Gemini Antigravity to guide the entire user-level
|
|
89
|
+
installation, paste the following prompt instead of manually following the first three
|
|
90
|
+
setup steps below. It is optional: the four-step setup remains the predictable manual path.
|
|
91
|
+
|
|
92
|
+
```text
|
|
93
|
+
I want the optional one-prompt Aigent Hive setup. Work only at user scope; do not inspect,
|
|
94
|
+
initialize, or change any project, repository, folder, or current working directory.
|
|
95
|
+
|
|
96
|
+
First ask whether I want the current stable release 0.9.1 (recommended) or the developer test build
|
|
97
|
+
0.9.0-test.19. The stable install guidance is https://github.com/gvm1229/aigent-hive#install-the-current-stable-release
|
|
98
|
+
and the test-build release notes are https://github.com/gvm1229/aigent-hive/releases/tag/v0.9.0-test.19.
|
|
99
|
+
Detect my operating system and active host (Codex, Claude Code, or Gemini Antigravity), asking
|
|
100
|
+
me if either is unclear. Check whether Node.js and npm are available. If they are missing,
|
|
101
|
+
give me the official OS-specific Node.js installation command and request any approval the host
|
|
102
|
+
requires before installing it. Then install the exact Hive release I selected using the official
|
|
103
|
+
method in the linked guidance, verify `hive --version`, and activate only my host with
|
|
104
|
+
`hive install --scope user --host <detected-host> --apply --output json`.
|
|
105
|
+
|
|
106
|
+
Then begin interactive global setup in this conversation. For a first setup, ask only whether I
|
|
107
|
+
want English or Korean first; continue one question at a time. For existing settings, first ask
|
|
108
|
+
whether I want to change one setting or review everything. Do not start project setup afterward:
|
|
109
|
+
offer the separate project-setup prompt instead. Never ask for provider API credentials or install
|
|
110
|
+
an optional third-party Skill.
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
This option installs only the release you choose. A test build stays on npm's `test` tag and does
|
|
114
|
+
not change `latest`.
|
|
115
|
+
|
|
116
|
+
## Supported targets
|
|
117
|
+
|
|
118
|
+
| Platform | Native target | 0.9.1 gate |
|
|
119
|
+
| --- | --- | --- |
|
|
120
|
+
| macOS Apple Silicon | `aarch64-apple-darwin` | Candidate runtime qualified |
|
|
121
|
+
| macOS Intel | `x86_64-apple-darwin` | Candidate runtime qualified |
|
|
122
|
+
| Linux x86_64 | `x86_64-unknown-linux-musl` | Release qualification in progress |
|
|
123
|
+
| Linux arm64 | `aarch64-unknown-linux-musl` | Release qualification in progress |
|
|
124
|
+
| Windows x86_64 | `x86_64-pc-windows-msvc` | Candidate runtime qualified |
|
|
125
|
+
|
|
126
|
+
Codex and Antigravity have real-host qualification evidence. Claude Code packaging and
|
|
127
|
+
projection are covered by fixtures, but a real subscription-backed session remains
|
|
128
|
+
unverified. Stable `0.9.1` uses explicit macOS ad-hoc signing and publishes Windows as
|
|
129
|
+
unsigned unless free SignPath Foundation signing is approved. See the
|
|
130
|
+
[code signing policy](https://github.com/gvm1229/aigent-hive/blob/main/docs/guides/code-signing-policy.md) for the exact trust boundary.
|
|
131
|
+
|
|
132
|
+
## First setup
|
|
133
|
+
|
|
134
|
+
Follow these four steps in order. Repeat step 2 for each host, step 4 for each project,
|
|
135
|
+
and step 3 whenever global preferences change.
|
|
136
|
+
|
|
137
|
+
### 1. Install the Hive CLI
|
|
138
|
+
|
|
139
|
+
Use one command from [Install the current stable release](#install-the-current-stable-release) above. The npm installation provides the
|
|
140
|
+
`hive` command; it does not yet activate Hive inside a host.
|
|
141
|
+
|
|
142
|
+
### 2. Activate Hive for this host
|
|
143
|
+
|
|
144
|
+
In a terminal, activate the host projection:
|
|
145
|
+
|
|
146
|
+
```console
|
|
147
|
+
hive install --scope user --host codex --apply --output json
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Replace `codex` with `claude` or `antigravity` for that host. This operation restores an
|
|
151
|
+
authenticated known prior user installation before updating it to the current projection;
|
|
152
|
+
it still refuses unknown or modified ownership manifests.
|
|
153
|
+
|
|
154
|
+
### 3. Configure global preferences
|
|
155
|
+
|
|
156
|
+
Open Codex, Claude Code, or Gemini Antigravity and paste this shared prompt:
|
|
157
|
+
|
|
158
|
+
```text
|
|
159
|
+
Configure or reconfigure my global Aigent Hive preferences for this host. Do not inspect or configure a project, repository, folder, or current working directory. Start the interactive user-scope setup.
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
Use this prompt for the first setup and later preference changes. It configures only your
|
|
163
|
+
user-scope language, Wiki, user contexts, persona, Skills, and update preferences; it never inspects the
|
|
164
|
+
current folder or creates a project harness.
|
|
165
|
+
|
|
166
|
+
All built-in Skills are active by default. If you prefer a smaller set, choose Skills one by
|
|
167
|
+
one during setup; `setup-hive` always remains active. You may select multiple user contexts and
|
|
168
|
+
add a short description. They help Hive understand you globally, but never choose a project
|
|
169
|
+
workflow, implementation approach, delivery priority, or active Skill set. Your persona and
|
|
170
|
+
selected host also never change the active Skill set. Users with an earlier recommended-suite
|
|
171
|
+
setting keep its exact existing Skill set until they review and approve a new preview.
|
|
172
|
+
|
|
173
|
+
### 4. Configure one project
|
|
174
|
+
|
|
175
|
+
Open the exact project in the host and paste this separate prompt:
|
|
176
|
+
|
|
177
|
+
```text
|
|
178
|
+
Configure the local Aigent Hive harness for this project. Use my existing global Hive preferences, inspect only this project, show the exact write preview, and ask me only about choices that require my approval.
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
Use this prompt once for each repository. It inherits your global preferences and only changes
|
|
182
|
+
the named project after showing its exact write preview. If the host is not open in the project,
|
|
183
|
+
name the project with an absolute path instead:
|
|
184
|
+
|
|
185
|
+
```text
|
|
186
|
+
Configure the local Aigent Hive harness for the project at /absolute/path/to/project. Use my existing global Hive preferences, inspect only that project, show the exact write preview, and ask me only about choices that require my approval.
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Do not use the project prompt from your home directory without a project path. A request that
|
|
190
|
+
includes both scopes completes global setup first and asks before inspecting or changing a project.
|
|
191
|
+
|
|
192
|
+
Neither prompt authorizes an update, optional third-party Skill, or provider-credential
|
|
193
|
+
access.
|
|
194
|
+
|
|
195
|
+
Hive previews its exact owned write set, preserves foreign guidance bytes, and keeps
|
|
196
|
+
canonical knowledge in Markdown.
|
|
197
|
+
|
|
198
|
+
## Updating
|
|
199
|
+
|
|
200
|
+
```console
|
|
201
|
+
hive update
|
|
202
|
+
```
|
|
203
|
+
|
|
204
|
+
This performs an immediate version check. If a newer version exists, Hive explains the
|
|
205
|
+
exact update and asks before invoking the authenticated install owner. Declining,
|
|
206
|
+
closing stdin, or running non-interactively causes no installation.
|
|
207
|
+
An existing `0.9.0-test.N` or `0.9.0` installation keeps its owner evidence and may update to
|
|
208
|
+
exact stable `0.9.1` through the same confirmation flow.
|
|
209
|
+
|
|
210
|
+
When daily checks are enabled, a successful check is throttled for 24 hours. An offline
|
|
211
|
+
or failed check is not recorded as successful, so the next Codex, Claude Code, or
|
|
212
|
+
Antigravity session retries it.
|
|
213
|
+
|
|
214
|
+
Hive never installs an update silently.
|
|
215
|
+
|
|
216
|
+
## Automatic dispatch safeguard
|
|
217
|
+
|
|
218
|
+
When enabled, Hive checks subscription usage immediately before a new automatic
|
|
219
|
+
dispatch:
|
|
220
|
+
|
|
221
|
+
```console
|
|
222
|
+
hive usage enforce --target <project> --session-id <id> --process-id <pid> --output json
|
|
223
|
+
hive run resume --dispatch-intent automatic --target <project> --run <run-id> --capabilities <json> --output json
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
The first command is only a preflight; it never authorizes dispatch by itself. External
|
|
227
|
+
runtime cancellation is auxiliary evidence and never replaces durable goal/task state.
|
|
228
|
+
Ordinary quick-answers and manual work do not run this automatic-dispatch gate.
|
|
229
|
+
|
|
230
|
+
## What Hive owns
|
|
231
|
+
|
|
232
|
+
- Hive-owned marker blocks and manifest-listed files only
|
|
233
|
+
- Provider-neutral Skills and thin host projections
|
|
234
|
+
- Canonical Markdown/YAML/TOML state
|
|
235
|
+
- Disposable SQLite indexes rebuilt from canonical text
|
|
236
|
+
- Verified direct-install receipts
|
|
237
|
+
|
|
238
|
+
Hive does not own provider credentials, model sessions, foreign guidance, OMX/OMC
|
|
239
|
+
state, Homebrew/WinGet installations, or optional third-party Skills without explicit
|
|
240
|
+
approval.
|
|
241
|
+
|
|
242
|
+
## Architecture and maintainer docs
|
|
243
|
+
|
|
244
|
+
- [Documentation home](https://github.com/gvm1229/aigent-hive/blob/main/docs/00-home.md)
|
|
245
|
+
- [Complete document index](https://github.com/gvm1229/aigent-hive/blob/main/docs/01-index.md)
|
|
246
|
+
- [Product overview](https://github.com/gvm1229/aigent-hive/blob/main/docs/overview/product.md)
|
|
247
|
+
- [Development and verification](https://github.com/gvm1229/aigent-hive/blob/main/docs/guides/development.md)
|
|
248
|
+
- [Active plan](https://github.com/gvm1229/aigent-hive/blob/main/docs/plans/PLAN.md)
|
|
249
|
+
- [Current project state](https://github.com/gvm1229/aigent-hive/blob/main/docs/state/CURRENT.md)
|
|
250
|
+
- [Source layout](https://github.com/gvm1229/aigent-hive/blob/main/docs/architecture/source-layout.md)
|
|
251
|
+
- [Release and update trust boundary](https://github.com/gvm1229/aigent-hive/blob/main/docs/architecture/release-update-trust-boundary.md)
|
|
252
|
+
- [Code signing policy](https://github.com/gvm1229/aigent-hive/blob/main/docs/guides/code-signing-policy.md)
|
|
253
|
+
- [Product decisions](https://github.com/gvm1229/aigent-hive/blob/main/docs/decisions/product-release-decisions.md)
|
|
254
|
+
|
|
255
|
+
Development requires Rust stable, Python 3.13 for conformance tests, and PowerShell 7
|
|
256
|
+
for Windows development/release workflows. Consumer installations do not require
|
|
257
|
+
Python or PowerShell 7.
|
|
258
|
+
|
|
259
|
+
```console
|
|
260
|
+
python scripts/dev-check.py pre-push
|
|
261
|
+
```
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
## License
|
|
265
|
+
|
|
266
|
+
Apache-2.0. See [LICENSE](https://github.com/gvm1229/aigent-hive/blob/main/LICENSE).
|
package/install.cmd
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@echo off
|
|
2
2
|
setlocal EnableExtensions DisableDelayedExpansion
|
|
3
|
-
set "HIVE_INSTALL_PACKAGE_VERSION=0.9.
|
|
3
|
+
set "HIVE_INSTALL_PACKAGE_VERSION=0.9.1"
|
|
4
4
|
set "HIVE_INSTALL_URL=https://unpkg.com/aigent-hive@%HIVE_INSTALL_PACKAGE_VERSION%/install.ps1"
|
|
5
5
|
set "HIVE_INSTALL_SCRIPT=%TEMP%\aigent-hive-install-%RANDOM%-%RANDOM%.ps1"
|
|
6
6
|
|
package/install.ps1
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
param(
|
|
2
2
|
[ValidatePattern('^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)$')]
|
|
3
|
-
[string]$Version = "0.9.
|
|
3
|
+
[string]$Version = "0.9.1",
|
|
4
4
|
[ValidatePattern('^(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(-test(\.[1-9][0-9]*)?)?$')]
|
|
5
|
-
[string]$PackageVersion = "0.9.
|
|
5
|
+
[string]$PackageVersion = "0.9.1",
|
|
6
6
|
[string]$Prefix = "$env:LOCALAPPDATA\AigentHive"
|
|
7
7
|
)
|
|
8
8
|
|
|
9
9
|
$ErrorActionPreference = "Stop"
|
|
10
10
|
$AuthorizedSignerThumbprint = ""
|
|
11
|
-
$ExpectedArchiveSha256 = "
|
|
11
|
+
$ExpectedArchiveSha256 = "8c4030d93d682133cefc7619b2e1ec457e69483074eb223cf798cd8afa1f4651"
|
|
12
12
|
if ($AuthorizedSignerThumbprint -like "__AIGENT_HIVE_*") {
|
|
13
13
|
$AuthorizedSignerThumbprint = ""
|
|
14
14
|
}
|
package/install.sh
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
set -eu
|
|
3
3
|
|
|
4
|
-
embedded_product_version='0.9.
|
|
5
|
-
embedded_package_version='0.9.
|
|
4
|
+
embedded_product_version='0.9.1'
|
|
5
|
+
embedded_package_version='0.9.1'
|
|
6
6
|
version=${AIGENT_HIVE_VERSION:-$embedded_product_version}
|
|
7
7
|
package_version=${AIGENT_HIVE_PACKAGE_VERSION:-$embedded_package_version}
|
|
8
8
|
prefix=${AIGENT_HIVE_PREFIX:-"${HOME:?HOME is required}/.local"}
|
|
9
9
|
authorized_team_id=''
|
|
10
|
-
sha_aarch64_apple_darwin='
|
|
11
|
-
sha_x86_64_apple_darwin='
|
|
12
|
-
sha_aarch64_linux_musl='
|
|
13
|
-
sha_x86_64_linux_musl='
|
|
10
|
+
sha_aarch64_apple_darwin='97a2603f4bbd5117872176811b8fb9808db145dc304db13f9724cfce1ad40f60'
|
|
11
|
+
sha_x86_64_apple_darwin='3effcf6cf34ee2636b4f2a23d3c56d75beedf5dcf120c381af8313d779b5a7ad'
|
|
12
|
+
sha_aarch64_linux_musl='147dede684ba2926f0868bd1f48a28301b98ed4574094c6a8b3bf44274a9c72b'
|
|
13
|
+
sha_x86_64_linux_musl='6f9bcccf55c0a641d90f1da7c7f772a22bb5b1b1d423ef19bb3df3a23fded57b'
|
|
14
14
|
|
|
15
15
|
if ! printf '%s\n' "$version" | awk -F. '
|
|
16
16
|
NF != 3 { exit 1 }
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aigent-hive",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"aigentHive": {
|
|
5
|
-
"productVersion": "0.9.
|
|
5
|
+
"productVersion": "0.9.1"
|
|
6
6
|
},
|
|
7
7
|
"description": "Provider-neutral local agent harness for subscription-authenticated hosts",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"node": ">=18"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@aigent-hive/darwin-arm64": "0.9.
|
|
35
|
-
"@aigent-hive/darwin-x64": "0.9.
|
|
36
|
-
"@aigent-hive/linux-arm64": "0.9.
|
|
37
|
-
"@aigent-hive/linux-x64": "0.9.
|
|
38
|
-
"@aigent-hive/win32-x64": "0.9.
|
|
34
|
+
"@aigent-hive/darwin-arm64": "0.9.1",
|
|
35
|
+
"@aigent-hive/darwin-x64": "0.9.1",
|
|
36
|
+
"@aigent-hive/linux-arm64": "0.9.1",
|
|
37
|
+
"@aigent-hive/linux-x64": "0.9.1",
|
|
38
|
+
"@aigent-hive/win32-x64": "0.9.1"
|
|
39
39
|
}
|
|
40
40
|
}
|