auroq-os 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/auroq-os.js +2 -0
  2. package/package.json +1 -1
package/bin/auroq-os.js CHANGED
@@ -181,6 +181,8 @@ async function init() {
181
181
  'agents/companion/knowledge/companion-foundation.md',
182
182
  'agents/companion/knowledge/expert-essencial.md',
183
183
  'agents/companion/knowledge/modus-operandi.md',
184
+ 'agents/companion/knowledge/system-guide.md',
185
+ 'agents/companion/knowledge/arcane-method.md',
184
186
 
185
187
  // Organizer
186
188
  'agents/organizer/agents/organizer.md',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auroq-os",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "Auroq OS — Sistema Operacional de IA para Experts",
5
5
  "bin": {
6
6
  "auroq-os": "bin/auroq-os.js"