@lsctech/polaris 0.3.23 → 0.3.24

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.
@@ -187,7 +187,7 @@ function buildContentInline(overview) {
187
187
  ].join("\n");
188
188
  }
189
189
  async function generatePolarisRules(repoRoot, inventory, options = {}) {
190
- const { overwrite = true, workspaceDir } = options;
190
+ const { overwrite = false, workspaceDir } = options;
191
191
  const outputPath = (0, node_path_1.join)(repoRoot, "POLARIS_RULES.md");
192
192
  if ((0, node_fs_1.existsSync)(outputPath) && !overwrite) {
193
193
  return;
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: polaris-run
3
3
  description: Execute one governed Polaris parent cluster per session, dispatching children until all are done or the configured budget is exhausted (budget.mode and budget.max_children in polaris.config.json), with explicit dispatch boundaries and post-child checkpointing.
4
- role: foreman
4
+ role: orchestrator
5
5
  role_file: .polaris/roles/foreman.md
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: polaris-tools
3
3
  description: Exposes compact read-only Polaris status helpers. Direct run, ungated loop continuation, and finalize remain operator-only.
4
- role: foreman
4
+ role: orchestrator
5
5
  role_file: .polaris/roles/foreman.md
6
6
  ---
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsctech/polaris",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "Polaris — standalone taskchain orchestration framework for governed AI agent workflows",
5
5
  "bin": {
6
6
  "polaris": "dist/cli/index.js",