|
1 | 1 | # memory-context-intelligence |
2 | 2 |
|
3 | | -> **Status:** Plugin-scoped init-configuration surface completed in checked scope; `/memory-context-intelligence:init` now owns guided setup, `/memory-context-intelligence:analysis` remains the review surface, `review` and `packet` remain deferred, and packet/additional emission stays one-topic-per-artifact |
4 | | -> **Current Version:** 0.1.77 |
5 | | -> **Plugin Package Version:** 0.9.29 |
6 | | -> **Session:** d42465eb-30a7-4bc8-b9d6-03e52306e9a5 (2026-06-02) |
| 3 | +> **Status:** Deterministic selected-topic additional-stage emission is implemented and verified in the local plugin test/smoke scope; `/memory-context-intelligence:analysis` remains read-only and advisory, while package publication and remote release verification remain pending |
| 4 | +> **Current Version:** 0.1.78 |
| 5 | +> **Plugin Package Version:** 0.9.30 |
| 6 | +> **Session:** 48a3ef9b-50cf-4574-8f00-4f6b6e28f76e (2026-08-09) |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
@@ -32,7 +32,11 @@ Current checked behavior that matters: |
32 | 32 | - `recall_evidence`, `durable_memory_context`, and `governance_context` can strengthen wording and context, but they do not replace trace proof |
33 | 33 | - when adaptive deep-analysis marks a top topic as requiring deeper review, the checked current skill contract now requires one **bounded read-only deepening pass** before the first response instead of silently skipping it |
34 | 34 | - that deepening can use read-only subagent help plus optional web/external research support, but it still stays advisory-only and cannot replace local trace proof |
35 | | -- if several advisory topics are deepened or compared, any later packet-derived or additional-stage output must still keep **one selected topic per artifact** and must **split into separate per-topic artifacts** instead of emitting a combined file |
| 35 | +- the initial analysis response remains **read-only and advisory**; choosing a Topic for discussion does not create a file |
| 36 | +- after an explicit later request to create selected Topics as additional-stage trials, the plugin uses deterministic defaults rather than asking about internal template, routing, overwrite, or source-sync choices |
| 37 | +- every selected Topic becomes **one rich standalone artifact**, and a multi-topic selection remains a set of independent one-topic artifacts rather than one combined file |
| 38 | +- the complete selected set is preflighted before the first write; any duplicate or existing destination rejects the whole set, preserves existing bytes, and has no overwrite fallback |
| 39 | +- additional-stage selection does not approve Main RULES promotion, which remains a separate governed decision |
36 | 40 | - if no config file is loaded, the plugin can show a **guided config helper** and point the operator to `/memory-context-intelligence:init` instead of expecting raw arguments as the normal UX |
37 | 41 | - the default config target is now the user-scope file `~/.claude/memory-context-intelligence.config.json` |
38 | 42 |
|
@@ -163,10 +167,13 @@ If usable evidence is available, you should get topic-card output such as: |
163 | 167 | - when the adaptive payload flags a top topic for deeper review, the first response may now include one bounded read-only deepening pass before the cards are finished, while still keeping the final result advisory-only and trace-anchored |
164 | 168 |
|
165 | 169 | At the end of the output, you should also see `Next action options`, such as: |
166 | | -- choose a topic number |
| 170 | +- choose a topic number for further advisory review |
| 171 | +- explicitly request later additional-stage trial creation for one or several Topic numbers |
167 | 172 | - type a direct request |
168 | 173 | - ask for deep thinking, websearch, or webfetch first |
169 | 174 |
|
| 175 | +Choosing a Topic by itself does not authorize file creation. When you explicitly ask to create selected Topics as additional-stage trials, the deterministic workflow creates one standalone artifact per Topic only after the entire destination set passes collision and containment checks. Existing files are preserved, overwrite is unavailable, and Main RULES promotion remains unapproved. |
| 176 | + |
170 | 177 | ### If no config file is loaded |
171 | 178 |
|
172 | 179 | If the current run does not load `~/.claude/memory-context-intelligence.config.json`, you should see a **Config helper** that points you toward `/memory-context-intelligence:init` and asks operator-facing questions such as: |
@@ -248,7 +255,10 @@ Current checked boundaries for this plugin: |
248 | 255 | - bare `/analysis` is **not** current proved runtime behavior |
249 | 256 | - `/memory-context-intelligence:review` and `/memory-context-intelligence:packet` are still deferred |
250 | 257 | - `bin/memory-context-intelligence` is an internal implementation adapter, not the main user workflow |
251 | | -- packet/additional-stage emission remains a single-topic-per-artifact flow; if several topics are ever carried forward, they must split into separate per-topic artifacts rather than one combined file |
| 258 | +- initial analysis and ordinary Topic choice remain no-write advisory operations |
| 259 | +- explicit later additional-stage trial creation remains one-topic-per-artifact; several selected Topics are independently rendered and pass one full-set preflight before any write |
| 260 | +- any duplicate or existing destination blocks the complete selected set; existing bytes are preserved and no overwrite path is available |
| 261 | +- additional-stage trial selection does not approve Main RULES promotion |
252 | 262 | - plugin-managed auto-flow is not currently claimed as proved behavior |
253 | 263 | - this README does not claim external marketplace publication or broad production readiness |
254 | 264 |
|
|
0 commit comments