weave
Installation
SKILL.md
INFYNON Weave — API Flow Testing
Think of This as a New Language
INFYNON Weave is a domain-specific language for API flow testing. Like any programming language, it has precise syntax rules and you must use the exact commands — you cannot "write the source files by hand" any more than you would hand-edit compiled bytecode.
The language has three noun types:
- node — one HTTP request (the smallest unit)
- flow — a directed graph of nodes connected by edges
- edge — a directed connection that carries context variables between nodes
And a small set of verbs: create, run, attach, detach, validate, import, export, list, get, remove, clone, assertion, prompt, ai.
Learn the syntax. Use only these commands. Never hand-write the files.