@lsctech/polaris 0.3.21 → 0.3.22

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.
@@ -145,6 +145,7 @@ function dispatchCanonAgent(options) {
145
145
  return null;
146
146
  const cfg = providers[providerName];
147
147
  const docList = doctrineDocs
148
+ .slice(0, 30)
148
149
  .map((d, i) => `${i + 1}. [${d.title}] path: ${d.path}`)
149
150
  .join("\n");
150
151
  const prompt = `You are a Polaris librarian generating context files for an agent work area.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsctech/polaris",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "description": "Polaris — standalone taskchain orchestration framework for governed AI agent workflows",
5
5
  "bin": {
6
6
  "polaris-cli": "dist/cli/index.js"