@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.
- package/dist/cli/adopt-canon.js +1 -0
- package/package.json +1 -1
package/dist/cli/adopt-canon.js
CHANGED
|
@@ -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.
|