larkway 0.3.48 → 0.3.50
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 +2 -1
- package/README.zh.md +1 -1
- package/dist/cli/index.js +6531 -6135
- package/dist/main.js +7597 -6395
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
You @ the bot in a Feishu thread. It runs on your machine — reading your real codebase, executing commands, opening MRs — and posts the result back. You define what the agent knows and what it can do. Larkway just carries the messages.
|
|
10
10
|
|
|
11
|
-
**Current release: v0.3.
|
|
11
|
+
**Current release: v0.3.50**
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
@@ -227,6 +227,7 @@ platform-fact writeups: [docs/task-handle.md](docs/task-handle.md).
|
|
|
227
227
|
| Agent workspace runtime (v0.3) | [docs/agent-workspace.md](docs/agent-workspace.md) |
|
|
228
228
|
| Version history and semver mapping | [docs/versioning.md](docs/versioning.md) |
|
|
229
229
|
| Bridge ↔ Agent prompt contract | [docs/prompt-contract.md](docs/prompt-contract.md) |
|
|
230
|
+
| Org knowledge base (memory/harvest/maintenance) | [docs/knowledge-base.md](docs/knowledge-base.md) |
|
|
230
231
|
| Topic ↔ Feishu task handle (design + config) | [docs/task-handle.md](docs/task-handle.md) |
|
|
231
232
|
| Bot config + memory templates | [bots-examples/](bots-examples/) |
|
|
232
233
|
|