telos-framework 0.1.2 → 0.1.3

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.
@@ -1,4 +1,4 @@
1
- const inquirer = require('inquirer');
1
+ const { default: inquirer } = require('inquirer');
2
2
  const chalk = require('chalk');
3
3
 
4
4
  const LEVEL_DESCRIPTIONS = {
@@ -1,4 +1,4 @@
1
- const inquirer = require('inquirer');
1
+ const { default: inquirer } = require('inquirer');
2
2
  const chalk = require('chalk');
3
3
 
4
4
  async function discoverTelos(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telos-framework",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Telos-driven Multi-Agent Development Framework - A philosophically-grounded AI collective for purpose-aligned software development",
5
5
  "main": "index.js",
6
6
  "bin": {