@porchestra/cli 1.0.0 → 1.0.2

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 (39) hide show
  1. package/bin/porchestra.js +1 -1
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.js +1666 -0
  4. package/dist/index.js.map +1 -0
  5. package/package.json +11 -1
  6. package/src/agents/testPrompt/ast.json +0 -71
  7. package/src/agents/testPrompt/config.ts +0 -18
  8. package/src/agents/testPrompt/index.ts +0 -64
  9. package/src/agents/testPrompt/schemas.ts +0 -45
  10. package/src/agents/testPrompt/tools.ts +0 -88
  11. package/src/commands/agents.ts +0 -173
  12. package/src/commands/config.ts +0 -97
  13. package/src/commands/explore.ts +0 -160
  14. package/src/commands/login.ts +0 -101
  15. package/src/commands/logout.ts +0 -52
  16. package/src/commands/pull.ts +0 -220
  17. package/src/commands/status.ts +0 -78
  18. package/src/commands/whoami.ts +0 -56
  19. package/src/core/api/client.ts +0 -133
  20. package/src/core/auth/auth-service.ts +0 -176
  21. package/src/core/auth/token-manager.ts +0 -47
  22. package/src/core/config/config-manager.ts +0 -107
  23. package/src/core/config/config-schema.ts +0 -56
  24. package/src/core/config/project-tracker.ts +0 -158
  25. package/src/core/generators/code-generator.ts +0 -329
  26. package/src/core/generators/schema-generator.ts +0 -59
  27. package/src/index.ts +0 -85
  28. package/src/types/index.ts +0 -214
  29. package/src/utils/date.ts +0 -23
  30. package/src/utils/errors.ts +0 -38
  31. package/src/utils/logger.ts +0 -11
  32. package/src/utils/path-utils.ts +0 -47
  33. package/tests/unit/config-manager.test.ts +0 -74
  34. package/tests/unit/config-schema.test.ts +0 -61
  35. package/tests/unit/path-utils.test.ts +0 -53
  36. package/tests/unit/schema-generator.test.ts +0 -82
  37. package/tsconfig.json +0 -30
  38. package/tsup.config.ts +0 -19
  39. package/vitest.config.ts +0 -20
package/bin/porchestra.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- import('../dist/index.js');
2
+ import '../dist/index.js';
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node