Restore diffuser node implementation #27

Open
opened 2026-03-12 08:36:46 +00:00 by vps1_gitea_admin · 0 comments

The nodes/diffuser/ directory contains only .git, LICENSE, and README.md — no implementation. There was a previous experimental version.

Needs:

  • Retrieve original diffuser logic from user/backup
  • Rebuild to current three-layer architecture (wrapper .js + src/nodeClass.js + src/specificClass.js)
  • Use require('generalFunctions') barrel imports
  • Add config JSON in generalFunctions/src/configs/diffuser.json
  • Register under category EVOLV with appropriate S88 color
  • Add tests

Blocked on: User providing original diffuser logic/requirements.

The `nodes/diffuser/` directory contains only `.git`, `LICENSE`, and `README.md` — no implementation. There was a previous experimental version. ### Needs: - Retrieve original diffuser logic from user/backup - Rebuild to current three-layer architecture (wrapper `.js` + `src/nodeClass.js` + `src/specificClass.js`) - Use `require('generalFunctions')` barrel imports - Add config JSON in `generalFunctions/src/configs/diffuser.json` - Register under category `EVOLV` with appropriate S88 color - Add tests **Blocked on:** User providing original diffuser logic/requirements.
Sign in to join this conversation.