@neriros/ralphy 2.23.0 → 2.23.1

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/dist/cli/index.js CHANGED
@@ -35029,8 +35029,8 @@ import { readFileSync as readFileSync2 } from "fs";
35029
35029
  import { resolve } from "path";
35030
35030
  function getVersion() {
35031
35031
  try {
35032
- if ("2.23.0")
35033
- return "2.23.0";
35032
+ if ("2.23.1")
35033
+ return "2.23.1";
35034
35034
  } catch {}
35035
35035
  const dirsToTry = [];
35036
35036
  try {
@@ -35118,8 +35118,8 @@ async function parseArgs(argv) {
35118
35118
  fromAgent: false,
35119
35119
  linearTeam: "",
35120
35120
  linearAssignee: "",
35121
- pollInterval: 60,
35122
- concurrency: 1,
35121
+ pollInterval: 0,
35122
+ concurrency: 0,
35123
35123
  worktree: false,
35124
35124
  indicators: {},
35125
35125
  createPr: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neriros/ralphy",
3
- "version": "2.23.0",
3
+ "version": "2.23.1",
4
4
  "description": "An iterative AI task execution framework. Orchestrates multi-phase autonomous work using Claude or Codex engines.",
5
5
  "keywords": [
6
6
  "agent",