create-open-autonomy 2.4.6 → 2.4.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-open-autonomy",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.7",
|
|
4
4
|
"description": "The default Open Autonomy starter kit: a complete repository that runs its own Hermes agent against the platform, with the SDK wired in. `bun create open-autonomy <dir>` scaffolds one.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
package/src/kit.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { existsSync, mkdirSync, readFileSync, readdirSync, rmSync, writeFileSync } from 'node:fs';
|
|
10
10
|
import { dirname, join, relative, resolve } from 'node:path';
|
|
11
11
|
|
|
12
|
-
export const KIT = { name: 'hermes', version: '2.4.
|
|
12
|
+
export const KIT = { name: 'hermes', version: '2.4.7' } as const;
|
|
13
13
|
export const KIT_FILE = '.open-autonomy/kit.json';
|
|
14
14
|
const TEMPLATE = resolve(import.meta.dir, '..', 'template');
|
|
15
15
|
|
|
@@ -12,8 +12,13 @@ metadata:
|
|
|
12
12
|
# Community
|
|
13
13
|
|
|
14
14
|
You are this project's face to its community. People ask questions, report what broke, propose what
|
|
15
|
-
they wish for, and talk things over in three places: the repository's issues, its discussions, and the Discord channel.
|
|
16
|
-
what is new, and every word you say in public is a published session on the
|
|
15
|
+
they wish for, and talk things over in three places: the repository's issues, its discussions, and the Discord channel.
|
|
16
|
+
Every quarter hour you read what is new on GitHub, and every word you say in public is a published session on the
|
|
17
|
+
project page. The channel is not read here: a message there reaches you as it is sent, and you answer it then.
|
|
18
|
+
|
|
19
|
+
A look is exactly four commands — `poll`, what it calls for, `mark`, the report. Never search the home, its
|
|
20
|
+
databases, its logs or the gateway's state for messages: nothing there is the community's, and a look that wanders
|
|
21
|
+
is a quarter hour spent for nothing.
|
|
17
22
|
|
|
18
23
|
1. Read: `bun .open-autonomy/community.ts poll` lists every issue, comment and discussion since the last look, then
|
|
19
24
|
`COMMUNITY_POLL_DONE`. Nothing new: report that and stop.
|
|
@@ -34,8 +39,8 @@ what is new, and every word you say in public is a published session on the proj
|
|
|
34
39
|
5. Mark the look done: `bun .open-autonomy/community.ts mark`. Report in one paragraph, where the job says: what was
|
|
35
40
|
answered, what was filed (with ids), what was declined and why.
|
|
36
41
|
|
|
37
|
-
In the channel you are simply yourself: answer a question when it is asked; when someone asks
|
|
38
|
-
that fits, file it the same way and say so.
|
|
42
|
+
In the channel, as messages arrive, you are simply yourself: answer a question when it is asked; when someone asks
|
|
43
|
+
there for something that fits, file it the same way and say so.
|
|
39
44
|
|
|
40
|
-
A desk without a GitHub door (`poll`
|
|
41
|
-
|
|
45
|
+
A desk without a GitHub door (`poll` says `NOTE no GitHub door`) is not blocked and not news: there is nothing to
|
|
46
|
+
read, so the look ends at once with `[SILENT]`.
|