Join Nostr
2026-04-05 07:59:50 UTC
in reply to

jonny (nonvenomous) on Nostr: I am going to breeze past all the code duplication in the processSlashCommand for now ...

I am going to breeze past all the code duplication in the processSlashCommand for now - again, as I have said before, *every line of this package is fucked up in a unique way* so it's very hard to describe just how *one thing* is fucked up at a time.

There is a special mode for claude "coordinator mode" where the entire thing claude does is dispatch commands to other sub-agents. so in that case, we are three layers deep in self-prompting: the LLM is prompted to output some prompt text that informs a subagent that it should call some skill which then returns a prompt that instructs the LLM to spawn some additional subagent to create statusline for us. sound good?