@the-agenticflow/openflows 0.1.8-dev.236.2151055 → 0.1.8-dev.241.d090075

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-agenticflow/openflows",
3
- "version": "0.1.8-dev.236.2151055",
3
+ "version": "0.1.8-dev.241.d090075",
4
4
  "description": "Autonomous AI development team — turns GitHub issues into working PRs",
5
5
  "bin": {
6
6
  "openflows": "./bin/openflows.js",
@@ -9,7 +9,7 @@ const path = require('path');
9
9
  const os = require('os');
10
10
  const { execSync } = require('child_process');
11
11
 
12
- const REPO = 'The-AgenticFlow/AgentFlow';
12
+ const REPO = 'The-AgenticFlow/openflows';
13
13
  const BIN_DIR = path.join(__dirname, '..', 'bin');
14
14
  const PKG_DIR = path.join(__dirname, '..');
15
15