@pome-sh/cli 0.23.5 → 0.23.6
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/build-info.json +3 -3
- package/dist/src/cli/main.js +1 -1
- package/package.json +1 -1
package/dist/build-info.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "pome-sh",
|
|
3
|
-
"version": "0.23.
|
|
4
|
-
"git_sha": "
|
|
5
|
-
"build_time": "2026-08-
|
|
3
|
+
"version": "0.23.6",
|
|
4
|
+
"git_sha": "f9e8dd169756875b27344c6b3b3cc818aeec93d6",
|
|
5
|
+
"build_time": "2026-08-10T16:36:24.732Z"
|
|
6
6
|
}
|
package/dist/src/cli/main.js
CHANGED
|
@@ -4521,7 +4521,7 @@ var DEFAULT_AGENT_FILE = "examples/agents/scripted-triage-agent.ts";
|
|
|
4521
4521
|
var DEFAULT_AGENT_COMMAND = `node ${DEFAULT_AGENT_FILE}`;
|
|
4522
4522
|
var MANIFEST_SCHEMA_URL = "https://pome.sh/schemas/v1/pome.json";
|
|
4523
4523
|
function readPackageVersion() {
|
|
4524
|
-
if ("0.23.
|
|
4524
|
+
if ("0.23.6".length > 0) return "0.23.6";
|
|
4525
4525
|
try {
|
|
4526
4526
|
const here = dirname(fileURLToPath(import.meta.url));
|
|
4527
4527
|
const candidates = [
|
package/package.json
CHANGED