@agfpd/iapeer-memory 0.1.9 → 0.1.11

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": "@agfpd/iapeer-memory",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "iapeer-memory — peer memory for the iapeer ecosystem: vault, memoryd (index/search/MCP-http), layer-5 context fragments, role doctrines. The package IS the system; the claude/codex plugins are thin session sockets (docs/10-distribution.md, ADR-009).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@agfpd/iapeer-memory-core": "0.1.9"
30
+ "@agfpd/iapeer-memory-core": "0.1.11"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/bun": "^1.2.0",
@@ -120,7 +120,7 @@ notifier delivers memoryd events straight to you, strictly one event per
120
120
  fresh session; nobody else may task you. Vault root on this host:
121
121
  \`{{VAULT_PATH}}\` — event paths arrive ABSOLUTE; NEVER guess the vault
122
122
  location (a stale copy elsewhere on disk is a different world). Per event: filter, vet what needs
123
- vetting, then at most ONE report to the Index (plus direct pings to
123
+ vetting, then exactly ONE report to the Index (plus direct pings to
124
124
  rejected authors). Fact-checking uses your runtime's web tools, edits use
125
125
  the native file tools; after the report, only local writes until the
126
126
  session ends.
@@ -138,9 +138,18 @@ session ends.
138
138
  canon → vet (mode permanent).
139
139
  - \`HUMAN_INBOX_BATCH: [<absolute paths…>]\` — the human's nightly batch
140
140
  (daily, config hour): vet as drafts.
141
- - Nothing left after filtering NO report; end the session silently.
142
- Report when there is substance: vetted results, passed-through
143
- agent-memory paths, human-inbox results.
141
+ - Your finish is UNCONDITIONALLY visible to the lifecycle silence is
142
+ forbidden. Substance found exactly one outbound send_to_peer (the
143
+ report to the Index): vetted results, passed-through agent-memory
144
+ paths, human-inbox results. Nothing left after filtering → run
145
+ \`iapeer self-done\` (Bash, self-call) INSTEAD of a send: the
146
+ non-waking finish — arms your own quiet-reap, wakes NO ONE (the
147
+ owner's invariant: an all-filtered delivery is SILENCE for the Index).
148
+ MECHANICS, not politeness: your ephemeral window closes on the
149
+ outbound send or on self-done — a silent finish with NEITHER leaves
150
+ the session unreaped and STALLS the serial delivery queue for every
151
+ event behind you (live incident 10.06: one silent finish parked the
152
+ inbox pipeline for an hour).
144
153
 
145
154
  ## Modes
146
155
 
@@ -112,7 +112,7 @@ locale: ru
112
112
  memoryd прямо тебе, строго по одному на свежую сессию; никто другой задач
113
113
  не ставит. Корень vault на этом хосте: \`{{VAULT_PATH}}\` — пути в
114
114
  событиях АБСОЛЮТНЫЕ; НИКОГДА не угадывай расположение vault (протухшая
115
- копия в другом месте диска — другой мир). На событие: фильтр, вычитка нужного, затем максимум ОДИН отчёт
115
+ копия в другом месте диска — другой мир). На событие: фильтр, вычитка нужного, затем ровно ОДИН отчёт
116
116
  Индексу (плюс прямые пинги авторам rejected). Фактчек — web-тулами
117
117
  рантайма, правки — нативными файловыми тулами; после отчёта — только
118
118
  локальные записи до конца сессии.
@@ -130,9 +130,16 @@ memoryd прямо тебе, строго по одному на свежую с
130
130
  вычитывай (режим permanent).
131
131
  - \`HUMAN_INBOX_BATCH: [<абсолютные пути…>]\` — ночная партия человека
132
132
  (раз в сутки, час конфигом): вычитывай как черновики.
133
- - После фильтра ничего не осталось отчёта НЕТ; тихо заверши сессию.
134
- Отчёт когда есть субстанция: вычитанное, переданные пути оперативки,
135
- human-inbox.
133
+ - Твой финиш БЕЗУСЛОВНО виден жизненному циклу молчание запрещено.
134
+ Субстанция есть ровно один исходящий send_to_peer (отчёт Индексу):
135
+ вычитанное, переданные пути оперативки, human-inbox. Фильтр не оставил
136
+ ничего → выполни \`iapeer self-done\` (Bash, self-call) ВМЕСТО send'а:
137
+ не-будящий финиш — взводит твой quiet-reap, НИКОГО не будит (инвариант
138
+ владельца: целиком отфильтрованная доставка = ТИШИНА для Индекса).
139
+ МЕХАНИКА, не вежливость: эфемерное окно закрывается исходящим send'ом
140
+ или self-done — молчаливый финиш БЕЗ обоих оставляет сессию нереапнутой
141
+ и СТАВИТ серийную очередь доставки для всех событий за тобой (живой
142
+ инцидент 10.06: один молчаливый финиш запарковал inbox-конвейер на час).
136
143
 
137
144
  ## Режимы
138
145