GoodIntentionsAssistant / gi

Good Intentions Node.js Assistant Framework
http://goodintentions.firecreekweb.com
MIT License
3 stars 1 forks source link

Skills to have their own config #20

Open darrenmoore opened 6 years ago

darrenmoore commented 6 years ago

In each skill directory have a /config/ directory with a config.js file.

On loading the skill this file will be loaded in and merged with the main app config.

Or just make skills construct ability to modify and add to the config.

If the skill has attachments it can add them.