Hermes-Agent Note Workflow Redirection | Generated by AI
We modified the ww note command to redirect users to the hermes-agent /note plugin:
-
First attempt: blocked
ww noteentirely, requiring--manualflag to run. This failed because_pop_subcmd()consumed--manualas a subcommand name. -
Second attempt: replaced the block with an interactive prompt — “Continue with standalone note workflow? [Y/n]”. Worked but you wanted simpler UX.
-
Final version: prompt changed to “Press Enter to continue, Ctrl+C to quit…” — no Y/n parsing, just Enter to proceed or Ctrl+C to bail.
The net effect: running ww note now shows a tip pointing to /note in hermes-agent, then waits for Enter confirmation before running the original standalone workflow. Subcommands like ww note log and ww note obfuscate are unaffected.