brainstorming, research and partymode updated to use sharded step flow workflows

This commit is contained in:
Brian Madison
2025-11-28 15:18:51 -06:00
parent 00e72e66f8
commit 4e254d7c63
48 changed files with 4476 additions and 2432 deletions

View File

@@ -1,5 +1,6 @@
<handler type="exec">
When menu item has: exec="path/to/file.md"
Actually LOAD and EXECUTE the file at that path - do not improvise
Read the complete file and follow all instructions within it
</handler>
<handler type="exec">
When menu item has: exec="path/to/file.md"
Actually LOAD and EXECUTE the file at that path - do not improvise
Read the complete file and follow all instructions within it
If there is data="some/path/data-foo.md", pass that data to the executed file as context.
</handler>