@lsctech/polaris 0.3.23 → 0.3.25
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/adopt-rules.js
CHANGED
|
@@ -187,7 +187,7 @@ function buildContentInline(overview) {
|
|
|
187
187
|
].join("\n");
|
|
188
188
|
}
|
|
189
189
|
async function generatePolarisRules(repoRoot, inventory, options = {}) {
|
|
190
|
-
const { overwrite =
|
|
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:
|
|
4
|
+
role: orchestrator
|
|
5
5
|
role_file: .polaris/roles/foreman.md
|
|
6
6
|
---
|
|
7
7
|
|