3 Commits

Author SHA1 Message Date
44b1181d20 misc updates for system. 2026-02-27 16:57:39 -06:00
62c42b3996 Convert all schemas to flat format with inline required/secret
All schemas (parameters, output, output_schema, conf_schema) now use the
StackStorm-style flat format expected by Attune:
  { param_name: { type, description, required, secret, ... } }

Instead of the standard JSON Schema format:
  { type: object, properties: { ... }, required: [...] }

Also fix rule template syntax: trigger.payload.* -> event.payload.*
2026-02-23 09:05:54 -06:00
9072c93fe4 Initial commit: Node.js Example Pack for Attune
Includes:
- 3 Node.js actions (hello, http_example, read_counter)
- 1 counter trigger type
- 1 counter sensor (Node.js, keystore-backed, per-rule state)
- 1 example rule (count_and_log)
- package.json with node-fetch and amqplib
- README with full usage documentation
2026-02-11 17:36:38 -06:00