@forwardimpact/libwiki 0.2.12 → 0.2.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libwiki",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Wiki lifecycle primitives — stable memory for agent teams so coordination persists across sessions.",
5
5
  "keywords": [
6
6
  "wiki",
@@ -113,6 +113,7 @@ export async function runFixCommand(ctx) {
113
113
  settingSources: ["project"],
114
114
  systemPrompt: composeProfilePrompt("technical-writer", {
115
115
  profilesDir: path.resolve(projectRoot, ".claude/agents"),
116
+ runtime,
116
117
  }),
117
118
  redactor: createRedactor(),
118
119
  });