@lsctech/polaris 0.3.15 → 0.3.16

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.
@@ -164,6 +164,7 @@ If no doctrine docs are relevant, return an empty array for relevant_docs.`;
164
164
  console.log(` agent stderr: ${result.stderr.trim().slice(0, 200)}`);
165
165
  }
166
166
  const stdout = (result.stdout ?? "").trim();
167
+ console.log(` agent stdout (${stdout.length} chars): ${stdout.slice(0, 300)}`);
167
168
  // Try single-line JSON first (ideal case)
168
169
  const jsonLine = stdout
169
170
  .split("\n")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsctech/polaris",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "description": "Polaris — standalone taskchain orchestration framework for governed AI agent workflows",
5
5
  "bin": {
6
6
  "polaris-cli": "dist/cli/index.js"