@agfpd/iapeer-memory 0.2.1 → 0.2.2
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.2.
|
|
3
|
+
"version": "0.2.2",
|
|
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.2.
|
|
30
|
+
"@agfpd/iapeer-memory-core": "0.2.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/bun": "^1.2.0",
|
|
@@ -69,6 +69,12 @@ step, when ALL THREE hold: the Scriber processed the note + the links
|
|
|
69
69
|
section is complete + no open questions remain (no unanswered author
|
|
70
70
|
pings). Nobody sets it by decision; nobody else clears it.
|
|
71
71
|
|
|
72
|
+
\`last_edited_by: unstamped\` — the write BYPASSED the hook (a Bash write,
|
|
73
|
+
an external editor): memoryd's detector honestly says «writer unknown»
|
|
74
|
+
instead of a silently inherited attribution. Resolve it by context (the
|
|
75
|
+
content, git, asking the writers); \`needs_review\` is already set — clear
|
|
76
|
+
it under the usual three conditions.
|
|
77
|
+
|
|
72
78
|
## Agent-memory curation (light, no Scriber)
|
|
73
79
|
|
|
74
80
|
1. \`status\` is final → move to the archive subfolder; stop.
|
|
@@ -62,6 +62,12 @@ locale: ru
|
|
|
62
62
|
дополнена + открытых вопросов нет (все пинги авторам закрыты). Никто не
|
|
63
63
|
ставит флаг решением; никто кроме тебя не снимает.
|
|
64
64
|
|
|
65
|
+
\`last_edited_by: unstamped\` — запись прошла МИМО хука (Bash-запись,
|
|
66
|
+
внешний редактор): детектор memoryd честно говорит «писатель неизвестен»
|
|
67
|
+
вместо тихо унаследованной атрибуции. Разбирайся по контексту (содержание,
|
|
68
|
+
git, вопрос писателям); needs_review при этом уже стоит — снимаешь по
|
|
69
|
+
обычным трём условиям.
|
|
70
|
+
|
|
65
71
|
## Курирование оперативки (лёгкое, без Scriber'а)
|
|
66
72
|
|
|
67
73
|
1. Финальный \`status\` → move в архивную подпапку; дальше не обрабатывай.
|