You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Machine-managed Kimaki sessions are still receiving generic Kimaki session-spawning guidance that dm-context-filter is supposed to strip or adapt. This is no longer just model self-report: the current live OpenCode session followed the surviving prompt guidance and spawned Homeboy fleet minion threads with --user 532385681268408341, causing Discord system messages that Franklin added chubes to every minion thread.
The behavior is wrong for background fleet/minion work. The controller thread should own user notification, while minion threads should run quietly unless user review is explicitly needed.
Evidence
Repository inspection shows:
This site opencode.json loads /Users/chubes/.kimaki/kimaki-config/plugins/dm-context-filter.ts.
The installed plugin strips several sections and strips --agent <current_agent> examples.
The effective-prompt harness passes, but it only gates --agent leaks by default.
Filtered snapshots still preserve --user in helper/minion spawning guidance.
Current filtered snapshot still says, in the start-new-sessions section:
kimaki send --channel ... --prompt your prompt here --user
You can use this to spawn parallel helper sessions like teammates
Prefer --user over --user name
That is exactly the guidance the live agent followed when spawning minions.
This is adjacent to #120, but narrower and actionable: even if the transform path were fully effective, the filtered prompt still keeps the wrong --user guidance for minion/fleet spawning.
Desired behavior
Background helper/minion/fleet spawning examples omit --user by default.
--user remains documented only for explicit user-facing notifications or cases where the user should be added to the new thread.
The filtered prompt should make the distinction clear:
controller/minion fan-out: no --user
notification/user-review thread: use --user or an explicit mention
Tests should fail if generic helper/minion spawn guidance contains --user.
Update dm-context-filter or the owning Kimaki prompt integration so Data Machine-managed prompts do not recommend --user for generic helper/minion spawning.
Add effective-prompt coverage that treats --user in the generic helper/minion spawn section as a leak.
Preserve --user examples only in explicit user notification or user-add sections.
Problem
Data Machine-managed Kimaki sessions are still receiving generic Kimaki session-spawning guidance that dm-context-filter is supposed to strip or adapt. This is no longer just model self-report: the current live OpenCode session followed the surviving prompt guidance and spawned Homeboy fleet minion threads with --user 532385681268408341, causing Discord system messages that Franklin added chubes to every minion thread.
The behavior is wrong for background fleet/minion work. The controller thread should own user notification, while minion threads should run quietly unless user review is explicitly needed.
Evidence
Repository inspection shows:
Relevant files:
Current filtered snapshot still says, in the start-new-sessions section:
That is exactly the guidance the live agent followed when spawning minions.
This is adjacent to #120, but narrower and actionable: even if the transform path were fully effective, the filtered prompt still keeps the wrong --user guidance for minion/fleet spawning.
Desired behavior
Acceptance criteria
AI assistance