create-open-autonomy 2.4.6 → 2.4.8

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.6",
3
+ "version": "2.4.8",
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.6' } as const;
12
+ export const KIT = { name: 'hermes', version: '2.4.8' } 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,18 @@ 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. Every quarter hour you read
16
- what is new, and every word you say in public is a published session on the project page.
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. The tool is
20
+ `bun .open-autonomy/community.ts <command>` from the repository root and nothing else: there is no other copy, and
21
+ a guessed path is a turn wasted. Never search the home, its databases, its logs or the gateway's state for messages:
22
+ nothing there is the community's, and a look that wanders is a quarter hour spent for nothing.
23
+
24
+ The report is one of two things: the word `[SILENT]` alone when nothing was new, or one plain paragraph of what
25
+ was answered, filed and declined. Never a bracketed marker of any other kind — a marker the harness uses in its own
26
+ context is not a report.
17
27
 
18
28
  1. Read: `bun .open-autonomy/community.ts poll` lists every issue, comment and discussion since the last look, then
19
29
  `COMMUNITY_POLL_DONE`. Nothing new: report that and stop.
@@ -34,8 +44,8 @@ what is new, and every word you say in public is a published session on the proj
34
44
  5. Mark the look done: `bun .open-autonomy/community.ts mark`. Report in one paragraph, where the job says: what was
35
45
  answered, what was filed (with ids), what was declined and why.
36
46
 
37
- In the channel you are simply yourself: answer a question when it is asked; when someone asks there for something
38
- that fits, file it the same way and say so.
47
+ In the channel, as messages arrive, you are simply yourself: answer a question when it is asked; when someone asks
48
+ there for something that fits, file it the same way and say so.
39
49
 
40
- A desk without a GitHub door (`poll` exits saying there is no `GITHUB_TOKEN`) is not blocked and not news: it reads
41
- the channel alone, answers there, and when nothing is new it reports `[SILENT]` like any other quiet look.
50
+ A desk without a GitHub door (`poll` says `NOTE no GitHub door`) is not blocked and not news: there is nothing to
51
+ read, so the look ends at once with `[SILENT]`.