@botbotgo/agent-harness 0.0.163 → 0.0.164

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
@@ -26,6 +26,11 @@
26
26
  (static page in <code>docs/</code>, publish with GitHub Pages; EN / 中文 toggle)
27
27
  </p>
28
28
 
29
+ <p align="center">
30
+ <a href="https://botbotgo.github.io/agent-harness/development/">Developer docs</a>
31
+ (multi-page static docs in <code>docs/development/</code>)
32
+ </p>
33
+
29
34
  <p align="center">
30
35
  <em
31
36
  >We specialize in AI solutions. If you have a product idea you want to ship,
@@ -142,6 +147,13 @@ The default rule is:
142
147
 
143
148
  Boundary documents live in:
144
149
 
150
+ - `docs/development/index.html`
151
+ - `docs/development/getting-started.html`
152
+ - `docs/development/application-model.html`
153
+ - `docs/development/workspace-and-yaml.html`
154
+ - `docs/development/extensions.html`
155
+ - `docs/development/runtime-operations.html`
156
+ - `docs/development/testing-and-release.html`
145
157
  - `docs/upstream-feature-matrix.md`
146
158
  - `docs/product-boundary.md`
147
159
  - `docs/runtime-blueprint-assessment.md`
package/README.zh.md CHANGED
@@ -26,6 +26,11 @@
26
26
  (<code>docs/</code> 中的静态页,通过 GitHub Pages 发布;支持中英文切换)
27
27
  </p>
28
28
 
29
+ <p align="center">
30
+ <a href="https://botbotgo.github.io/agent-harness/development/">开发文档</a>
31
+ (多页面静态文档位于 <code>docs/development/</code>)
32
+ </p>
33
+
29
34
  <p align="center">
30
35
  <em
31
36
  >我们专注于 AI 解决方案。若有希望落地的产品想法,欢迎来信
@@ -142,6 +147,13 @@ AI 让 agent 逻辑、工具调用和工作流代码更容易生成,真正更
142
147
 
143
148
  边界说明见:
144
149
 
150
+ - `docs/development/index.html`
151
+ - `docs/development/getting-started.html`
152
+ - `docs/development/application-model.html`
153
+ - `docs/development/workspace-and-yaml.html`
154
+ - `docs/development/extensions.html`
155
+ - `docs/development/runtime-operations.html`
156
+ - `docs/development/testing-and-release.html`
145
157
  - `docs/upstream-feature-matrix.md`
146
158
  - `docs/product-boundary.md`
147
159
  - `docs/runtime-blueprint-assessment.md`
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.162";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.163";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.162";
1
+ export const AGENT_HARNESS_VERSION = "0.0.163";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.163",
3
+ "version": "0.0.164",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.2",