@zalom/plastic 1.0.0-alpha.24 → 1.0.0-alpha.25

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": "@zalom/plastic",
3
- "version": "1.0.0-alpha.24",
3
+ "version": "1.0.0-alpha.25",
4
4
  "description": "Intent-driven idea development system for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -284,6 +284,11 @@ payload = {
284
284
  "hookSpecificOutput" => {
285
285
  "hookEventName" => "SessionStart",
286
286
  "additionalContext" => parts.join("\n")
287
- }
287
+ },
288
+ # Intent 54: additionalContext is model-only, so the banner stays invisible to
289
+ # the human. The top-level systemMessage channel is rendered in the user's
290
+ # terminal (and re-fires on /clear). Reuse the same BootBanner line so the
291
+ # visible banner and the model-facing banner cannot drift.
292
+ "systemMessage" => core_banner
288
293
  }
289
294
  puts JSON.generate(payload)