@chronova/wiki-agent 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/dist/prompt.js +1 -1
  2. package/package.json +1 -1
package/dist/prompt.js CHANGED
@@ -96,7 +96,7 @@ ${gitSummary ?? "(not available)"}
96
96
  `.trim();
97
97
  }
98
98
  return `
99
- Update the existing OpenWiki documentation for this repository.
99
+ Update the existing wiki documentation for this repository.
100
100
 
101
101
  Inspect .wiki/, identify recent source changes or newly relevant evidence, and refresh only the documentation pages directly affected by those changes. Use the git evidence below when available. Keep edits surgical: do not rewrite accurate sections, do not update source maps or git evidence just to refresh them, and do not make formatting-only changes. If the wiki is already current, do not edit files.
102
102
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chronova/wiki-agent",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Standalone Ollama-only documentation agent",
5
5
  "type": "module",
6
6
  "bin": {