@entelligentsia/forgecli 0.7.7 → 0.7.9

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 (2882) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +9 -1
  3. package/dist/CHANGELOG-forge-plugin.md +1233 -0
  4. package/dist/CHANGELOG-pi.md +4205 -0
  5. package/dist/bin/forge.js +2 -2
  6. package/dist/extensions/forgecli/approve.d.ts +1 -1
  7. package/dist/extensions/forgecli/ask-user-tool.d.ts +1 -1
  8. package/dist/extensions/forgecli/audience-gate.d.ts +1 -1
  9. package/dist/extensions/forgecli/collate.d.ts +1 -1
  10. package/dist/extensions/forgecli/commit.d.ts +1 -1
  11. package/dist/extensions/forgecli/enhance.d.ts +1 -1
  12. package/dist/extensions/forgecli/fix-bug.d.ts +1 -1
  13. package/dist/extensions/forgecli/forge-commands.d.ts +1 -1
  14. package/dist/extensions/forgecli/forge-header.d.ts +3 -3
  15. package/dist/extensions/forgecli/forge-header.js +2 -2
  16. package/dist/extensions/forgecli/forge-init.d.ts +1 -1
  17. package/dist/extensions/forgecli/forge-subagent.d.ts +3 -3
  18. package/dist/extensions/forgecli/forge-subagent.js +2 -2
  19. package/dist/extensions/forgecli/forge-tools.d.ts +1 -1
  20. package/dist/extensions/forgecli/forge-update-command.d.ts +1 -1
  21. package/dist/extensions/forgecli/hook-dispatcher.d.ts +1 -1
  22. package/dist/extensions/forgecli/hook-dispatcher.js +1 -1
  23. package/dist/extensions/forgecli/hooks/post-init-hook.d.ts +1 -1
  24. package/dist/extensions/forgecli/hooks/post-sprint-hook.d.ts +1 -1
  25. package/dist/extensions/forgecli/implement.d.ts +1 -1
  26. package/dist/extensions/forgecli/index.d.ts +1 -1
  27. package/dist/extensions/forgecli/index.js +32 -1
  28. package/dist/extensions/forgecli/index.js.map +1 -1
  29. package/dist/extensions/forgecli/kickoff.d.ts +1 -1
  30. package/dist/extensions/forgecli/plan.d.ts +1 -1
  31. package/dist/extensions/forgecli/read-command.d.ts +1 -1
  32. package/dist/extensions/forgecli/regenerate.d.ts +1 -1
  33. package/dist/extensions/forgecli/review-code.d.ts +1 -1
  34. package/dist/extensions/forgecli/review-plan.d.ts +1 -1
  35. package/dist/extensions/forgecli/run-sprint.d.ts +2 -2
  36. package/dist/extensions/forgecli/run-task.d.ts +2 -2
  37. package/dist/extensions/forgecli/sprint-intake.d.ts +1 -1
  38. package/dist/extensions/forgecli/sprint-plan.d.ts +1 -1
  39. package/dist/extensions/forgecli/store-resolver.d.ts +1 -1
  40. package/dist/extensions/forgecli/subagent/agents.js +1 -1
  41. package/dist/extensions/forgecli/subagent/index.d.ts +1 -1
  42. package/dist/extensions/forgecli/subagent/index.js +3 -3
  43. package/dist/extensions/forgecli/test-orchestrate.d.ts +1 -1
  44. package/dist/extensions/forgecli/thread-switcher.d.ts +1 -1
  45. package/dist/extensions/forgecli/thread-switcher.js +1 -1
  46. package/dist/extensions/forgecli/usage-hook.d.ts +1 -1
  47. package/dist/extensions/forgecli/validate.d.ts +1 -1
  48. package/dist/extensions/forgecli/wf-engine/register.d.ts +1 -1
  49. package/dist/extensions/forgecli/wf-engine/worker.d.ts +1 -1
  50. package/dist/extensions/forgecli/wf-engine/worker.js +1 -1
  51. package/dist/extensions/forgecli/whats-new-widget.d.ts +21 -0
  52. package/dist/extensions/forgecli/whats-new-widget.js +303 -0
  53. package/dist/extensions/forgecli/whats-new-widget.js.map +1 -0
  54. package/dist/extensions/forgecli/whats-new.d.ts +120 -0
  55. package/dist/extensions/forgecli/whats-new.js +469 -0
  56. package/dist/extensions/forgecli/whats-new.js.map +1 -0
  57. package/node_modules/@earendil-works/pi-agent-core/README.md +488 -0
  58. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts +24 -0
  59. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -0
  60. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +479 -0
  61. package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -0
  62. package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +118 -0
  63. package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -0
  64. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +402 -0
  65. package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -0
  66. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts +92 -0
  67. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts.map +1 -0
  68. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +900 -0
  69. package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -0
  70. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts +53 -0
  71. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -0
  72. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +174 -0
  73. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.map +1 -0
  74. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +95 -0
  75. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -0
  76. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +533 -0
  77. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -0
  78. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.d.ts +25 -0
  79. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.d.ts.map +1 -0
  80. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js +131 -0
  81. package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js.map +1 -0
  82. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts +51 -0
  83. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -0
  84. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +481 -0
  85. package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -0
  86. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.d.ts +4 -0
  87. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.d.ts.map +1 -0
  88. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.js +3 -0
  89. package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.js.map +1 -0
  90. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts +51 -0
  91. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts.map +1 -0
  92. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js +102 -0
  93. package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js.map +1 -0
  94. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts +48 -0
  95. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts.map +1 -0
  96. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js +230 -0
  97. package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js.map +1 -0
  98. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.d.ts +26 -0
  99. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.d.ts.map +1 -0
  100. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +101 -0
  101. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js.map +1 -0
  102. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts +33 -0
  103. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.d.ts.map +1 -0
  104. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +231 -0
  105. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js.map +1 -0
  106. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.d.ts +18 -0
  107. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.d.ts.map +1 -0
  108. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js +42 -0
  109. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js.map +1 -0
  110. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.d.ts +25 -0
  111. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.d.ts.map +1 -0
  112. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +114 -0
  113. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js.map +1 -0
  114. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.d.ts +20 -0
  115. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.d.ts.map +1 -0
  116. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.js +92 -0
  117. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.js.map +1 -0
  118. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.d.ts +18 -0
  119. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.d.ts.map +1 -0
  120. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.js +42 -0
  121. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.js.map +1 -0
  122. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.d.ts +10 -0
  123. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.d.ts.map +1 -0
  124. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.js +31 -0
  125. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.js.map +1 -0
  126. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.d.ts +11 -0
  127. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.d.ts.map +1 -0
  128. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js +39 -0
  129. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js.map +1 -0
  130. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts +32 -0
  131. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts.map +1 -0
  132. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +197 -0
  133. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -0
  134. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.d.ts +30 -0
  135. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.d.ts.map +1 -0
  136. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.js +170 -0
  137. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.js.map +1 -0
  138. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.d.ts +26 -0
  139. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.d.ts.map +1 -0
  140. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.js +90 -0
  141. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.js.map +1 -0
  142. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts +2 -0
  143. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.d.ts.map +1 -0
  144. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js +50 -0
  145. package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js.map +1 -0
  146. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts +44 -0
  147. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -0
  148. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js +311 -0
  149. package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -0
  150. package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.d.ts +3 -0
  151. package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.d.ts.map +1 -0
  152. package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.js +30 -0
  153. package/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.js.map +1 -0
  154. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +613 -0
  155. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -0
  156. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +100 -0
  157. package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -0
  158. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts +14 -0
  159. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts.map +1 -0
  160. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +126 -0
  161. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js.map +1 -0
  162. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts.map +1 -0
  163. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +288 -0
  164. package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js.map +1 -0
  165. package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts +20 -0
  166. package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -0
  167. package/node_modules/@earendil-works/pi-agent-core/dist/index.js +25 -0
  168. package/node_modules/@earendil-works/pi-agent-core/dist/index.js.map +1 -0
  169. package/node_modules/@earendil-works/pi-agent-core/dist/node.d.ts +3 -0
  170. package/node_modules/@earendil-works/pi-agent-core/dist/node.d.ts.map +1 -0
  171. package/node_modules/@earendil-works/pi-agent-core/dist/node.js +3 -0
  172. package/node_modules/@earendil-works/pi-agent-core/dist/node.js.map +1 -0
  173. package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts +69 -0
  174. package/node_modules/@earendil-works/pi-agent-core/dist/proxy.d.ts.map +1 -0
  175. package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js +278 -0
  176. package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js.map +1 -0
  177. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +393 -0
  178. package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -0
  179. package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -0
  180. package/node_modules/@earendil-works/pi-agent-core/package.json +61 -0
  181. package/node_modules/@earendil-works/pi-ai/README.md +1383 -0
  182. package/node_modules/@earendil-works/pi-ai/dist/cli.d.ts.map +1 -0
  183. package/node_modules/@earendil-works/pi-ai/dist/cli.js +116 -0
  184. package/node_modules/@earendil-works/pi-ai/dist/cli.js.map +1 -0
  185. package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -0
  186. package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +170 -0
  187. package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -0
  188. package/node_modules/@earendil-works/pi-ai/dist/image-models.d.ts +10 -0
  189. package/node_modules/@earendil-works/pi-ai/dist/image-models.d.ts.map +1 -0
  190. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +425 -0
  191. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -0
  192. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +427 -0
  193. package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -0
  194. package/node_modules/@earendil-works/pi-ai/dist/image-models.js +23 -0
  195. package/node_modules/@earendil-works/pi-ai/dist/image-models.js.map +1 -0
  196. package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.d.ts +14 -0
  197. package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.d.ts.map +1 -0
  198. package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js +22 -0
  199. package/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js.map +1 -0
  200. package/node_modules/@earendil-works/pi-ai/dist/images.d.ts +4 -0
  201. package/node_modules/@earendil-works/pi-ai/dist/images.d.ts.map +1 -0
  202. package/node_modules/@earendil-works/pi-ai/dist/images.js +14 -0
  203. package/node_modules/@earendil-works/pi-ai/dist/images.js.map +1 -0
  204. package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +32 -0
  205. package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -0
  206. package/node_modules/@earendil-works/pi-ai/dist/index.js +20 -0
  207. package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -0
  208. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +17435 -0
  209. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -0
  210. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +16383 -0
  211. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -0
  212. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -0
  213. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +750 -0
  214. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -0
  215. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -0
  216. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +960 -0
  217. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -0
  218. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.d.ts +3 -0
  219. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.d.ts.map +1 -0
  220. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js +129 -0
  221. package/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js.map +1 -0
  222. package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.d.ts +4 -0
  223. package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.d.ts.map +1 -0
  224. package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js +34 -0
  225. package/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js.map +1 -0
  226. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -0
  227. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +1080 -0
  228. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -0
  229. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -0
  230. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +943 -0
  231. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -0
  232. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -0
  233. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +39 -0
  234. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -0
  235. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +488 -0
  236. package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -0
  237. package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -0
  238. package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.d.ts +10 -0
  239. package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.d.ts.map +1 -0
  240. package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js +97 -0
  241. package/node_modules/@earendil-works/pi-ai/dist/utils/node-http-proxy.js.map +1 -0
  242. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +56 -0
  243. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -0
  244. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +151 -0
  245. package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -0
  246. package/node_modules/@earendil-works/pi-ai/package.json +107 -0
  247. package/node_modules/@earendil-works/pi-coding-agent/CHANGELOG.md +4205 -0
  248. package/node_modules/@earendil-works/pi-coding-agent/README.md +653 -0
  249. package/node_modules/@earendil-works/pi-coding-agent/dist/bun/register-bedrock.d.ts.map +1 -0
  250. package/node_modules/@earendil-works/pi-coding-agent/dist/bun/register-bedrock.js +4 -0
  251. package/node_modules/@earendil-works/pi-coding-agent/dist/bun/register-bedrock.js.map +1 -0
  252. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.d.ts +53 -0
  253. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.d.ts.map +1 -0
  254. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +341 -0
  255. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js.map +1 -0
  256. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.d.ts.map +1 -0
  257. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +31 -0
  258. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js.map +1 -0
  259. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/file-processor.d.ts +15 -0
  260. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/file-processor.d.ts.map +1 -0
  261. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/file-processor.js.map +1 -0
  262. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/initial-message.d.ts +18 -0
  263. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/initial-message.d.ts.map +1 -0
  264. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/initial-message.js.map +1 -0
  265. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/list-models.d.ts.map +1 -0
  266. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/list-models.js +98 -0
  267. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/list-models.js.map +1 -0
  268. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/session-picker.d.ts.map +1 -0
  269. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/session-picker.js +35 -0
  270. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/session-picker.js.map +1 -0
  271. package/node_modules/@earendil-works/pi-coding-agent/dist/cli.d.ts.map +1 -0
  272. package/node_modules/@earendil-works/pi-coding-agent/dist/cli.js +28 -0
  273. package/node_modules/@earendil-works/pi-coding-agent/dist/cli.js.map +1 -0
  274. package/node_modules/@earendil-works/pi-coding-agent/dist/config.d.ts.map +1 -0
  275. package/node_modules/@earendil-works/pi-coding-agent/dist/config.js +399 -0
  276. package/node_modules/@earendil-works/pi-coding-agent/dist/config.js.map +1 -0
  277. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.d.ts +86 -0
  278. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.d.ts.map +1 -0
  279. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js.map +1 -0
  280. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts +595 -0
  281. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -0
  282. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +2521 -0
  283. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js.map +1 -0
  284. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.d.ts +141 -0
  285. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.d.ts.map +1 -0
  286. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +441 -0
  287. package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js.map +1 -0
  288. package/node_modules/@earendil-works/pi-coding-agent/dist/core/bash-executor.d.ts.map +1 -0
  289. package/node_modules/@earendil-works/pi-coding-agent/dist/core/bash-executor.js +111 -0
  290. package/node_modules/@earendil-works/pi-coding-agent/dist/core/bash-executor.js.map +1 -0
  291. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.d.ts +88 -0
  292. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.d.ts.map +1 -0
  293. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +243 -0
  294. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js.map +1 -0
  295. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts +121 -0
  296. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts.map +1 -0
  297. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +615 -0
  298. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js.map +1 -0
  299. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.d.ts +38 -0
  300. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.d.ts.map +1 -0
  301. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.js.map +1 -0
  302. package/node_modules/@earendil-works/pi-coding-agent/dist/core/defaults.d.ts +3 -0
  303. package/node_modules/@earendil-works/pi-coding-agent/dist/core/defaults.d.ts.map +1 -0
  304. package/node_modules/@earendil-works/pi-coding-agent/dist/core/defaults.js.map +1 -0
  305. package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/index.d.ts +37 -0
  306. package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/index.d.ts.map +1 -0
  307. package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/index.js.map +1 -0
  308. package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/tool-renderer.d.ts.map +1 -0
  309. package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/tool-renderer.js.map +1 -0
  310. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.d.ts.map +1 -0
  311. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +498 -0
  312. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js.map +1 -0
  313. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts +159 -0
  314. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts.map +1 -0
  315. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +825 -0
  316. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js.map +1 -0
  317. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts +1187 -0
  318. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts.map +1 -0
  319. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.js.map +1 -0
  320. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/wrapper.d.ts +20 -0
  321. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/wrapper.d.ts.map +1 -0
  322. package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/wrapper.js.map +1 -0
  323. package/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.d.ts +353 -0
  324. package/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.d.ts.map +1 -0
  325. package/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.js +295 -0
  326. package/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.js.map +1 -0
  327. package/node_modules/@earendil-works/pi-coding-agent/dist/core/messages.d.ts +77 -0
  328. package/node_modules/@earendil-works/pi-coding-agent/dist/core/messages.d.ts.map +1 -0
  329. package/node_modules/@earendil-works/pi-coding-agent/dist/core/messages.js.map +1 -0
  330. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.d.ts +150 -0
  331. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.d.ts.map +1 -0
  332. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +728 -0
  333. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js.map +1 -0
  334. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts +110 -0
  335. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts.map +1 -0
  336. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +495 -0
  337. package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js.map +1 -0
  338. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts +199 -0
  339. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts.map +1 -0
  340. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +1996 -0
  341. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js.map +1 -0
  342. package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.d.ts.map +1 -0
  343. package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js +252 -0
  344. package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js.map +1 -0
  345. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.d.ts.map +1 -0
  346. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +33 -0
  347. package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js.map +1 -0
  348. package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.d.ts +107 -0
  349. package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.d.ts.map +1 -0
  350. package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +282 -0
  351. package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js.map +1 -0
  352. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts +333 -0
  353. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts.map +1 -0
  354. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +1139 -0
  355. package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js.map +1 -0
  356. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts +261 -0
  357. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts.map +1 -0
  358. package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js.map +1 -0
  359. package/node_modules/@earendil-works/pi-coding-agent/dist/core/skills.d.ts.map +1 -0
  360. package/node_modules/@earendil-works/pi-coding-agent/dist/core/skills.js +401 -0
  361. package/node_modules/@earendil-works/pi-coding-agent/dist/core/skills.js.map +1 -0
  362. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.d.ts +68 -0
  363. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.d.ts.map +1 -0
  364. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +335 -0
  365. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js.map +1 -0
  366. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.d.ts +49 -0
  367. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.d.ts.map +1 -0
  368. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +324 -0
  369. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js.map +1 -0
  370. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.d.ts +35 -0
  371. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.d.ts.map +1 -0
  372. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js +298 -0
  373. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js.map +1 -0
  374. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.d.ts +37 -0
  375. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.d.ts.map +1 -0
  376. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js +304 -0
  377. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js.map +1 -0
  378. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/index.d.ts +40 -0
  379. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/index.d.ts.map +1 -0
  380. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/index.js.map +1 -0
  381. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.d.ts +37 -0
  382. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.d.ts.map +1 -0
  383. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +169 -0
  384. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js.map +1 -0
  385. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.d.ts +35 -0
  386. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.d.ts.map +1 -0
  387. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +289 -0
  388. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js.map +1 -0
  389. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.d.ts +21 -0
  390. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.d.ts.map +1 -0
  391. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.js +49 -0
  392. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.js.map +1 -0
  393. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/tool-definition-wrapper.d.ts +14 -0
  394. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/tool-definition-wrapper.d.ts.map +1 -0
  395. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/tool-definition-wrapper.js.map +1 -0
  396. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/truncate.d.ts +70 -0
  397. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.d.ts +26 -0
  398. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.d.ts.map +1 -0
  399. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +213 -0
  400. package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js.map +1 -0
  401. package/node_modules/@earendil-works/pi-coding-agent/dist/main.d.ts.map +1 -0
  402. package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +573 -0
  403. package/node_modules/@earendil-works/pi-coding-agent/dist/main.js.map +1 -0
  404. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/armin.d.ts +34 -0
  405. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/armin.d.ts.map +1 -0
  406. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/armin.js.map +1 -0
  407. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts +20 -0
  408. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +1 -0
  409. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +121 -0
  410. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js.map +1 -0
  411. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.d.ts +34 -0
  412. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.d.ts.map +1 -0
  413. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +175 -0
  414. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js.map +1 -0
  415. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bordered-loader.d.ts +16 -0
  416. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bordered-loader.d.ts.map +1 -0
  417. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bordered-loader.js +54 -0
  418. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bordered-loader.js.map +1 -0
  419. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.d.ts +16 -0
  420. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.d.ts.map +1 -0
  421. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.js +44 -0
  422. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.js.map +1 -0
  423. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.d.ts +16 -0
  424. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.d.ts.map +1 -0
  425. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.js +45 -0
  426. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.js.map +1 -0
  427. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts +71 -0
  428. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts.map +1 -0
  429. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +503 -0
  430. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js.map +1 -0
  431. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/countdown-timer.d.ts +14 -0
  432. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/countdown-timer.d.ts.map +1 -0
  433. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/countdown-timer.js.map +1 -0
  434. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.d.ts +21 -0
  435. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.d.ts.map +1 -0
  436. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.js +70 -0
  437. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.js.map +1 -0
  438. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-message.d.ts +20 -0
  439. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-message.d.ts.map +1 -0
  440. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-message.js +79 -0
  441. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-message.js.map +1 -0
  442. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/daxnuts.d.ts +23 -0
  443. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/daxnuts.d.ts.map +1 -0
  444. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/daxnuts.js.map +1 -0
  445. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/dynamic-border.d.ts +15 -0
  446. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/dynamic-border.d.ts.map +1 -0
  447. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/dynamic-border.js.map +1 -0
  448. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.d.ts +5 -0
  449. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -0
  450. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.js +40 -0
  451. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.js.map +1 -0
  452. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.d.ts +20 -0
  453. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.d.ts.map +1 -0
  454. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.js +111 -0
  455. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.js.map +1 -0
  456. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-input.d.ts +23 -0
  457. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-input.d.ts.map +1 -0
  458. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-input.js +61 -0
  459. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-input.js.map +1 -0
  460. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-selector.d.ts +26 -0
  461. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-selector.d.ts.map +1 -0
  462. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-selector.js +83 -0
  463. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-selector.js.map +1 -0
  464. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.d.ts +27 -0
  465. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.d.ts.map +1 -0
  466. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +201 -0
  467. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js.map +1 -0
  468. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.d.ts +13 -0
  469. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.d.ts.map +1 -0
  470. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.js +36 -0
  471. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.js.map +1 -0
  472. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.d.ts +46 -0
  473. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.d.ts.map +1 -0
  474. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +160 -0
  475. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js.map +1 -0
  476. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.d.ts +47 -0
  477. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.d.ts.map +1 -0
  478. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +278 -0
  479. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js.map +1 -0
  480. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.d.ts +31 -0
  481. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -0
  482. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js +165 -0
  483. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js.map +1 -0
  484. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.d.ts +42 -0
  485. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.d.ts.map +1 -0
  486. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.js +290 -0
  487. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.js.map +1 -0
  488. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector-search.d.ts.map +1 -0
  489. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector-search.js +155 -0
  490. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector-search.js.map +1 -0
  491. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.d.ts +96 -0
  492. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.d.ts.map +1 -0
  493. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.js +861 -0
  494. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.js.map +1 -0
  495. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts +67 -0
  496. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts.map +1 -0
  497. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +375 -0
  498. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js.map +1 -0
  499. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/show-images-selector.d.ts +10 -0
  500. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/show-images-selector.d.ts.map +1 -0
  501. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/show-images-selector.js +39 -0
  502. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/show-images-selector.js.map +1 -0
  503. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.d.ts +17 -0
  504. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.d.ts.map +1 -0
  505. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.js +47 -0
  506. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.js.map +1 -0
  507. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/theme-selector.d.ts +11 -0
  508. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/theme-selector.d.ts.map +1 -0
  509. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/theme-selector.js +50 -0
  510. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/theme-selector.js.map +1 -0
  511. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.d.ts +11 -0
  512. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -0
  513. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js +51 -0
  514. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js.map +1 -0
  515. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts +63 -0
  516. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +1 -0
  517. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +295 -0
  518. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js.map +1 -0
  519. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.d.ts +89 -0
  520. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.d.ts.map +1 -0
  521. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.js +1093 -0
  522. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.js.map +1 -0
  523. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message-selector.d.ts +30 -0
  524. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message-selector.d.ts.map +1 -0
  525. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message-selector.js +114 -0
  526. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message-selector.js.map +1 -0
  527. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts +10 -0
  528. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts.map +1 -0
  529. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +29 -0
  530. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js.map +1 -0
  531. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/visual-truncate.d.ts.map +1 -0
  532. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/visual-truncate.js +33 -0
  533. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/visual-truncate.js.map +1 -0
  534. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +382 -0
  535. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -0
  536. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +4668 -0
  537. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -0
  538. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/dark.json +85 -0
  539. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/light.json +84 -0
  540. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.d.ts +81 -0
  541. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.d.ts.map +1 -0
  542. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js +973 -0
  543. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js.map +1 -0
  544. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.d.ts +28 -0
  545. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.d.ts.map +1 -0
  546. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js.map +1 -0
  547. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts +224 -0
  548. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts.map +1 -0
  549. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js.map +1 -0
  550. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.d.ts.map +1 -0
  551. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +605 -0
  552. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js.map +1 -0
  553. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts +419 -0
  554. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts.map +1 -0
  555. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-types.js.map +1 -0
  556. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/ansi.d.ts +2 -0
  557. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/ansi.d.ts.map +1 -0
  558. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/ansi.js +52 -0
  559. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/ansi.js.map +1 -0
  560. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/html.d.ts +7 -0
  561. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/html.d.ts.map +1 -0
  562. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/html.js +40 -0
  563. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/html.js.map +1 -0
  564. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-resize.d.ts +36 -0
  565. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-resize.d.ts.map +1 -0
  566. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-resize.js.map +1 -0
  567. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/mime.d.ts +3 -0
  568. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/mime.d.ts.map +1 -0
  569. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/mime.js +69 -0
  570. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/mime.js.map +1 -0
  571. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/syntax-highlight.d.ts +12 -0
  572. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/syntax-highlight.d.ts.map +1 -0
  573. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/syntax-highlight.js +118 -0
  574. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/syntax-highlight.js.map +1 -0
  575. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/tools-manager.d.ts.map +1 -0
  576. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/tools-manager.js +328 -0
  577. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/tools-manager.js.map +1 -0
  578. package/node_modules/@earendil-works/pi-coding-agent/docs/compaction.md +394 -0
  579. package/node_modules/@earendil-works/pi-coding-agent/docs/custom-provider.md +701 -0
  580. package/node_modules/@earendil-works/pi-coding-agent/docs/extensions.md +2596 -0
  581. package/node_modules/@earendil-works/pi-coding-agent/docs/index.md +70 -0
  582. package/node_modules/@earendil-works/pi-coding-agent/docs/models.md +474 -0
  583. package/node_modules/@earendil-works/pi-coding-agent/docs/packages.md +223 -0
  584. package/node_modules/@earendil-works/pi-coding-agent/docs/providers.md +243 -0
  585. package/node_modules/@earendil-works/pi-coding-agent/docs/quickstart.md +142 -0
  586. package/node_modules/@earendil-works/pi-coding-agent/docs/rpc.md +1407 -0
  587. package/node_modules/@earendil-works/pi-coding-agent/docs/sdk.md +1129 -0
  588. package/node_modules/@earendil-works/pi-coding-agent/docs/session-format.md +412 -0
  589. package/node_modules/@earendil-works/pi-coding-agent/docs/skills.md +231 -0
  590. package/node_modules/@earendil-works/pi-coding-agent/docs/termux.md +127 -0
  591. package/node_modules/@earendil-works/pi-coding-agent/docs/themes.md +295 -0
  592. package/node_modules/@earendil-works/pi-coding-agent/docs/tui.md +918 -0
  593. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/README.md +208 -0
  594. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/auto-commit-on-exit.ts +49 -0
  595. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/bash-spawn-hook.ts +30 -0
  596. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/bookmark.ts +50 -0
  597. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/border-status-editor.ts +150 -0
  598. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/built-in-tool-renderer.ts +249 -0
  599. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/claude-rules.ts +86 -0
  600. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/commands.ts +72 -0
  601. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/confirm-destructive.ts +59 -0
  602. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-compaction.ts +127 -0
  603. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-footer.ts +64 -0
  604. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-header.ts +73 -0
  605. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/index.ts +604 -0
  606. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json +24 -0
  607. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +19 -0
  608. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/index.ts +349 -0
  609. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +16 -0
  610. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/test.ts +82 -0
  611. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/dirty-repo-guard.ts +56 -0
  612. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/doom-overlay/doom-component.ts +132 -0
  613. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/doom-overlay/doom-keys.ts +104 -0
  614. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/doom-overlay/index.ts +74 -0
  615. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/dynamic-resources/dynamic.json +79 -0
  616. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/dynamic-resources/index.ts +15 -0
  617. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/dynamic-tools.ts +74 -0
  618. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/event-bus.ts +43 -0
  619. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/file-trigger.ts +41 -0
  620. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/git-checkpoint.ts +53 -0
  621. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/github-issue-autocomplete.ts +185 -0
  622. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/handoff.ts +191 -0
  623. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/hello.ts +26 -0
  624. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/hidden-thinking-label.ts +53 -0
  625. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/inline-bash.ts +94 -0
  626. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/input-transform.ts +43 -0
  627. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/interactive-shell.ts +196 -0
  628. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/mac-system-theme.ts +47 -0
  629. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/message-renderer.ts +59 -0
  630. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/minimal-mode.ts +426 -0
  631. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/modal-editor.ts +85 -0
  632. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/model-status.ts +31 -0
  633. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/notify.ts +55 -0
  634. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/overlay-qa-tests.ts +1348 -0
  635. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/overlay-test.ts +150 -0
  636. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/permission-gate.ts +34 -0
  637. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/pirate.ts +47 -0
  638. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/plan-mode/index.ts +340 -0
  639. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/preset.ts +430 -0
  640. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/prompt-customizer.ts +97 -0
  641. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/protected-paths.ts +30 -0
  642. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/provider-payload.ts +18 -0
  643. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/qna.ts +122 -0
  644. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/question.ts +264 -0
  645. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/questionnaire.ts +427 -0
  646. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/rainbow-editor.ts +88 -0
  647. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/reload-runtime.ts +37 -0
  648. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/rpc-demo.ts +118 -0
  649. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/index.ts +321 -0
  650. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package-lock.json +92 -0
  651. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package.json +19 -0
  652. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/send-user-message.ts +97 -0
  653. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/session-name.ts +27 -0
  654. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/shutdown-command.ts +63 -0
  655. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/snake.ts +343 -0
  656. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/space-invaders.ts +560 -0
  657. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/ssh.ts +220 -0
  658. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/status-line.ts +32 -0
  659. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/structured-output.ts +65 -0
  660. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/subagent/agents.ts +126 -0
  661. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/subagent/index.ts +987 -0
  662. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/summarize.ts +206 -0
  663. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/system-prompt-header.ts +17 -0
  664. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/tic-tac-toe.ts +1008 -0
  665. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/timed-confirm.ts +70 -0
  666. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/titlebar-spinner.ts +58 -0
  667. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/todo.ts +297 -0
  668. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/tool-override.ts +144 -0
  669. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/tools.ts +141 -0
  670. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/trigger-compact.ts +50 -0
  671. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/truncated-tool.ts +195 -0
  672. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/widget-placement.ts +9 -0
  673. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/index.ts +32 -0
  674. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package-lock.json +31 -0
  675. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package.json +22 -0
  676. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/working-indicator.ts +123 -0
  677. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/working-message-test.ts +25 -0
  678. package/node_modules/@earendil-works/pi-coding-agent/examples/rpc-extension-ui.ts +632 -0
  679. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/01-minimal.ts +26 -0
  680. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/02-custom-model.ts +53 -0
  681. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/03-custom-prompt.ts +75 -0
  682. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/04-skills.ts +55 -0
  683. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/05-tools.ts +48 -0
  684. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/06-extensions.ts +99 -0
  685. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/07-context-files.ts +47 -0
  686. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/08-prompt-templates.ts +51 -0
  687. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/09-api-keys-and-oauth.ts +52 -0
  688. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/10-settings.ts +53 -0
  689. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/11-sessions.ts +52 -0
  690. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/12-full-control.ts +77 -0
  691. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/13-session-runtime.ts +67 -0
  692. package/node_modules/@earendil-works/pi-coding-agent/examples/sdk/README.md +144 -0
  693. package/node_modules/@earendil-works/pi-coding-agent/package.json +95 -0
  694. package/node_modules/@earendil-works/pi-tui/README.md +779 -0
  695. package/node_modules/@earendil-works/pi-tui/dist/components/image.d.ts.map +1 -0
  696. package/node_modules/@earendil-works/pi-tui/dist/components/image.js +89 -0
  697. package/node_modules/@earendil-works/pi-tui/dist/components/image.js.map +1 -0
  698. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts +90 -0
  699. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -0
  700. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +634 -0
  701. package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -0
  702. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -0
  703. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +361 -0
  704. package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js.map +1 -0
  705. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts +90 -0
  706. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.d.ts.map +1 -0
  707. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +337 -0
  708. package/node_modules/@earendil-works/pi-tui/dist/terminal-image.js.map +1 -0
  709. package/node_modules/@earendil-works/pi-tui/package.json +50 -0
  710. package/node_modules/@mariozechner/clipboard/.yarnrc.yml +1 -0
  711. package/node_modules/@mariozechner/clipboard/Cargo.toml +45 -0
  712. package/node_modules/@mariozechner/clipboard/README.md +60 -0
  713. package/node_modules/@mariozechner/clipboard/build.rs +5 -0
  714. package/node_modules/@mariozechner/clipboard/exp.ts +12 -0
  715. package/node_modules/@mariozechner/clipboard/index.d.ts +23 -0
  716. package/node_modules/@mariozechner/clipboard/index.js +317 -0
  717. package/node_modules/@mariozechner/clipboard/package.json +47 -0
  718. package/node_modules/@mariozechner/clipboard/package.json.prepack-backup +56 -0
  719. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/common.rs +307 -0
  720. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/mod.rs +93 -0
  721. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/ios.rs +313 -0
  722. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/macos.rs +471 -0
  723. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/mod.rs +252 -0
  724. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/wayland.rs +431 -0
  725. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/win.rs +712 -0
  726. package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/x11.rs +916 -0
  727. package/node_modules/@mariozechner/clipboard/src/lib.rs +199 -0
  728. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/README.md +3 -0
  729. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/clipboard.linux-x64-gnu.node +0 -0
  730. package/node_modules/@mariozechner/clipboard-linux-x64-gnu/package.json +25 -0
  731. package/node_modules/koffi/CHANGELOG.md +1093 -0
  732. package/node_modules/koffi/LICENSE.txt +22 -0
  733. package/node_modules/koffi/README.md +43 -0
  734. package/node_modules/koffi/build/koffi/darwin_arm64/koffi.node +0 -0
  735. package/node_modules/koffi/build/koffi/darwin_x64/koffi.node +0 -0
  736. package/node_modules/koffi/build/koffi/freebsd_arm64/koffi.node +0 -0
  737. package/node_modules/koffi/build/koffi/freebsd_ia32/koffi.node +0 -0
  738. package/node_modules/koffi/build/koffi/freebsd_x64/koffi.node +0 -0
  739. package/node_modules/koffi/build/koffi/linux_arm64/koffi.node +0 -0
  740. package/node_modules/koffi/build/koffi/linux_armhf/koffi.node +0 -0
  741. package/node_modules/koffi/build/koffi/linux_ia32/koffi.node +0 -0
  742. package/node_modules/koffi/build/koffi/linux_loong64/koffi.node +0 -0
  743. package/node_modules/koffi/build/koffi/linux_riscv64d/koffi.node +0 -0
  744. package/node_modules/koffi/build/koffi/linux_x64/koffi.node +0 -0
  745. package/node_modules/koffi/build/koffi/musl_arm64/koffi.node +0 -0
  746. package/node_modules/koffi/build/koffi/musl_x64/koffi.node +0 -0
  747. package/node_modules/koffi/build/koffi/openbsd_ia32/koffi.node +0 -0
  748. package/node_modules/koffi/build/koffi/openbsd_x64/koffi.node +0 -0
  749. package/node_modules/koffi/build/koffi/win32_arm64/koffi.exp +0 -0
  750. package/node_modules/koffi/build/koffi/win32_arm64/koffi.lib +0 -0
  751. package/node_modules/koffi/build/koffi/win32_arm64/koffi.node +0 -0
  752. package/node_modules/koffi/build/koffi/win32_ia32/koffi.exp +0 -0
  753. package/node_modules/koffi/build/koffi/win32_ia32/koffi.lib +0 -0
  754. package/node_modules/koffi/build/koffi/win32_ia32/koffi.node +0 -0
  755. package/node_modules/koffi/build/koffi/win32_x64/koffi.exp +0 -0
  756. package/node_modules/koffi/build/koffi/win32_x64/koffi.lib +0 -0
  757. package/node_modules/koffi/build/koffi/win32_x64/koffi.node +0 -0
  758. package/node_modules/koffi/doc/benchmarks.md +126 -0
  759. package/node_modules/koffi/doc/callbacks.md +210 -0
  760. package/node_modules/koffi/doc/contribute.md +148 -0
  761. package/node_modules/koffi/doc/functions.md +250 -0
  762. package/node_modules/koffi/doc/index.md +61 -0
  763. package/node_modules/koffi/doc/input.md +471 -0
  764. package/node_modules/koffi/doc/migration.md +159 -0
  765. package/node_modules/koffi/doc/misc.md +180 -0
  766. package/node_modules/koffi/doc/output.md +305 -0
  767. package/node_modules/koffi/doc/packaging.md +88 -0
  768. package/node_modules/koffi/doc/platforms.md +36 -0
  769. package/node_modules/koffi/doc/pointers.md +328 -0
  770. package/node_modules/koffi/doc/start.md +118 -0
  771. package/node_modules/koffi/doc/unions.md +186 -0
  772. package/node_modules/koffi/doc/variables.md +102 -0
  773. package/node_modules/koffi/index.d.ts +288 -0
  774. package/node_modules/koffi/index.js +634 -0
  775. package/node_modules/koffi/indirect.js +533 -0
  776. package/node_modules/koffi/lib/native/base/base.cc +11015 -0
  777. package/node_modules/koffi/lib/native/base/base.hh +6003 -0
  778. package/node_modules/koffi/lib/native/base/crc.inc +2214 -0
  779. package/node_modules/koffi/lib/native/base/crc_gen.py +72 -0
  780. package/node_modules/koffi/lib/native/base/mimetypes.inc +1248 -0
  781. package/node_modules/koffi/lib/native/base/mimetypes_gen.py +58 -0
  782. package/node_modules/koffi/lib/native/base/tower.cc +821 -0
  783. package/node_modules/koffi/lib/native/base/tower.hh +81 -0
  784. package/node_modules/koffi/lib/native/base/unicode.inc +408 -0
  785. package/node_modules/koffi/lib/native/base/unicode_gen.py +152 -0
  786. package/node_modules/koffi/package.json +38 -0
  787. package/node_modules/koffi/src/cnoke/LICENSE.txt +22 -0
  788. package/node_modules/koffi/src/cnoke/README.md +99 -0
  789. package/node_modules/koffi/src/cnoke/assets/FindCNoke.cmake +127 -0
  790. package/node_modules/koffi/src/cnoke/assets/toolchains.json +126 -0
  791. package/node_modules/koffi/src/cnoke/assets/win_delay_hook.c +36 -0
  792. package/node_modules/koffi/src/cnoke/cnoke.js +170 -0
  793. package/node_modules/koffi/src/cnoke/package.json +24 -0
  794. package/node_modules/koffi/src/cnoke/src/builder.js +511 -0
  795. package/node_modules/koffi/src/cnoke/src/index.js +10 -0
  796. package/node_modules/koffi/src/cnoke/src/tools.js +407 -0
  797. package/node_modules/koffi/src/koffi/CMakeLists.txt +182 -0
  798. package/node_modules/koffi/src/koffi/src/abi_arm32.cc +1018 -0
  799. package/node_modules/koffi/src/koffi/src/abi_arm32_asm.S +169 -0
  800. package/node_modules/koffi/src/koffi/src/abi_arm64.cc +1295 -0
  801. package/node_modules/koffi/src/koffi/src/abi_arm64_asm.S +195 -0
  802. package/node_modules/koffi/src/koffi/src/abi_arm64_asm.asm +174 -0
  803. package/node_modules/koffi/src/koffi/src/abi_loong64.cc +5 -0
  804. package/node_modules/koffi/src/koffi/src/abi_loong64_asm.S +204 -0
  805. package/node_modules/koffi/src/koffi/src/abi_riscv64.cc +915 -0
  806. package/node_modules/koffi/src/koffi/src/abi_riscv64_asm.S +203 -0
  807. package/node_modules/koffi/src/koffi/src/abi_x64_sysv.cc +939 -0
  808. package/node_modules/koffi/src/koffi/src/abi_x64_sysv_asm.S +231 -0
  809. package/node_modules/koffi/src/koffi/src/abi_x64_win.cc +715 -0
  810. package/node_modules/koffi/src/koffi/src/abi_x64_win_asm.S +166 -0
  811. package/node_modules/koffi/src/koffi/src/abi_x64_win_asm.asm +192 -0
  812. package/node_modules/koffi/src/koffi/src/abi_x86.cc +860 -0
  813. package/node_modules/koffi/src/koffi/src/abi_x86_asm.S +193 -0
  814. package/node_modules/koffi/src/koffi/src/abi_x86_asm.asm +177 -0
  815. package/node_modules/koffi/src/koffi/src/call.cc +1326 -0
  816. package/node_modules/koffi/src/koffi/src/call.hh +179 -0
  817. package/node_modules/koffi/src/koffi/src/errno.inc +462 -0
  818. package/node_modules/koffi/src/koffi/src/ffi.cc +2702 -0
  819. package/node_modules/koffi/src/koffi/src/ffi.hh +354 -0
  820. package/node_modules/koffi/src/koffi/src/init.js +105 -0
  821. package/node_modules/koffi/src/koffi/src/parser.cc +220 -0
  822. package/node_modules/koffi/src/koffi/src/parser.hh +54 -0
  823. package/node_modules/koffi/src/koffi/src/util.cc +1807 -0
  824. package/node_modules/koffi/src/koffi/src/util.hh +221 -0
  825. package/node_modules/koffi/src/koffi/src/uv.cc +193 -0
  826. package/node_modules/koffi/src/koffi/src/uv.def +10 -0
  827. package/node_modules/koffi/src/koffi/src/uv.hh +40 -0
  828. package/node_modules/koffi/src/koffi/src/win32.cc +198 -0
  829. package/node_modules/koffi/src/koffi/src/win32.hh +119 -0
  830. package/node_modules/koffi/src/koffi/tools/write_trampolines.js +77 -0
  831. package/node_modules/koffi/vendor/node-addon-api/LICENSE.md +9 -0
  832. package/node_modules/koffi/vendor/node-addon-api/README.md +95 -0
  833. package/node_modules/koffi/vendor/node-addon-api/napi-inl.deprecated.h +186 -0
  834. package/node_modules/koffi/vendor/node-addon-api/napi-inl.h +7033 -0
  835. package/node_modules/koffi/vendor/node-addon-api/napi.h +3309 -0
  836. package/node_modules/koffi/vendor/node-api-headers/LICENSE +21 -0
  837. package/node_modules/koffi/vendor/node-api-headers/README.md +95 -0
  838. package/node_modules/koffi/vendor/node-api-headers/def/js_native_api.def +125 -0
  839. package/node_modules/koffi/vendor/node-api-headers/def/node_api.def +157 -0
  840. package/node_modules/koffi/vendor/node-api-headers/include/js_native_api.h +591 -0
  841. package/node_modules/koffi/vendor/node-api-headers/include/js_native_api_types.h +210 -0
  842. package/node_modules/koffi/vendor/node-api-headers/include/node_api.h +265 -0
  843. package/node_modules/koffi/vendor/node-api-headers/include/node_api_types.h +58 -0
  844. package/node_modules/koffi/vendor/node-api-headers/include/uv/aix.h +32 -0
  845. package/node_modules/koffi/vendor/node-api-headers/include/uv/bsd.h +34 -0
  846. package/node_modules/koffi/vendor/node-api-headers/include/uv/darwin.h +61 -0
  847. package/node_modules/koffi/vendor/node-api-headers/include/uv/errno.h +483 -0
  848. package/node_modules/koffi/vendor/node-api-headers/include/uv/linux.h +34 -0
  849. package/node_modules/koffi/vendor/node-api-headers/include/uv/os390.h +33 -0
  850. package/node_modules/koffi/vendor/node-api-headers/include/uv/posix.h +31 -0
  851. package/node_modules/koffi/vendor/node-api-headers/include/uv/sunos.h +44 -0
  852. package/node_modules/koffi/vendor/node-api-headers/include/uv/threadpool.h +37 -0
  853. package/node_modules/koffi/vendor/node-api-headers/include/uv/tree.h +521 -0
  854. package/node_modules/koffi/vendor/node-api-headers/include/uv/unix.h +512 -0
  855. package/node_modules/koffi/vendor/node-api-headers/include/uv/version.h +43 -0
  856. package/node_modules/koffi/vendor/node-api-headers/include/uv/win.h +698 -0
  857. package/node_modules/koffi/vendor/node-api-headers/include/uv.h +1990 -0
  858. package/package.json +12 -12
  859. package/node_modules/@borewit/text-codec/LICENSE.txt +0 -9
  860. package/node_modules/@borewit/text-codec/README.md +0 -87
  861. package/node_modules/@borewit/text-codec/lib/index.d.ts +0 -6
  862. package/node_modules/@borewit/text-codec/lib/index.js +0 -380
  863. package/node_modules/@borewit/text-codec/package.json +0 -70
  864. package/node_modules/@entelligentsia/pi-agent-core/README.md +0 -488
  865. package/node_modules/@entelligentsia/pi-agent-core/dist/agent-loop.d.ts +0 -24
  866. package/node_modules/@entelligentsia/pi-agent-core/dist/agent-loop.d.ts.map +0 -1
  867. package/node_modules/@entelligentsia/pi-agent-core/dist/agent-loop.js +0 -458
  868. package/node_modules/@entelligentsia/pi-agent-core/dist/agent-loop.js.map +0 -1
  869. package/node_modules/@entelligentsia/pi-agent-core/dist/agent.d.ts +0 -117
  870. package/node_modules/@entelligentsia/pi-agent-core/dist/agent.d.ts.map +0 -1
  871. package/node_modules/@entelligentsia/pi-agent-core/dist/agent.js +0 -398
  872. package/node_modules/@entelligentsia/pi-agent-core/dist/agent.js.map +0 -1
  873. package/node_modules/@entelligentsia/pi-agent-core/dist/index.d.ts +0 -5
  874. package/node_modules/@entelligentsia/pi-agent-core/dist/index.d.ts.map +0 -1
  875. package/node_modules/@entelligentsia/pi-agent-core/dist/index.js +0 -9
  876. package/node_modules/@entelligentsia/pi-agent-core/dist/index.js.map +0 -1
  877. package/node_modules/@entelligentsia/pi-agent-core/dist/proxy.d.ts +0 -69
  878. package/node_modules/@entelligentsia/pi-agent-core/dist/proxy.d.ts.map +0 -1
  879. package/node_modules/@entelligentsia/pi-agent-core/dist/proxy.js +0 -278
  880. package/node_modules/@entelligentsia/pi-agent-core/dist/proxy.js.map +0 -1
  881. package/node_modules/@entelligentsia/pi-agent-core/dist/types.d.ts +0 -369
  882. package/node_modules/@entelligentsia/pi-agent-core/dist/types.d.ts.map +0 -1
  883. package/node_modules/@entelligentsia/pi-agent-core/dist/types.js.map +0 -1
  884. package/node_modules/@entelligentsia/pi-agent-core/package.json +0 -45
  885. package/node_modules/@entelligentsia/pi-ai/README.md +0 -1313
  886. package/node_modules/@entelligentsia/pi-ai/dist/cli.d.ts.map +0 -1
  887. package/node_modules/@entelligentsia/pi-ai/dist/cli.js +0 -116
  888. package/node_modules/@entelligentsia/pi-ai/dist/cli.js.map +0 -1
  889. package/node_modules/@entelligentsia/pi-ai/dist/env-api-keys.d.ts.map +0 -1
  890. package/node_modules/@entelligentsia/pi-ai/dist/env-api-keys.js +0 -169
  891. package/node_modules/@entelligentsia/pi-ai/dist/env-api-keys.js.map +0 -1
  892. package/node_modules/@entelligentsia/pi-ai/dist/index.d.ts +0 -28
  893. package/node_modules/@entelligentsia/pi-ai/dist/index.d.ts.map +0 -1
  894. package/node_modules/@entelligentsia/pi-ai/dist/index.js +0 -16
  895. package/node_modules/@entelligentsia/pi-ai/dist/index.js.map +0 -1
  896. package/node_modules/@entelligentsia/pi-ai/dist/models.generated.d.ts +0 -17265
  897. package/node_modules/@entelligentsia/pi-ai/dist/models.generated.d.ts.map +0 -1
  898. package/node_modules/@entelligentsia/pi-ai/dist/models.generated.js +0 -16500
  899. package/node_modules/@entelligentsia/pi-ai/dist/models.generated.js.map +0 -1
  900. package/node_modules/@entelligentsia/pi-ai/dist/providers/amazon-bedrock.d.ts.map +0 -1
  901. package/node_modules/@entelligentsia/pi-ai/dist/providers/amazon-bedrock.js +0 -759
  902. package/node_modules/@entelligentsia/pi-ai/dist/providers/amazon-bedrock.js.map +0 -1
  903. package/node_modules/@entelligentsia/pi-ai/dist/providers/anthropic.d.ts.map +0 -1
  904. package/node_modules/@entelligentsia/pi-ai/dist/providers/anthropic.js +0 -951
  905. package/node_modules/@entelligentsia/pi-ai/dist/providers/anthropic.js.map +0 -1
  906. package/node_modules/@entelligentsia/pi-ai/dist/providers/openai-codex-responses.d.ts.map +0 -1
  907. package/node_modules/@entelligentsia/pi-ai/dist/providers/openai-codex-responses.js +0 -1034
  908. package/node_modules/@entelligentsia/pi-ai/dist/providers/openai-codex-responses.js.map +0 -1
  909. package/node_modules/@entelligentsia/pi-ai/dist/providers/openai-completions.d.ts.map +0 -1
  910. package/node_modules/@entelligentsia/pi-ai/dist/providers/openai-completions.js +0 -925
  911. package/node_modules/@entelligentsia/pi-ai/dist/providers/openai-completions.js.map +0 -1
  912. package/node_modules/@entelligentsia/pi-ai/dist/providers/simple-options.d.ts.map +0 -1
  913. package/node_modules/@entelligentsia/pi-ai/dist/providers/simple-options.js +0 -39
  914. package/node_modules/@entelligentsia/pi-ai/dist/providers/simple-options.js.map +0 -1
  915. package/node_modules/@entelligentsia/pi-ai/dist/types.d.ts +0 -405
  916. package/node_modules/@entelligentsia/pi-ai/dist/types.d.ts.map +0 -1
  917. package/node_modules/@entelligentsia/pi-ai/dist/types.js.map +0 -1
  918. package/node_modules/@entelligentsia/pi-ai/dist/utils/overflow.d.ts +0 -55
  919. package/node_modules/@entelligentsia/pi-ai/dist/utils/overflow.d.ts.map +0 -1
  920. package/node_modules/@entelligentsia/pi-ai/dist/utils/overflow.js +0 -146
  921. package/node_modules/@entelligentsia/pi-ai/dist/utils/overflow.js.map +0 -1
  922. package/node_modules/@entelligentsia/pi-ai/package.json +0 -108
  923. package/node_modules/@entelligentsia/pi-coding-agent/CHANGELOG.md +0 -4166
  924. package/node_modules/@entelligentsia/pi-coding-agent/README.md +0 -652
  925. package/node_modules/@entelligentsia/pi-coding-agent/dist/bun/register-bedrock.d.ts.map +0 -1
  926. package/node_modules/@entelligentsia/pi-coding-agent/dist/bun/register-bedrock.js +0 -4
  927. package/node_modules/@entelligentsia/pi-coding-agent/dist/bun/register-bedrock.js.map +0 -1
  928. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/args.d.ts +0 -53
  929. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/args.d.ts.map +0 -1
  930. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/args.js +0 -340
  931. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/args.js.map +0 -1
  932. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/config-selector.d.ts.map +0 -1
  933. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/config-selector.js +0 -31
  934. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/config-selector.js.map +0 -1
  935. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/file-processor.d.ts +0 -15
  936. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/file-processor.d.ts.map +0 -1
  937. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/file-processor.js.map +0 -1
  938. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/initial-message.d.ts +0 -18
  939. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/initial-message.d.ts.map +0 -1
  940. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/initial-message.js.map +0 -1
  941. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/list-models.d.ts.map +0 -1
  942. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/list-models.js +0 -98
  943. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/list-models.js.map +0 -1
  944. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/session-picker.d.ts.map +0 -1
  945. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/session-picker.js +0 -35
  946. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli/session-picker.js.map +0 -1
  947. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli.d.ts.map +0 -1
  948. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli.js +0 -20
  949. package/node_modules/@entelligentsia/pi-coding-agent/dist/cli.js.map +0 -1
  950. package/node_modules/@entelligentsia/pi-coding-agent/dist/config.d.ts.map +0 -1
  951. package/node_modules/@entelligentsia/pi-coding-agent/dist/config.js +0 -399
  952. package/node_modules/@entelligentsia/pi-coding-agent/dist/config.js.map +0 -1
  953. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session-services.d.ts +0 -86
  954. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session-services.d.ts.map +0 -1
  955. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session-services.js.map +0 -1
  956. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session.d.ts +0 -595
  957. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session.d.ts.map +0 -1
  958. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session.js +0 -2521
  959. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/agent-session.js.map +0 -1
  960. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/auth-storage.d.ts +0 -141
  961. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/auth-storage.d.ts.map +0 -1
  962. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/auth-storage.js +0 -441
  963. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/auth-storage.js.map +0 -1
  964. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/bash-executor.d.ts.map +0 -1
  965. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/bash-executor.js +0 -111
  966. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/bash-executor.js.map +0 -1
  967. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/branch-summarization.d.ts +0 -88
  968. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/branch-summarization.d.ts.map +0 -1
  969. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/branch-summarization.js +0 -243
  970. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/branch-summarization.js.map +0 -1
  971. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/compaction.d.ts +0 -121
  972. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/compaction.d.ts.map +0 -1
  973. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/compaction.js +0 -615
  974. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/compaction.js.map +0 -1
  975. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/utils.d.ts +0 -38
  976. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/utils.d.ts.map +0 -1
  977. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/compaction/utils.js.map +0 -1
  978. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/defaults.d.ts +0 -3
  979. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/defaults.d.ts.map +0 -1
  980. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/defaults.js.map +0 -1
  981. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/export-html/index.d.ts +0 -37
  982. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/export-html/index.d.ts.map +0 -1
  983. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/export-html/index.js.map +0 -1
  984. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/export-html/tool-renderer.d.ts.map +0 -1
  985. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/export-html/tool-renderer.js.map +0 -1
  986. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/loader.d.ts.map +0 -1
  987. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/loader.js +0 -498
  988. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/loader.js.map +0 -1
  989. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/runner.d.ts +0 -159
  990. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/runner.d.ts.map +0 -1
  991. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/runner.js +0 -825
  992. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/runner.js.map +0 -1
  993. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/types.d.ts +0 -1187
  994. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/types.d.ts.map +0 -1
  995. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/types.js.map +0 -1
  996. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/wrapper.d.ts +0 -20
  997. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/wrapper.d.ts.map +0 -1
  998. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/extensions/wrapper.js.map +0 -1
  999. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/keybindings.d.ts +0 -353
  1000. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/keybindings.d.ts.map +0 -1
  1001. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/keybindings.js +0 -295
  1002. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/keybindings.js.map +0 -1
  1003. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/messages.d.ts +0 -77
  1004. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/messages.d.ts.map +0 -1
  1005. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/messages.js.map +0 -1
  1006. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-registry.d.ts +0 -150
  1007. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-registry.d.ts.map +0 -1
  1008. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-registry.js +0 -727
  1009. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-registry.js.map +0 -1
  1010. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-resolver.d.ts +0 -110
  1011. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-resolver.d.ts.map +0 -1
  1012. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-resolver.js +0 -494
  1013. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/model-resolver.js.map +0 -1
  1014. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/package-manager.d.ts +0 -198
  1015. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/package-manager.d.ts.map +0 -1
  1016. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/package-manager.js +0 -1958
  1017. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/package-manager.js.map +0 -1
  1018. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/prompt-templates.d.ts.map +0 -1
  1019. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/prompt-templates.js +0 -250
  1020. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/prompt-templates.js.map +0 -1
  1021. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/provider-display-names.d.ts.map +0 -1
  1022. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/provider-display-names.js +0 -32
  1023. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/provider-display-names.js.map +0 -1
  1024. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/sdk.d.ts +0 -107
  1025. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/sdk.d.ts.map +0 -1
  1026. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/sdk.js +0 -282
  1027. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/sdk.js.map +0 -1
  1028. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/session-manager.d.ts +0 -333
  1029. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/session-manager.d.ts.map +0 -1
  1030. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/session-manager.js +0 -1109
  1031. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/session-manager.js.map +0 -1
  1032. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/settings-manager.d.ts +0 -261
  1033. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/settings-manager.d.ts.map +0 -1
  1034. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/settings-manager.js.map +0 -1
  1035. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/skills.d.ts.map +0 -1
  1036. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/skills.js +0 -404
  1037. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/skills.js.map +0 -1
  1038. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/bash.d.ts +0 -68
  1039. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/bash.d.ts.map +0 -1
  1040. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/bash.js +0 -335
  1041. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/bash.js.map +0 -1
  1042. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/edit.d.ts +0 -49
  1043. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/edit.d.ts.map +0 -1
  1044. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/edit.js +0 -324
  1045. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/edit.js.map +0 -1
  1046. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/find.d.ts +0 -35
  1047. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/find.d.ts.map +0 -1
  1048. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/find.js +0 -298
  1049. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/find.js.map +0 -1
  1050. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/grep.d.ts +0 -37
  1051. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/grep.d.ts.map +0 -1
  1052. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/grep.js +0 -304
  1053. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/grep.js.map +0 -1
  1054. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/index.d.ts +0 -40
  1055. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/index.d.ts.map +0 -1
  1056. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/index.js.map +0 -1
  1057. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/ls.d.ts +0 -37
  1058. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/ls.d.ts.map +0 -1
  1059. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/ls.js +0 -169
  1060. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/ls.js.map +0 -1
  1061. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/read.d.ts +0 -35
  1062. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/read.d.ts.map +0 -1
  1063. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/read.js +0 -289
  1064. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/read.js.map +0 -1
  1065. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/render-utils.d.ts +0 -21
  1066. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/render-utils.d.ts.map +0 -1
  1067. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/render-utils.js +0 -49
  1068. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/render-utils.js.map +0 -1
  1069. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/tool-definition-wrapper.d.ts +0 -14
  1070. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/tool-definition-wrapper.d.ts.map +0 -1
  1071. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/tool-definition-wrapper.js.map +0 -1
  1072. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/write.d.ts +0 -26
  1073. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/write.d.ts.map +0 -1
  1074. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/write.js +0 -213
  1075. package/node_modules/@entelligentsia/pi-coding-agent/dist/core/tools/write.js.map +0 -1
  1076. package/node_modules/@entelligentsia/pi-coding-agent/dist/main.d.ts.map +0 -1
  1077. package/node_modules/@entelligentsia/pi-coding-agent/dist/main.js +0 -583
  1078. package/node_modules/@entelligentsia/pi-coding-agent/dist/main.js.map +0 -1
  1079. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/armin.d.ts +0 -34
  1080. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/armin.d.ts.map +0 -1
  1081. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/armin.js.map +0 -1
  1082. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts +0 -20
  1083. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +0 -1
  1084. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +0 -121
  1085. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/assistant-message.js.map +0 -1
  1086. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bash-execution.d.ts +0 -34
  1087. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bash-execution.d.ts.map +0 -1
  1088. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +0 -175
  1089. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bash-execution.js.map +0 -1
  1090. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bordered-loader.d.ts +0 -16
  1091. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bordered-loader.d.ts.map +0 -1
  1092. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bordered-loader.js +0 -54
  1093. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/bordered-loader.js.map +0 -1
  1094. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.d.ts +0 -16
  1095. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.d.ts.map +0 -1
  1096. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.js +0 -44
  1097. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.js.map +0 -1
  1098. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.d.ts +0 -16
  1099. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.d.ts.map +0 -1
  1100. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.js +0 -45
  1101. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.js.map +0 -1
  1102. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts +0 -71
  1103. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts.map +0 -1
  1104. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/config-selector.js +0 -481
  1105. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/config-selector.js.map +0 -1
  1106. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/countdown-timer.d.ts +0 -14
  1107. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/countdown-timer.d.ts.map +0 -1
  1108. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/countdown-timer.js.map +0 -1
  1109. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-editor.d.ts +0 -21
  1110. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-editor.d.ts.map +0 -1
  1111. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-editor.js +0 -70
  1112. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-editor.js.map +0 -1
  1113. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-message.d.ts +0 -20
  1114. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-message.d.ts.map +0 -1
  1115. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-message.js +0 -79
  1116. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/custom-message.js.map +0 -1
  1117. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/daxnuts.d.ts +0 -23
  1118. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/daxnuts.d.ts.map +0 -1
  1119. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/daxnuts.js.map +0 -1
  1120. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/dynamic-border.d.ts +0 -15
  1121. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/dynamic-border.d.ts.map +0 -1
  1122. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/dynamic-border.js.map +0 -1
  1123. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.d.ts +0 -5
  1124. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.d.ts.map +0 -1
  1125. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.js +0 -40
  1126. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.js.map +0 -1
  1127. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-editor.d.ts +0 -20
  1128. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-editor.d.ts.map +0 -1
  1129. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-editor.js +0 -111
  1130. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-editor.js.map +0 -1
  1131. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-input.d.ts +0 -23
  1132. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-input.d.ts.map +0 -1
  1133. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-input.js +0 -61
  1134. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-input.js.map +0 -1
  1135. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-selector.d.ts +0 -24
  1136. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-selector.d.ts.map +0 -1
  1137. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-selector.js +0 -78
  1138. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/extension-selector.js.map +0 -1
  1139. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/footer.d.ts +0 -27
  1140. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/footer.d.ts.map +0 -1
  1141. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/footer.js +0 -201
  1142. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/footer.js.map +0 -1
  1143. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.d.ts +0 -8
  1144. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.d.ts.map +0 -1
  1145. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.js +0 -22
  1146. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.js.map +0 -1
  1147. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/login-dialog.d.ts +0 -46
  1148. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/login-dialog.d.ts.map +0 -1
  1149. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +0 -160
  1150. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/login-dialog.js.map +0 -1
  1151. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/model-selector.d.ts +0 -47
  1152. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/model-selector.d.ts.map +0 -1
  1153. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/model-selector.js +0 -278
  1154. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/model-selector.js.map +0 -1
  1155. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/oauth-selector.d.ts +0 -31
  1156. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/oauth-selector.d.ts.map +0 -1
  1157. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js +0 -165
  1158. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js.map +0 -1
  1159. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.d.ts +0 -42
  1160. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.d.ts.map +0 -1
  1161. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.js +0 -290
  1162. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.js.map +0 -1
  1163. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector-search.d.ts.map +0 -1
  1164. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector-search.js +0 -155
  1165. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector-search.js.map +0 -1
  1166. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector.d.ts +0 -96
  1167. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector.d.ts.map +0 -1
  1168. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector.js +0 -861
  1169. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/session-selector.js.map +0 -1
  1170. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts +0 -67
  1171. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts.map +0 -1
  1172. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +0 -373
  1173. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/settings-selector.js.map +0 -1
  1174. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/show-images-selector.d.ts +0 -10
  1175. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/show-images-selector.d.ts.map +0 -1
  1176. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/show-images-selector.js +0 -39
  1177. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/show-images-selector.js.map +0 -1
  1178. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.d.ts +0 -17
  1179. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.d.ts.map +0 -1
  1180. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.js +0 -47
  1181. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.js.map +0 -1
  1182. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/theme-selector.d.ts +0 -11
  1183. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/theme-selector.d.ts.map +0 -1
  1184. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/theme-selector.js +0 -50
  1185. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/theme-selector.js.map +0 -1
  1186. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/thinking-selector.d.ts +0 -11
  1187. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/thinking-selector.d.ts.map +0 -1
  1188. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js +0 -51
  1189. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js.map +0 -1
  1190. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts +0 -63
  1191. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +0 -1
  1192. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +0 -295
  1193. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tool-execution.js.map +0 -1
  1194. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tree-selector.d.ts +0 -89
  1195. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tree-selector.d.ts.map +0 -1
  1196. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tree-selector.js +0 -1092
  1197. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/tree-selector.js.map +0 -1
  1198. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message-selector.d.ts +0 -30
  1199. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message-selector.d.ts.map +0 -1
  1200. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message-selector.js +0 -114
  1201. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message-selector.js.map +0 -1
  1202. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts +0 -10
  1203. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts.map +0 -1
  1204. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message.js +0 -29
  1205. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/user-message.js.map +0 -1
  1206. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/visual-truncate.d.ts.map +0 -1
  1207. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/visual-truncate.js +0 -33
  1208. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/components/visual-truncate.js.map +0 -1
  1209. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +0 -374
  1210. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +0 -1
  1211. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/interactive-mode.js +0 -4625
  1212. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +0 -1
  1213. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/theme/dark.json +0 -85
  1214. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/theme/light.json +0 -84
  1215. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/theme/theme.d.ts +0 -81
  1216. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/theme/theme.d.ts.map +0 -1
  1217. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/theme/theme.js +0 -971
  1218. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/interactive/theme/theme.js.map +0 -1
  1219. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/print-mode.d.ts +0 -28
  1220. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/print-mode.d.ts.map +0 -1
  1221. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/print-mode.js.map +0 -1
  1222. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts +0 -224
  1223. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-client.d.ts.map +0 -1
  1224. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-client.js.map +0 -1
  1225. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-mode.d.ts.map +0 -1
  1226. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-mode.js +0 -604
  1227. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-mode.js.map +0 -1
  1228. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts +0 -419
  1229. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-types.d.ts.map +0 -1
  1230. package/node_modules/@entelligentsia/pi-coding-agent/dist/modes/rpc/rpc-types.js.map +0 -1
  1231. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/image-resize.d.ts +0 -36
  1232. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/image-resize.d.ts.map +0 -1
  1233. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/image-resize.js.map +0 -1
  1234. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/mime.d.ts +0 -2
  1235. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/mime.d.ts.map +0 -1
  1236. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/mime.js +0 -26
  1237. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/mime.js.map +0 -1
  1238. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/tools-manager.d.ts.map +0 -1
  1239. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/tools-manager.js +0 -256
  1240. package/node_modules/@entelligentsia/pi-coding-agent/dist/utils/tools-manager.js.map +0 -1
  1241. package/node_modules/@entelligentsia/pi-coding-agent/docs/compaction.md +0 -394
  1242. package/node_modules/@entelligentsia/pi-coding-agent/docs/custom-provider.md +0 -646
  1243. package/node_modules/@entelligentsia/pi-coding-agent/docs/extensions.md +0 -2596
  1244. package/node_modules/@entelligentsia/pi-coding-agent/docs/index.md +0 -70
  1245. package/node_modules/@entelligentsia/pi-coding-agent/docs/models.md +0 -474
  1246. package/node_modules/@entelligentsia/pi-coding-agent/docs/packages.md +0 -223
  1247. package/node_modules/@entelligentsia/pi-coding-agent/docs/providers.md +0 -241
  1248. package/node_modules/@entelligentsia/pi-coding-agent/docs/quickstart.md +0 -142
  1249. package/node_modules/@entelligentsia/pi-coding-agent/docs/rpc.md +0 -1407
  1250. package/node_modules/@entelligentsia/pi-coding-agent/docs/sdk.md +0 -1149
  1251. package/node_modules/@entelligentsia/pi-coding-agent/docs/session-format.md +0 -412
  1252. package/node_modules/@entelligentsia/pi-coding-agent/docs/skills.md +0 -232
  1253. package/node_modules/@entelligentsia/pi-coding-agent/docs/termux.md +0 -127
  1254. package/node_modules/@entelligentsia/pi-coding-agent/docs/themes.md +0 -295
  1255. package/node_modules/@entelligentsia/pi-coding-agent/docs/tui.md +0 -918
  1256. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/README.md +0 -208
  1257. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/auto-commit-on-exit.ts +0 -49
  1258. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/bash-spawn-hook.ts +0 -30
  1259. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/bookmark.ts +0 -50
  1260. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/border-status-editor.ts +0 -150
  1261. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/built-in-tool-renderer.ts +0 -249
  1262. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/claude-rules.ts +0 -86
  1263. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/commands.ts +0 -72
  1264. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/confirm-destructive.ts +0 -59
  1265. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-compaction.ts +0 -127
  1266. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-footer.ts +0 -64
  1267. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-header.ts +0 -73
  1268. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-provider-anthropic/index.ts +0 -604
  1269. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json +0 -24
  1270. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +0 -19
  1271. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/index.ts +0 -349
  1272. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +0 -16
  1273. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/test.ts +0 -82
  1274. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/dirty-repo-guard.ts +0 -56
  1275. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/doom-overlay/doom-component.ts +0 -132
  1276. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/doom-overlay/doom-keys.ts +0 -104
  1277. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/doom-overlay/index.ts +0 -74
  1278. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/dynamic-resources/dynamic.json +0 -79
  1279. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/dynamic-resources/index.ts +0 -15
  1280. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/dynamic-tools.ts +0 -74
  1281. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/event-bus.ts +0 -43
  1282. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/file-trigger.ts +0 -41
  1283. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/git-checkpoint.ts +0 -53
  1284. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/github-issue-autocomplete.ts +0 -185
  1285. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/handoff.ts +0 -191
  1286. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/hello.ts +0 -26
  1287. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/hidden-thinking-label.ts +0 -53
  1288. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/inline-bash.ts +0 -94
  1289. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/input-transform.ts +0 -43
  1290. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/interactive-shell.ts +0 -196
  1291. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/mac-system-theme.ts +0 -47
  1292. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/message-renderer.ts +0 -59
  1293. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/minimal-mode.ts +0 -426
  1294. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/modal-editor.ts +0 -85
  1295. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/model-status.ts +0 -31
  1296. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/notify.ts +0 -55
  1297. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/overlay-qa-tests.ts +0 -1348
  1298. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/overlay-test.ts +0 -150
  1299. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/permission-gate.ts +0 -34
  1300. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/pirate.ts +0 -47
  1301. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/plan-mode/index.ts +0 -340
  1302. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/preset.ts +0 -430
  1303. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/prompt-customizer.ts +0 -97
  1304. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/protected-paths.ts +0 -30
  1305. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/provider-payload.ts +0 -18
  1306. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/qna.ts +0 -122
  1307. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/question.ts +0 -264
  1308. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/questionnaire.ts +0 -427
  1309. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/rainbow-editor.ts +0 -88
  1310. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/reload-runtime.ts +0 -37
  1311. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/rpc-demo.ts +0 -118
  1312. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/sandbox/index.ts +0 -321
  1313. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/sandbox/package-lock.json +0 -92
  1314. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/sandbox/package.json +0 -19
  1315. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/send-user-message.ts +0 -97
  1316. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/session-name.ts +0 -27
  1317. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/shutdown-command.ts +0 -63
  1318. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/snake.ts +0 -343
  1319. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/space-invaders.ts +0 -560
  1320. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/ssh.ts +0 -220
  1321. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/status-line.ts +0 -32
  1322. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/structured-output.ts +0 -65
  1323. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/subagent/agents.ts +0 -126
  1324. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/subagent/index.ts +0 -987
  1325. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/summarize.ts +0 -206
  1326. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/system-prompt-header.ts +0 -17
  1327. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/tic-tac-toe.ts +0 -1008
  1328. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/timed-confirm.ts +0 -70
  1329. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/titlebar-spinner.ts +0 -58
  1330. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/todo.ts +0 -297
  1331. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/tool-override.ts +0 -144
  1332. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/tools.ts +0 -141
  1333. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/trigger-compact.ts +0 -50
  1334. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/truncated-tool.ts +0 -195
  1335. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/widget-placement.ts +0 -9
  1336. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/with-deps/index.ts +0 -32
  1337. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/with-deps/package-lock.json +0 -31
  1338. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/with-deps/package.json +0 -22
  1339. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/working-indicator.ts +0 -123
  1340. package/node_modules/@entelligentsia/pi-coding-agent/examples/extensions/working-message-test.ts +0 -25
  1341. package/node_modules/@entelligentsia/pi-coding-agent/examples/rpc-extension-ui.ts +0 -632
  1342. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/01-minimal.ts +0 -22
  1343. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/02-custom-model.ts +0 -49
  1344. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/03-custom-prompt.ts +0 -67
  1345. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/04-skills.ts +0 -55
  1346. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/05-tools.ts +0 -44
  1347. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/06-extensions.ts +0 -95
  1348. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/07-context-files.ts +0 -47
  1349. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/08-prompt-templates.ts +0 -51
  1350. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/09-api-keys-and-oauth.ts +0 -48
  1351. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/10-settings.ts +0 -53
  1352. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/11-sessions.ts +0 -48
  1353. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/12-full-control.ts +0 -73
  1354. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/13-session-runtime.ts +0 -67
  1355. package/node_modules/@entelligentsia/pi-coding-agent/examples/sdk/README.md +0 -147
  1356. package/node_modules/@entelligentsia/pi-coding-agent/package.json +0 -97
  1357. package/node_modules/@entelligentsia/pi-tui/README.md +0 -779
  1358. package/node_modules/@entelligentsia/pi-tui/dist/components/image.d.ts.map +0 -1
  1359. package/node_modules/@entelligentsia/pi-tui/dist/components/image.js +0 -76
  1360. package/node_modules/@entelligentsia/pi-tui/dist/components/image.js.map +0 -1
  1361. package/node_modules/@entelligentsia/pi-tui/dist/components/markdown.d.ts +0 -95
  1362. package/node_modules/@entelligentsia/pi-tui/dist/components/markdown.d.ts.map +0 -1
  1363. package/node_modules/@entelligentsia/pi-tui/dist/components/markdown.js +0 -688
  1364. package/node_modules/@entelligentsia/pi-tui/dist/components/markdown.js.map +0 -1
  1365. package/node_modules/@entelligentsia/pi-tui/dist/stdin-buffer.d.ts.map +0 -1
  1366. package/node_modules/@entelligentsia/pi-tui/dist/stdin-buffer.js +0 -339
  1367. package/node_modules/@entelligentsia/pi-tui/dist/stdin-buffer.js.map +0 -1
  1368. package/node_modules/@entelligentsia/pi-tui/dist/terminal-image.d.ts +0 -85
  1369. package/node_modules/@entelligentsia/pi-tui/dist/terminal-image.d.ts.map +0 -1
  1370. package/node_modules/@entelligentsia/pi-tui/dist/terminal-image.js +0 -324
  1371. package/node_modules/@entelligentsia/pi-tui/dist/terminal-image.js.map +0 -1
  1372. package/node_modules/@entelligentsia/pi-tui/package.json +0 -49
  1373. package/node_modules/@tokenizer/inflate/LICENSE +0 -15
  1374. package/node_modules/@tokenizer/inflate/README.md +0 -114
  1375. package/node_modules/@tokenizer/inflate/lib/GzipHandler.d.ts +0 -6
  1376. package/node_modules/@tokenizer/inflate/lib/GzipHandler.js +0 -19
  1377. package/node_modules/@tokenizer/inflate/lib/ZipHandler.d.ts +0 -26
  1378. package/node_modules/@tokenizer/inflate/lib/ZipHandler.js +0 -233
  1379. package/node_modules/@tokenizer/inflate/lib/ZipToken.d.ts +0 -94
  1380. package/node_modules/@tokenizer/inflate/lib/ZipToken.js +0 -117
  1381. package/node_modules/@tokenizer/inflate/lib/index.d.ts +0 -3
  1382. package/node_modules/@tokenizer/inflate/lib/index.js +0 -2
  1383. package/node_modules/@tokenizer/inflate/package.json +0 -76
  1384. package/node_modules/@tokenizer/token/README.md +0 -19
  1385. package/node_modules/@tokenizer/token/index.d.ts +0 -30
  1386. package/node_modules/@tokenizer/token/package.json +0 -33
  1387. package/node_modules/@tootallnate/quickjs-emscripten/LICENSE +0 -21
  1388. package/node_modules/@tootallnate/quickjs-emscripten/README.md +0 -597
  1389. package/node_modules/@tootallnate/quickjs-emscripten/c/interface.c +0 -819
  1390. package/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.d.ts +0 -24
  1391. package/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +0 -53
  1392. package/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js.map +0 -1
  1393. package/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.d.ts +0 -48
  1394. package/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +0 -58
  1395. package/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js.map +0 -1
  1396. package/node_modules/@tootallnate/quickjs-emscripten/dist/context.d.ts +0 -371
  1397. package/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +0 -691
  1398. package/node_modules/@tootallnate/quickjs-emscripten/dist/context.js.map +0 -1
  1399. package/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts +0 -5
  1400. package/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +0 -6
  1401. package/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js.map +0 -1
  1402. package/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.d.ts +0 -75
  1403. package/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +0 -96
  1404. package/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js.map +0 -1
  1405. package/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.d.ts +0 -97
  1406. package/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js +0 -15
  1407. package/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js.map +0 -1
  1408. package/node_modules/@tootallnate/quickjs-emscripten/dist/errors.d.ts +0 -28
  1409. package/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +0 -58
  1410. package/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js.map +0 -1
  1411. package/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.d.ts +0 -9
  1412. package/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +0 -19
  1413. package/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js.map +0 -1
  1414. package/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.d.ts +0 -5
  1415. package/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +0 -387
  1416. package/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js.map +0 -1
  1417. package/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.d.ts +0 -67
  1418. package/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +0 -71
  1419. package/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js.map +0 -1
  1420. package/node_modules/@tootallnate/quickjs-emscripten/dist/index.d.ts +0 -75
  1421. package/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +0 -128
  1422. package/node_modules/@tootallnate/quickjs-emscripten/dist/index.js.map +0 -1
  1423. package/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.d.ts +0 -115
  1424. package/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +0 -227
  1425. package/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js.map +0 -1
  1426. package/node_modules/@tootallnate/quickjs-emscripten/dist/memory.d.ts +0 -18
  1427. package/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +0 -41
  1428. package/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js.map +0 -1
  1429. package/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.d.ts +0 -53
  1430. package/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +0 -97
  1431. package/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js.map +0 -1
  1432. package/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.d.ts +0 -27
  1433. package/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +0 -77
  1434. package/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js.map +0 -1
  1435. package/node_modules/@tootallnate/quickjs-emscripten/dist/module.d.ts +0 -152
  1436. package/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +0 -302
  1437. package/node_modules/@tootallnate/quickjs-emscripten/dist/module.js.map +0 -1
  1438. package/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.d.ts +0 -38
  1439. package/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +0 -49
  1440. package/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js.map +0 -1
  1441. package/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.d.ts +0 -174
  1442. package/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +0 -300
  1443. package/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js.map +0 -1
  1444. package/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.d.ts +0 -114
  1445. package/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +0 -38
  1446. package/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js.map +0 -1
  1447. package/node_modules/@tootallnate/quickjs-emscripten/dist/types.d.ts +0 -158
  1448. package/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +0 -58
  1449. package/node_modules/@tootallnate/quickjs-emscripten/dist/types.js.map +0 -1
  1450. package/node_modules/@tootallnate/quickjs-emscripten/dist/variants.d.ts +0 -113
  1451. package/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +0 -169
  1452. package/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js.map +0 -1
  1453. package/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.d.ts +0 -68
  1454. package/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +0 -12
  1455. package/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js.map +0 -1
  1456. package/node_modules/@tootallnate/quickjs-emscripten/package.json +0 -60
  1457. package/node_modules/@types/mime-types/LICENSE +0 -21
  1458. package/node_modules/@types/mime-types/README.md +0 -28
  1459. package/node_modules/@types/mime-types/index.d.ts +0 -9
  1460. package/node_modules/@types/mime-types/package.json +0 -25
  1461. package/node_modules/@types/yauzl/LICENSE +0 -21
  1462. package/node_modules/@types/yauzl/README.md +0 -15
  1463. package/node_modules/@types/yauzl/index.d.ts +0 -110
  1464. package/node_modules/@types/yauzl/package.json +0 -27
  1465. package/node_modules/ansi-regex/index.d.ts +0 -33
  1466. package/node_modules/ansi-regex/index.js +0 -14
  1467. package/node_modules/ansi-regex/license +0 -9
  1468. package/node_modules/ansi-regex/package.json +0 -61
  1469. package/node_modules/ansi-regex/readme.md +0 -66
  1470. package/node_modules/ansi-styles/index.d.ts +0 -345
  1471. package/node_modules/ansi-styles/index.js +0 -163
  1472. package/node_modules/ansi-styles/license +0 -9
  1473. package/node_modules/ansi-styles/package.json +0 -56
  1474. package/node_modules/ansi-styles/readme.md +0 -152
  1475. package/node_modules/any-promise/.jshintrc +0 -4
  1476. package/node_modules/any-promise/.npmignore +0 -7
  1477. package/node_modules/any-promise/LICENSE +0 -19
  1478. package/node_modules/any-promise/README.md +0 -161
  1479. package/node_modules/any-promise/implementation.d.ts +0 -3
  1480. package/node_modules/any-promise/implementation.js +0 -1
  1481. package/node_modules/any-promise/index.d.ts +0 -73
  1482. package/node_modules/any-promise/index.js +0 -1
  1483. package/node_modules/any-promise/loader.js +0 -78
  1484. package/node_modules/any-promise/optional.js +0 -6
  1485. package/node_modules/any-promise/package.json +0 -45
  1486. package/node_modules/any-promise/register/bluebird.d.ts +0 -1
  1487. package/node_modules/any-promise/register/bluebird.js +0 -2
  1488. package/node_modules/any-promise/register/es6-promise.d.ts +0 -1
  1489. package/node_modules/any-promise/register/es6-promise.js +0 -2
  1490. package/node_modules/any-promise/register/lie.d.ts +0 -1
  1491. package/node_modules/any-promise/register/lie.js +0 -2
  1492. package/node_modules/any-promise/register/native-promise-only.d.ts +0 -1
  1493. package/node_modules/any-promise/register/native-promise-only.js +0 -2
  1494. package/node_modules/any-promise/register/pinkie.d.ts +0 -1
  1495. package/node_modules/any-promise/register/pinkie.js +0 -2
  1496. package/node_modules/any-promise/register/promise.d.ts +0 -1
  1497. package/node_modules/any-promise/register/promise.js +0 -2
  1498. package/node_modules/any-promise/register/q.d.ts +0 -1
  1499. package/node_modules/any-promise/register/q.js +0 -2
  1500. package/node_modules/any-promise/register/rsvp.d.ts +0 -1
  1501. package/node_modules/any-promise/register/rsvp.js +0 -2
  1502. package/node_modules/any-promise/register/vow.d.ts +0 -1
  1503. package/node_modules/any-promise/register/vow.js +0 -2
  1504. package/node_modules/any-promise/register/when.d.ts +0 -1
  1505. package/node_modules/any-promise/register/when.js +0 -2
  1506. package/node_modules/any-promise/register-shim.js +0 -18
  1507. package/node_modules/any-promise/register.d.ts +0 -17
  1508. package/node_modules/any-promise/register.js +0 -94
  1509. package/node_modules/argparse/CHANGELOG.md +0 -216
  1510. package/node_modules/ast-types/.github/dependabot.yml +0 -9
  1511. package/node_modules/ast-types/.github/workflows/main.yml +0 -29
  1512. package/node_modules/ast-types/LICENSE +0 -20
  1513. package/node_modules/ast-types/README.md +0 -512
  1514. package/node_modules/ast-types/def/babel-core.d.ts +0 -2
  1515. package/node_modules/ast-types/def/babel-core.js +0 -256
  1516. package/node_modules/ast-types/def/babel.d.ts +0 -2
  1517. package/node_modules/ast-types/def/babel.js +0 -11
  1518. package/node_modules/ast-types/def/core.d.ts +0 -2
  1519. package/node_modules/ast-types/def/core.js +0 -298
  1520. package/node_modules/ast-types/def/es-proposals.d.ts +0 -2
  1521. package/node_modules/ast-types/def/es-proposals.js +0 -33
  1522. package/node_modules/ast-types/def/es2020.d.ts +0 -2
  1523. package/node_modules/ast-types/def/es2020.js +0 -16
  1524. package/node_modules/ast-types/def/es6.d.ts +0 -2
  1525. package/node_modules/ast-types/def/es6.js +0 -210
  1526. package/node_modules/ast-types/def/es7.d.ts +0 -2
  1527. package/node_modules/ast-types/def/es7.js +0 -34
  1528. package/node_modules/ast-types/def/esprima.d.ts +0 -2
  1529. package/node_modules/ast-types/def/esprima.js +0 -49
  1530. package/node_modules/ast-types/def/flow.d.ts +0 -2
  1531. package/node_modules/ast-types/def/flow.js +0 -292
  1532. package/node_modules/ast-types/def/jsx.d.ts +0 -2
  1533. package/node_modules/ast-types/def/jsx.js +0 -103
  1534. package/node_modules/ast-types/def/type-annotations.d.ts +0 -7
  1535. package/node_modules/ast-types/def/type-annotations.js +0 -40
  1536. package/node_modules/ast-types/def/typescript.d.ts +0 -2
  1537. package/node_modules/ast-types/def/typescript.js +0 -344
  1538. package/node_modules/ast-types/fork.d.ts +0 -42
  1539. package/node_modules/ast-types/fork.js +0 -52
  1540. package/node_modules/ast-types/gen/builders.d.ts +0 -2584
  1541. package/node_modules/ast-types/gen/builders.js +0 -2
  1542. package/node_modules/ast-types/gen/kinds.d.ts +0 -264
  1543. package/node_modules/ast-types/gen/kinds.js +0 -2
  1544. package/node_modules/ast-types/gen/namedTypes.d.ts +0 -1809
  1545. package/node_modules/ast-types/gen/namedTypes.js +0 -6
  1546. package/node_modules/ast-types/gen/visitor.d.ts +0 -268
  1547. package/node_modules/ast-types/gen/visitor.js +0 -2
  1548. package/node_modules/ast-types/lib/equiv.d.ts +0 -5
  1549. package/node_modules/ast-types/lib/equiv.js +0 -154
  1550. package/node_modules/ast-types/lib/node-path.d.ts +0 -22
  1551. package/node_modules/ast-types/lib/node-path.js +0 -411
  1552. package/node_modules/ast-types/lib/path-visitor.d.ts +0 -52
  1553. package/node_modules/ast-types/lib/path-visitor.js +0 -343
  1554. package/node_modules/ast-types/lib/path.d.ts +0 -25
  1555. package/node_modules/ast-types/lib/path.js +0 -331
  1556. package/node_modules/ast-types/lib/scope.d.ts +0 -26
  1557. package/node_modules/ast-types/lib/scope.js +0 -318
  1558. package/node_modules/ast-types/lib/shared.d.ts +0 -13
  1559. package/node_modules/ast-types/lib/shared.js +0 -47
  1560. package/node_modules/ast-types/lib/types.d.ts +0 -136
  1561. package/node_modules/ast-types/lib/types.js +0 -780
  1562. package/node_modules/ast-types/main.d.ts +0 -28
  1563. package/node_modules/ast-types/main.js +0 -53
  1564. package/node_modules/ast-types/package.json +0 -65
  1565. package/node_modules/ast-types/tsconfig.json +0 -21
  1566. package/node_modules/ast-types/types.d.ts +0 -6
  1567. package/node_modules/ast-types/types.js +0 -2
  1568. package/node_modules/basic-ftp/LICENSE.txt +0 -19
  1569. package/node_modules/basic-ftp/README.md +0 -244
  1570. package/node_modules/basic-ftp/dist/Client.d.ts +0 -340
  1571. package/node_modules/basic-ftp/dist/Client.js +0 -785
  1572. package/node_modules/basic-ftp/dist/FileInfo.d.ts +0 -80
  1573. package/node_modules/basic-ftp/dist/FileInfo.js +0 -92
  1574. package/node_modules/basic-ftp/dist/FtpContext.d.ts +0 -175
  1575. package/node_modules/basic-ftp/dist/FtpContext.js +0 -375
  1576. package/node_modules/basic-ftp/dist/ProgressTracker.d.ts +0 -45
  1577. package/node_modules/basic-ftp/dist/ProgressTracker.js +0 -72
  1578. package/node_modules/basic-ftp/dist/StringEncoding.d.ts +0 -1
  1579. package/node_modules/basic-ftp/dist/StringEncoding.js +0 -2
  1580. package/node_modules/basic-ftp/dist/StringWriter.d.ts +0 -10
  1581. package/node_modules/basic-ftp/dist/StringWriter.js +0 -29
  1582. package/node_modules/basic-ftp/dist/index.d.ts +0 -9
  1583. package/node_modules/basic-ftp/dist/index.js +0 -28
  1584. package/node_modules/basic-ftp/dist/netUtils.d.ts +0 -21
  1585. package/node_modules/basic-ftp/dist/netUtils.js +0 -66
  1586. package/node_modules/basic-ftp/dist/parseControlResponse.d.ts +0 -22
  1587. package/node_modules/basic-ftp/dist/parseControlResponse.js +0 -66
  1588. package/node_modules/basic-ftp/dist/parseList.d.ts +0 -5
  1589. package/node_modules/basic-ftp/dist/parseList.js +0 -79
  1590. package/node_modules/basic-ftp/dist/parseListDOS.d.ts +0 -12
  1591. package/node_modules/basic-ftp/dist/parseListDOS.js +0 -52
  1592. package/node_modules/basic-ftp/dist/parseListMLSD.d.ts +0 -20
  1593. package/node_modules/basic-ftp/dist/parseListMLSD.js +0 -187
  1594. package/node_modules/basic-ftp/dist/parseListUnix.d.ts +0 -12
  1595. package/node_modules/basic-ftp/dist/parseListUnix.js +0 -155
  1596. package/node_modules/basic-ftp/dist/transfer.d.ts +0 -39
  1597. package/node_modules/basic-ftp/dist/transfer.js +0 -318
  1598. package/node_modules/basic-ftp/package.json +0 -52
  1599. package/node_modules/buffer-crc32/LICENSE +0 -19
  1600. package/node_modules/buffer-crc32/README.md +0 -47
  1601. package/node_modules/buffer-crc32/index.js +0 -111
  1602. package/node_modules/buffer-crc32/package.json +0 -39
  1603. package/node_modules/cli-highlight/LICENSE.txt +0 -15
  1604. package/node_modules/cli-highlight/README.md +0 -88
  1605. package/node_modules/cli-highlight/bin/highlight +0 -2
  1606. package/node_modules/cli-highlight/dist/cli.d.ts +0 -1
  1607. package/node_modules/cli-highlight/dist/cli.js +0 -102
  1608. package/node_modules/cli-highlight/dist/cli.js.map +0 -1
  1609. package/node_modules/cli-highlight/dist/index.d.ts +0 -53
  1610. package/node_modules/cli-highlight/dist/index.js +0 -112
  1611. package/node_modules/cli-highlight/dist/index.js.map +0 -1
  1612. package/node_modules/cli-highlight/dist/test/test.d.ts +0 -1
  1613. package/node_modules/cli-highlight/dist/test/test.js +0 -62
  1614. package/node_modules/cli-highlight/dist/test/test.js.map +0 -1
  1615. package/node_modules/cli-highlight/dist/theme.d.ts +0 -270
  1616. package/node_modules/cli-highlight/dist/theme.js +0 -265
  1617. package/node_modules/cli-highlight/dist/theme.js.map +0 -1
  1618. package/node_modules/cli-highlight/node_modules/chalk/index.d.ts +0 -415
  1619. package/node_modules/cli-highlight/node_modules/chalk/license +0 -9
  1620. package/node_modules/cli-highlight/node_modules/chalk/package.json +0 -68
  1621. package/node_modules/cli-highlight/node_modules/chalk/readme.md +0 -341
  1622. package/node_modules/cli-highlight/node_modules/chalk/source/index.js +0 -229
  1623. package/node_modules/cli-highlight/node_modules/chalk/source/templates.js +0 -134
  1624. package/node_modules/cli-highlight/node_modules/chalk/source/util.js +0 -39
  1625. package/node_modules/cli-highlight/package.json +0 -129
  1626. package/node_modules/cliui/CHANGELOG.md +0 -121
  1627. package/node_modules/cliui/LICENSE.txt +0 -14
  1628. package/node_modules/cliui/README.md +0 -141
  1629. package/node_modules/cliui/build/index.cjs +0 -302
  1630. package/node_modules/cliui/build/lib/index.js +0 -287
  1631. package/node_modules/cliui/build/lib/string-utils.js +0 -27
  1632. package/node_modules/cliui/index.mjs +0 -13
  1633. package/node_modules/cliui/node_modules/ansi-regex/index.d.ts +0 -37
  1634. package/node_modules/cliui/node_modules/ansi-regex/index.js +0 -10
  1635. package/node_modules/cliui/node_modules/ansi-regex/license +0 -9
  1636. package/node_modules/cliui/node_modules/ansi-regex/package.json +0 -55
  1637. package/node_modules/cliui/node_modules/ansi-regex/readme.md +0 -78
  1638. package/node_modules/cliui/node_modules/strip-ansi/index.d.ts +0 -17
  1639. package/node_modules/cliui/node_modules/strip-ansi/index.js +0 -4
  1640. package/node_modules/cliui/node_modules/strip-ansi/license +0 -9
  1641. package/node_modules/cliui/node_modules/strip-ansi/package.json +0 -54
  1642. package/node_modules/cliui/node_modules/strip-ansi/readme.md +0 -46
  1643. package/node_modules/cliui/package.json +0 -83
  1644. package/node_modules/color-convert/CHANGELOG.md +0 -54
  1645. package/node_modules/color-convert/LICENSE +0 -21
  1646. package/node_modules/color-convert/README.md +0 -68
  1647. package/node_modules/color-convert/conversions.js +0 -839
  1648. package/node_modules/color-convert/index.js +0 -81
  1649. package/node_modules/color-convert/package.json +0 -48
  1650. package/node_modules/color-convert/route.js +0 -97
  1651. package/node_modules/color-name/LICENSE +0 -8
  1652. package/node_modules/color-name/README.md +0 -11
  1653. package/node_modules/color-name/index.js +0 -152
  1654. package/node_modules/color-name/package.json +0 -28
  1655. package/node_modules/degenerator/README.md +0 -117
  1656. package/node_modules/degenerator/dist/compile.d.ts +0 -11
  1657. package/node_modules/degenerator/dist/compile.d.ts.map +0 -1
  1658. package/node_modules/degenerator/dist/compile.js +0 -107
  1659. package/node_modules/degenerator/dist/compile.js.map +0 -1
  1660. package/node_modules/degenerator/dist/degenerator.d.ts +0 -12
  1661. package/node_modules/degenerator/dist/degenerator.d.ts.map +0 -1
  1662. package/node_modules/degenerator/dist/degenerator.js +0 -156
  1663. package/node_modules/degenerator/dist/degenerator.js.map +0 -1
  1664. package/node_modules/degenerator/dist/index.d.ts +0 -3
  1665. package/node_modules/degenerator/dist/index.d.ts.map +0 -1
  1666. package/node_modules/degenerator/dist/index.js +0 -19
  1667. package/node_modules/degenerator/dist/index.js.map +0 -1
  1668. package/node_modules/degenerator/package.json +0 -42
  1669. package/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  1670. package/node_modules/emoji-regex/README.md +0 -73
  1671. package/node_modules/emoji-regex/es2015/index.js +0 -6
  1672. package/node_modules/emoji-regex/es2015/text.js +0 -6
  1673. package/node_modules/emoji-regex/index.d.ts +0 -23
  1674. package/node_modules/emoji-regex/index.js +0 -6
  1675. package/node_modules/emoji-regex/package.json +0 -50
  1676. package/node_modules/emoji-regex/text.js +0 -6
  1677. package/node_modules/end-of-stream/LICENSE +0 -21
  1678. package/node_modules/end-of-stream/README.md +0 -54
  1679. package/node_modules/end-of-stream/index.js +0 -96
  1680. package/node_modules/end-of-stream/package.json +0 -37
  1681. package/node_modules/escalade/dist/index.js +0 -22
  1682. package/node_modules/escalade/dist/index.mjs +0 -22
  1683. package/node_modules/escalade/index.d.mts +0 -11
  1684. package/node_modules/escalade/index.d.ts +0 -15
  1685. package/node_modules/escalade/license +0 -9
  1686. package/node_modules/escalade/package.json +0 -74
  1687. package/node_modules/escalade/readme.md +0 -211
  1688. package/node_modules/escalade/sync/index.d.mts +0 -9
  1689. package/node_modules/escalade/sync/index.d.ts +0 -13
  1690. package/node_modules/escalade/sync/index.js +0 -18
  1691. package/node_modules/escalade/sync/index.mjs +0 -18
  1692. package/node_modules/escodegen/LICENSE.BSD +0 -21
  1693. package/node_modules/escodegen/README.md +0 -84
  1694. package/node_modules/escodegen/bin/escodegen.js +0 -77
  1695. package/node_modules/escodegen/bin/esgenerate.js +0 -64
  1696. package/node_modules/escodegen/escodegen.js +0 -2667
  1697. package/node_modules/escodegen/package.json +0 -63
  1698. package/node_modules/esprima/ChangeLog +0 -235
  1699. package/node_modules/esprima/LICENSE.BSD +0 -21
  1700. package/node_modules/esprima/README.md +0 -46
  1701. package/node_modules/esprima/bin/esparse.js +0 -139
  1702. package/node_modules/esprima/bin/esvalidate.js +0 -236
  1703. package/node_modules/esprima/dist/esprima.js +0 -6709
  1704. package/node_modules/esprima/package.json +0 -112
  1705. package/node_modules/estraverse/.jshintrc +0 -16
  1706. package/node_modules/estraverse/LICENSE.BSD +0 -19
  1707. package/node_modules/estraverse/README.md +0 -153
  1708. package/node_modules/estraverse/estraverse.js +0 -805
  1709. package/node_modules/estraverse/gulpfile.js +0 -70
  1710. package/node_modules/estraverse/package.json +0 -40
  1711. package/node_modules/esutils/LICENSE.BSD +0 -19
  1712. package/node_modules/esutils/README.md +0 -174
  1713. package/node_modules/esutils/lib/ast.js +0 -144
  1714. package/node_modules/esutils/lib/code.js +0 -135
  1715. package/node_modules/esutils/lib/keyword.js +0 -165
  1716. package/node_modules/esutils/lib/utils.js +0 -33
  1717. package/node_modules/esutils/package.json +0 -44
  1718. package/node_modules/extract-zip/LICENSE +0 -23
  1719. package/node_modules/extract-zip/cli.js +0 -19
  1720. package/node_modules/extract-zip/index.d.ts +0 -21
  1721. package/node_modules/extract-zip/index.js +0 -173
  1722. package/node_modules/extract-zip/package.json +0 -80
  1723. package/node_modules/extract-zip/readme.md +0 -57
  1724. package/node_modules/fd-slicer/.npmignore +0 -2
  1725. package/node_modules/fd-slicer/.travis.yml +0 -7
  1726. package/node_modules/fd-slicer/CHANGELOG.md +0 -49
  1727. package/node_modules/fd-slicer/LICENSE +0 -21
  1728. package/node_modules/fd-slicer/README.md +0 -199
  1729. package/node_modules/fd-slicer/index.js +0 -296
  1730. package/node_modules/fd-slicer/package.json +0 -36
  1731. package/node_modules/fd-slicer/test/test.js +0 -350
  1732. package/node_modules/file-type/core.d.ts +0 -253
  1733. package/node_modules/file-type/core.js +0 -2899
  1734. package/node_modules/file-type/index.d.ts +0 -98
  1735. package/node_modules/file-type/index.js +0 -163
  1736. package/node_modules/file-type/license +0 -9
  1737. package/node_modules/file-type/package.json +0 -290
  1738. package/node_modules/file-type/readme.md +0 -667
  1739. package/node_modules/file-type/supported.js +0 -360
  1740. package/node_modules/file-type/util.js +0 -60
  1741. package/node_modules/get-caller-file/LICENSE.md +0 -6
  1742. package/node_modules/get-caller-file/README.md +0 -41
  1743. package/node_modules/get-caller-file/index.d.ts +0 -2
  1744. package/node_modules/get-caller-file/index.js +0 -22
  1745. package/node_modules/get-caller-file/index.js.map +0 -1
  1746. package/node_modules/get-caller-file/package.json +0 -42
  1747. package/node_modules/get-stream/buffer-stream.js +0 -52
  1748. package/node_modules/get-stream/index.d.ts +0 -108
  1749. package/node_modules/get-stream/index.js +0 -60
  1750. package/node_modules/get-stream/license +0 -9
  1751. package/node_modules/get-stream/package.json +0 -50
  1752. package/node_modules/get-stream/readme.md +0 -124
  1753. package/node_modules/get-uri/LICENSE +0 -22
  1754. package/node_modules/get-uri/README.md +0 -109
  1755. package/node_modules/get-uri/dist/data.d.ts +0 -16
  1756. package/node_modules/get-uri/dist/data.js +0 -43
  1757. package/node_modules/get-uri/dist/data.js.map +0 -1
  1758. package/node_modules/get-uri/dist/file.d.ts +0 -17
  1759. package/node_modules/get-uri/dist/file.js +0 -57
  1760. package/node_modules/get-uri/dist/file.js.map +0 -1
  1761. package/node_modules/get-uri/dist/ftp.d.ts +0 -14
  1762. package/node_modules/get-uri/dist/ftp.js +0 -93
  1763. package/node_modules/get-uri/dist/ftp.js.map +0 -1
  1764. package/node_modules/get-uri/dist/http-error.d.ts +0 -8
  1765. package/node_modules/get-uri/dist/http-error.js +0 -15
  1766. package/node_modules/get-uri/dist/http-error.js.map +0 -1
  1767. package/node_modules/get-uri/dist/http.d.ts +0 -29
  1768. package/node_modules/get-uri/dist/http.js +0 -191
  1769. package/node_modules/get-uri/dist/http.js.map +0 -1
  1770. package/node_modules/get-uri/dist/https.d.ts +0 -6
  1771. package/node_modules/get-uri/dist/https.js +0 -16
  1772. package/node_modules/get-uri/dist/https.js.map +0 -1
  1773. package/node_modules/get-uri/dist/index.d.ts +0 -37
  1774. package/node_modules/get-uri/dist/index.js +0 -57
  1775. package/node_modules/get-uri/dist/index.js.map +0 -1
  1776. package/node_modules/get-uri/dist/notfound.d.ts +0 -10
  1777. package/node_modules/get-uri/dist/notfound.js +0 -16
  1778. package/node_modules/get-uri/dist/notfound.js.map +0 -1
  1779. package/node_modules/get-uri/dist/notmodified.d.ts +0 -10
  1780. package/node_modules/get-uri/dist/notmodified.js +0 -17
  1781. package/node_modules/get-uri/dist/notmodified.js.map +0 -1
  1782. package/node_modules/get-uri/node_modules/data-uri-to-buffer/LICENSE +0 -22
  1783. package/node_modules/get-uri/node_modules/data-uri-to-buffer/README.md +0 -61
  1784. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/common.d.ts +0 -17
  1785. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/common.d.ts.map +0 -1
  1786. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/common.js +0 -54
  1787. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/common.js.map +0 -1
  1788. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/index.d.ts +0 -8
  1789. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/index.d.ts.map +0 -1
  1790. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/index.js +0 -48
  1791. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/index.js.map +0 -1
  1792. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/node.d.ts +0 -8
  1793. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/node.d.ts.map +0 -1
  1794. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/node.js +0 -26
  1795. package/node_modules/get-uri/node_modules/data-uri-to-buffer/dist/node.js.map +0 -1
  1796. package/node_modules/get-uri/node_modules/data-uri-to-buffer/package.json +0 -48
  1797. package/node_modules/get-uri/package.json +0 -58
  1798. package/node_modules/has-flag/index.d.ts +0 -39
  1799. package/node_modules/has-flag/index.js +0 -8
  1800. package/node_modules/has-flag/license +0 -9
  1801. package/node_modules/has-flag/package.json +0 -46
  1802. package/node_modules/has-flag/readme.md +0 -89
  1803. package/node_modules/ieee754/LICENSE +0 -11
  1804. package/node_modules/ieee754/README.md +0 -51
  1805. package/node_modules/ieee754/index.d.ts +0 -10
  1806. package/node_modules/ieee754/index.js +0 -85
  1807. package/node_modules/ieee754/package.json +0 -52
  1808. package/node_modules/ip-address/LICENSE +0 -19
  1809. package/node_modules/ip-address/README.md +0 -278
  1810. package/node_modules/ip-address/dist/address-error.d.ts +0 -4
  1811. package/node_modules/ip-address/dist/address-error.js +0 -12
  1812. package/node_modules/ip-address/dist/address-error.js.map +0 -1
  1813. package/node_modules/ip-address/dist/common.d.ts +0 -20
  1814. package/node_modules/ip-address/dist/common.js +0 -67
  1815. package/node_modules/ip-address/dist/common.js.map +0 -1
  1816. package/node_modules/ip-address/dist/ip-address.d.ts +0 -7
  1817. package/node_modules/ip-address/dist/ip-address.js +0 -35
  1818. package/node_modules/ip-address/dist/ip-address.js.map +0 -1
  1819. package/node_modules/ip-address/dist/ipv4.d.ts +0 -267
  1820. package/node_modules/ip-address/dist/ipv4.js +0 -485
  1821. package/node_modules/ip-address/dist/ipv4.js.map +0 -1
  1822. package/node_modules/ip-address/dist/ipv6.d.ts +0 -489
  1823. package/node_modules/ip-address/dist/ipv6.js +0 -1217
  1824. package/node_modules/ip-address/dist/ipv6.js.map +0 -1
  1825. package/node_modules/ip-address/dist/v4/constants.d.ts +0 -4
  1826. package/node_modules/ip-address/dist/v4/constants.js +0 -8
  1827. package/node_modules/ip-address/dist/v4/constants.js.map +0 -1
  1828. package/node_modules/ip-address/dist/v6/constants.d.ts +0 -44
  1829. package/node_modules/ip-address/dist/v6/constants.js +0 -81
  1830. package/node_modules/ip-address/dist/v6/constants.js.map +0 -1
  1831. package/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
  1832. package/node_modules/ip-address/dist/v6/helpers.js +0 -54
  1833. package/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
  1834. package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -5
  1835. package/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
  1836. package/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
  1837. package/node_modules/ip-address/package.json +0 -88
  1838. package/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  1839. package/node_modules/is-fullwidth-code-point/index.js +0 -50
  1840. package/node_modules/is-fullwidth-code-point/license +0 -9
  1841. package/node_modules/is-fullwidth-code-point/package.json +0 -42
  1842. package/node_modules/is-fullwidth-code-point/readme.md +0 -39
  1843. package/node_modules/mime-db/HISTORY.md +0 -541
  1844. package/node_modules/mime-db/LICENSE +0 -23
  1845. package/node_modules/mime-db/README.md +0 -109
  1846. package/node_modules/mime-db/db.json +0 -9342
  1847. package/node_modules/mime-db/index.js +0 -12
  1848. package/node_modules/mime-db/package.json +0 -56
  1849. package/node_modules/mime-types/HISTORY.md +0 -428
  1850. package/node_modules/mime-types/LICENSE +0 -23
  1851. package/node_modules/mime-types/README.md +0 -126
  1852. package/node_modules/mime-types/index.js +0 -211
  1853. package/node_modules/mime-types/mimeScore.js +0 -57
  1854. package/node_modules/mime-types/package.json +0 -49
  1855. package/node_modules/mz/HISTORY.md +0 -66
  1856. package/node_modules/mz/LICENSE +0 -22
  1857. package/node_modules/mz/README.md +0 -106
  1858. package/node_modules/mz/child_process.js +0 -8
  1859. package/node_modules/mz/crypto.js +0 -9
  1860. package/node_modules/mz/dns.js +0 -16
  1861. package/node_modules/mz/fs.js +0 -62
  1862. package/node_modules/mz/index.js +0 -8
  1863. package/node_modules/mz/package.json +0 -44
  1864. package/node_modules/mz/readline.js +0 -64
  1865. package/node_modules/mz/zlib.js +0 -13
  1866. package/node_modules/netmask/CHANGELOG.md +0 -66
  1867. package/node_modules/netmask/LICENSE.md +0 -21
  1868. package/node_modules/netmask/README.md +0 -112
  1869. package/node_modules/netmask/dist/netmask.d.ts +0 -21
  1870. package/node_modules/netmask/dist/netmask.js +0 -68
  1871. package/node_modules/netmask/dist/netmask4.d.ts +0 -20
  1872. package/node_modules/netmask/dist/netmask4.js +0 -189
  1873. package/node_modules/netmask/dist/netmask6.d.ts +0 -20
  1874. package/node_modules/netmask/dist/netmask6.js +0 -187
  1875. package/node_modules/netmask/package.json +0 -45
  1876. package/node_modules/object-assign/index.js +0 -90
  1877. package/node_modules/object-assign/license +0 -21
  1878. package/node_modules/object-assign/package.json +0 -42
  1879. package/node_modules/object-assign/readme.md +0 -61
  1880. package/node_modules/once/LICENSE +0 -15
  1881. package/node_modules/once/README.md +0 -79
  1882. package/node_modules/once/once.js +0 -42
  1883. package/node_modules/once/package.json +0 -33
  1884. package/node_modules/pac-proxy-agent/LICENSE +0 -22
  1885. package/node_modules/pac-proxy-agent/README.md +0 -27
  1886. package/node_modules/pac-proxy-agent/dist/index.d.ts +0 -60
  1887. package/node_modules/pac-proxy-agent/dist/index.d.ts.map +0 -1
  1888. package/node_modules/pac-proxy-agent/dist/index.js +0 -238
  1889. package/node_modules/pac-proxy-agent/dist/index.js.map +0 -1
  1890. package/node_modules/pac-proxy-agent/package.json +0 -58
  1891. package/node_modules/pac-resolver/LICENSE +0 -22
  1892. package/node_modules/pac-resolver/README.md +0 -59
  1893. package/node_modules/pac-resolver/dist/dateRange.d.ts +0 -67
  1894. package/node_modules/pac-resolver/dist/dateRange.d.ts.map +0 -1
  1895. package/node_modules/pac-resolver/dist/dateRange.js +0 -73
  1896. package/node_modules/pac-resolver/dist/dateRange.js.map +0 -1
  1897. package/node_modules/pac-resolver/dist/dnsDomainIs.d.ts +0 -23
  1898. package/node_modules/pac-resolver/dist/dnsDomainIs.d.ts.map +0 -1
  1899. package/node_modules/pac-resolver/dist/dnsDomainIs.js +0 -30
  1900. package/node_modules/pac-resolver/dist/dnsDomainIs.js.map +0 -1
  1901. package/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts +0 -18
  1902. package/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts.map +0 -1
  1903. package/node_modules/pac-resolver/dist/dnsDomainLevels.js +0 -28
  1904. package/node_modules/pac-resolver/dist/dnsDomainLevels.js.map +0 -1
  1905. package/node_modules/pac-resolver/dist/dnsResolve.d.ts +0 -16
  1906. package/node_modules/pac-resolver/dist/dnsResolve.d.ts.map +0 -1
  1907. package/node_modules/pac-resolver/dist/dnsResolve.js +0 -32
  1908. package/node_modules/pac-resolver/dist/dnsResolve.js.map +0 -1
  1909. package/node_modules/pac-resolver/dist/index.d.ts +0 -50
  1910. package/node_modules/pac-resolver/dist/index.d.ts.map +0 -1
  1911. package/node_modules/pac-resolver/dist/index.js +0 -87
  1912. package/node_modules/pac-resolver/dist/index.js.map +0 -1
  1913. package/node_modules/pac-resolver/dist/ip.d.ts +0 -8
  1914. package/node_modules/pac-resolver/dist/ip.d.ts.map +0 -1
  1915. package/node_modules/pac-resolver/dist/ip.js +0 -50
  1916. package/node_modules/pac-resolver/dist/ip.js.map +0 -1
  1917. package/node_modules/pac-resolver/dist/isInNet.d.ts +0 -24
  1918. package/node_modules/pac-resolver/dist/isInNet.d.ts.map +0 -1
  1919. package/node_modules/pac-resolver/dist/isInNet.js +0 -42
  1920. package/node_modules/pac-resolver/dist/isInNet.js.map +0 -1
  1921. package/node_modules/pac-resolver/dist/isPlainHostName.d.ts +0 -18
  1922. package/node_modules/pac-resolver/dist/isPlainHostName.d.ts.map +0 -1
  1923. package/node_modules/pac-resolver/dist/isPlainHostName.js +0 -23
  1924. package/node_modules/pac-resolver/dist/isPlainHostName.js.map +0 -1
  1925. package/node_modules/pac-resolver/dist/isResolvable.d.ts +0 -8
  1926. package/node_modules/pac-resolver/dist/isResolvable.d.ts.map +0 -1
  1927. package/node_modules/pac-resolver/dist/isResolvable.js +0 -23
  1928. package/node_modules/pac-resolver/dist/isResolvable.js.map +0 -1
  1929. package/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts +0 -26
  1930. package/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts.map +0 -1
  1931. package/node_modules/pac-resolver/dist/localHostOrDomainIs.js +0 -40
  1932. package/node_modules/pac-resolver/dist/localHostOrDomainIs.js.map +0 -1
  1933. package/node_modules/pac-resolver/dist/myIpAddress.d.ts +0 -16
  1934. package/node_modules/pac-resolver/dist/myIpAddress.d.ts.map +0 -1
  1935. package/node_modules/pac-resolver/dist/myIpAddress.js +0 -50
  1936. package/node_modules/pac-resolver/dist/myIpAddress.js.map +0 -1
  1937. package/node_modules/pac-resolver/dist/shExpMatch.d.ts +0 -23
  1938. package/node_modules/pac-resolver/dist/shExpMatch.d.ts.map +0 -1
  1939. package/node_modules/pac-resolver/dist/shExpMatch.js +0 -41
  1940. package/node_modules/pac-resolver/dist/shExpMatch.js.map +0 -1
  1941. package/node_modules/pac-resolver/dist/timeRange.d.ts +0 -43
  1942. package/node_modules/pac-resolver/dist/timeRange.d.ts.map +0 -1
  1943. package/node_modules/pac-resolver/dist/timeRange.js +0 -92
  1944. package/node_modules/pac-resolver/dist/timeRange.js.map +0 -1
  1945. package/node_modules/pac-resolver/dist/util.d.ts +0 -6
  1946. package/node_modules/pac-resolver/dist/util.d.ts.map +0 -1
  1947. package/node_modules/pac-resolver/dist/util.js +0 -22
  1948. package/node_modules/pac-resolver/dist/util.js.map +0 -1
  1949. package/node_modules/pac-resolver/dist/weekdayRange.d.ts +0 -45
  1950. package/node_modules/pac-resolver/dist/weekdayRange.d.ts.map +0 -1
  1951. package/node_modules/pac-resolver/dist/weekdayRange.js +0 -91
  1952. package/node_modules/pac-resolver/dist/weekdayRange.js.map +0 -1
  1953. package/node_modules/pac-resolver/package.json +0 -47
  1954. package/node_modules/parse5/LICENSE +0 -19
  1955. package/node_modules/parse5/README.md +0 -38
  1956. package/node_modules/parse5/lib/common/doctype.js +0 -162
  1957. package/node_modules/parse5/lib/common/error-codes.js +0 -65
  1958. package/node_modules/parse5/lib/common/foreign-content.js +0 -265
  1959. package/node_modules/parse5/lib/common/html.js +0 -272
  1960. package/node_modules/parse5/lib/common/unicode.js +0 -109
  1961. package/node_modules/parse5/lib/extensions/error-reporting/mixin-base.js +0 -43
  1962. package/node_modules/parse5/lib/extensions/error-reporting/parser-mixin.js +0 -52
  1963. package/node_modules/parse5/lib/extensions/error-reporting/preprocessor-mixin.js +0 -24
  1964. package/node_modules/parse5/lib/extensions/error-reporting/tokenizer-mixin.js +0 -17
  1965. package/node_modules/parse5/lib/extensions/location-info/open-element-stack-mixin.js +0 -35
  1966. package/node_modules/parse5/lib/extensions/location-info/parser-mixin.js +0 -222
  1967. package/node_modules/parse5/lib/extensions/location-info/tokenizer-mixin.js +0 -146
  1968. package/node_modules/parse5/lib/extensions/position-tracking/preprocessor-mixin.js +0 -64
  1969. package/node_modules/parse5/lib/index.js +0 -29
  1970. package/node_modules/parse5/lib/parser/formatting-element-list.js +0 -181
  1971. package/node_modules/parse5/lib/parser/index.js +0 -2956
  1972. package/node_modules/parse5/lib/parser/open-element-stack.js +0 -482
  1973. package/node_modules/parse5/lib/serializer/index.js +0 -176
  1974. package/node_modules/parse5/lib/tokenizer/index.js +0 -2196
  1975. package/node_modules/parse5/lib/tokenizer/named-entity-data.js +0 -5
  1976. package/node_modules/parse5/lib/tokenizer/preprocessor.js +0 -159
  1977. package/node_modules/parse5/lib/tree-adapters/default.js +0 -217
  1978. package/node_modules/parse5/lib/utils/merge-options.js +0 -13
  1979. package/node_modules/parse5/lib/utils/mixin.js +0 -39
  1980. package/node_modules/parse5/package.json +0 -35
  1981. package/node_modules/parse5-htmlparser2-tree-adapter/LICENSE +0 -19
  1982. package/node_modules/parse5-htmlparser2-tree-adapter/README.md +0 -34
  1983. package/node_modules/parse5-htmlparser2-tree-adapter/lib/index.js +0 -348
  1984. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/LICENSE +0 -19
  1985. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/README.md +0 -38
  1986. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/doctype.js +0 -162
  1987. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/error-codes.js +0 -65
  1988. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/foreign-content.js +0 -265
  1989. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/html.js +0 -272
  1990. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/common/unicode.js +0 -109
  1991. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/error-reporting/mixin-base.js +0 -43
  1992. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/error-reporting/parser-mixin.js +0 -52
  1993. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/error-reporting/preprocessor-mixin.js +0 -24
  1994. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/error-reporting/tokenizer-mixin.js +0 -17
  1995. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/location-info/open-element-stack-mixin.js +0 -35
  1996. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/location-info/parser-mixin.js +0 -223
  1997. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/location-info/tokenizer-mixin.js +0 -146
  1998. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/extensions/position-tracking/preprocessor-mixin.js +0 -64
  1999. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/index.js +0 -29
  2000. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/parser/formatting-element-list.js +0 -181
  2001. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/parser/index.js +0 -2956
  2002. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/parser/open-element-stack.js +0 -482
  2003. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/serializer/index.js +0 -176
  2004. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/tokenizer/index.js +0 -2196
  2005. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/tokenizer/named-entity-data.js +0 -5
  2006. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/tokenizer/preprocessor.js +0 -159
  2007. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/tree-adapters/default.js +0 -221
  2008. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/utils/merge-options.js +0 -13
  2009. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/lib/utils/mixin.js +0 -39
  2010. package/node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5/package.json +0 -35
  2011. package/node_modules/parse5-htmlparser2-tree-adapter/package.json +0 -27
  2012. package/node_modules/pend/LICENSE +0 -23
  2013. package/node_modules/pend/README.md +0 -41
  2014. package/node_modules/pend/index.js +0 -55
  2015. package/node_modules/pend/package.json +0 -18
  2016. package/node_modules/pend/test.js +0 -137
  2017. package/node_modules/proper-lockfile/CHANGELOG.md +0 -108
  2018. package/node_modules/proxy-agent/LICENSE +0 -22
  2019. package/node_modules/proxy-agent/README.md +0 -59
  2020. package/node_modules/proxy-agent/dist/index.d.ts +0 -62
  2021. package/node_modules/proxy-agent/dist/index.d.ts.map +0 -1
  2022. package/node_modules/proxy-agent/dist/index.js +0 -138
  2023. package/node_modules/proxy-agent/dist/index.js.map +0 -1
  2024. package/node_modules/proxy-agent/node_modules/lru-cache/LICENSE +0 -15
  2025. package/node_modules/proxy-agent/node_modules/lru-cache/README.md +0 -1117
  2026. package/node_modules/proxy-agent/node_modules/lru-cache/index.d.ts +0 -869
  2027. package/node_modules/proxy-agent/node_modules/lru-cache/index.js +0 -1227
  2028. package/node_modules/proxy-agent/node_modules/lru-cache/index.mjs +0 -1227
  2029. package/node_modules/proxy-agent/node_modules/lru-cache/package.json +0 -96
  2030. package/node_modules/proxy-agent/package.json +0 -60
  2031. package/node_modules/proxy-from-env/.eslintrc +0 -29
  2032. package/node_modules/proxy-from-env/.travis.yml +0 -10
  2033. package/node_modules/proxy-from-env/LICENSE +0 -20
  2034. package/node_modules/proxy-from-env/README.md +0 -131
  2035. package/node_modules/proxy-from-env/index.js +0 -108
  2036. package/node_modules/proxy-from-env/package.json +0 -34
  2037. package/node_modules/proxy-from-env/test.js +0 -483
  2038. package/node_modules/pump/.github/FUNDING.yml +0 -2
  2039. package/node_modules/pump/.travis.yml +0 -5
  2040. package/node_modules/pump/LICENSE +0 -21
  2041. package/node_modules/pump/README.md +0 -74
  2042. package/node_modules/pump/SECURITY.md +0 -5
  2043. package/node_modules/pump/empty.js +0 -1
  2044. package/node_modules/pump/index.js +0 -86
  2045. package/node_modules/pump/package.json +0 -30
  2046. package/node_modules/pump/test-browser.js +0 -66
  2047. package/node_modules/pump/test-node.js +0 -53
  2048. package/node_modules/require-directory/.jshintrc +0 -67
  2049. package/node_modules/require-directory/.npmignore +0 -1
  2050. package/node_modules/require-directory/.travis.yml +0 -3
  2051. package/node_modules/require-directory/LICENSE +0 -22
  2052. package/node_modules/require-directory/README.markdown +0 -184
  2053. package/node_modules/require-directory/index.js +0 -86
  2054. package/node_modules/require-directory/package.json +0 -40
  2055. package/node_modules/smart-buffer/.prettierrc.yaml +0 -5
  2056. package/node_modules/smart-buffer/.travis.yml +0 -13
  2057. package/node_modules/smart-buffer/LICENSE +0 -20
  2058. package/node_modules/smart-buffer/README.md +0 -633
  2059. package/node_modules/smart-buffer/build/smartbuffer.js +0 -1233
  2060. package/node_modules/smart-buffer/build/smartbuffer.js.map +0 -1
  2061. package/node_modules/smart-buffer/build/utils.js +0 -108
  2062. package/node_modules/smart-buffer/build/utils.js.map +0 -1
  2063. package/node_modules/smart-buffer/docs/CHANGELOG.md +0 -70
  2064. package/node_modules/smart-buffer/docs/README_v3.md +0 -367
  2065. package/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
  2066. package/node_modules/smart-buffer/package.json +0 -79
  2067. package/node_modules/smart-buffer/typings/smartbuffer.d.ts +0 -755
  2068. package/node_modules/smart-buffer/typings/utils.d.ts +0 -66
  2069. package/node_modules/socks/.eslintrc.cjs +0 -11
  2070. package/node_modules/socks/.prettierrc.yaml +0 -7
  2071. package/node_modules/socks/LICENSE +0 -20
  2072. package/node_modules/socks/README.md +0 -686
  2073. package/node_modules/socks/build/client/socksclient.js +0 -793
  2074. package/node_modules/socks/build/client/socksclient.js.map +0 -1
  2075. package/node_modules/socks/build/common/constants.js +0 -108
  2076. package/node_modules/socks/build/common/constants.js.map +0 -1
  2077. package/node_modules/socks/build/common/helpers.js +0 -167
  2078. package/node_modules/socks/build/common/helpers.js.map +0 -1
  2079. package/node_modules/socks/build/common/receivebuffer.js +0 -43
  2080. package/node_modules/socks/build/common/receivebuffer.js.map +0 -1
  2081. package/node_modules/socks/build/common/util.js +0 -25
  2082. package/node_modules/socks/build/common/util.js.map +0 -1
  2083. package/node_modules/socks/build/index.js +0 -18
  2084. package/node_modules/socks/build/index.js.map +0 -1
  2085. package/node_modules/socks/docs/examples/index.md +0 -17
  2086. package/node_modules/socks/docs/examples/javascript/associateExample.md +0 -90
  2087. package/node_modules/socks/docs/examples/javascript/bindExample.md +0 -83
  2088. package/node_modules/socks/docs/examples/javascript/connectExample.md +0 -258
  2089. package/node_modules/socks/docs/examples/typescript/associateExample.md +0 -93
  2090. package/node_modules/socks/docs/examples/typescript/bindExample.md +0 -86
  2091. package/node_modules/socks/docs/examples/typescript/connectExample.md +0 -265
  2092. package/node_modules/socks/docs/index.md +0 -5
  2093. package/node_modules/socks/docs/migratingFromV1.md +0 -86
  2094. package/node_modules/socks/package.json +0 -58
  2095. package/node_modules/socks/typings/client/socksclient.d.ts +0 -162
  2096. package/node_modules/socks/typings/common/constants.d.ts +0 -151
  2097. package/node_modules/socks/typings/common/helpers.d.ts +0 -17
  2098. package/node_modules/socks/typings/common/receivebuffer.d.ts +0 -12
  2099. package/node_modules/socks/typings/common/util.d.ts +0 -14
  2100. package/node_modules/socks/typings/index.d.ts +0 -1
  2101. package/node_modules/socks-proxy-agent/LICENSE +0 -22
  2102. package/node_modules/socks-proxy-agent/README.md +0 -50
  2103. package/node_modules/socks-proxy-agent/dist/index.d.ts +0 -27
  2104. package/node_modules/socks-proxy-agent/dist/index.d.ts.map +0 -1
  2105. package/node_modules/socks-proxy-agent/dist/index.js +0 -195
  2106. package/node_modules/socks-proxy-agent/dist/index.js.map +0 -1
  2107. package/node_modules/socks-proxy-agent/package.json +0 -142
  2108. package/node_modules/source-map/CHANGELOG.md +0 -301
  2109. package/node_modules/source-map/LICENSE +0 -28
  2110. package/node_modules/source-map/README.md +0 -742
  2111. package/node_modules/source-map/dist/source-map.debug.js +0 -3234
  2112. package/node_modules/source-map/dist/source-map.js +0 -3233
  2113. package/node_modules/source-map/dist/source-map.min.js +0 -2
  2114. package/node_modules/source-map/dist/source-map.min.js.map +0 -1
  2115. package/node_modules/source-map/lib/array-set.js +0 -121
  2116. package/node_modules/source-map/lib/base64-vlq.js +0 -140
  2117. package/node_modules/source-map/lib/base64.js +0 -67
  2118. package/node_modules/source-map/lib/binary-search.js +0 -111
  2119. package/node_modules/source-map/lib/mapping-list.js +0 -79
  2120. package/node_modules/source-map/lib/quick-sort.js +0 -114
  2121. package/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  2122. package/node_modules/source-map/lib/source-map-generator.js +0 -425
  2123. package/node_modules/source-map/lib/source-node.js +0 -413
  2124. package/node_modules/source-map/lib/util.js +0 -488
  2125. package/node_modules/source-map/package.json +0 -73
  2126. package/node_modules/source-map/source-map.d.ts +0 -98
  2127. package/node_modules/source-map/source-map.js +0 -8
  2128. package/node_modules/string-width/index.d.ts +0 -29
  2129. package/node_modules/string-width/index.js +0 -47
  2130. package/node_modules/string-width/license +0 -9
  2131. package/node_modules/string-width/node_modules/ansi-regex/index.d.ts +0 -37
  2132. package/node_modules/string-width/node_modules/ansi-regex/index.js +0 -10
  2133. package/node_modules/string-width/node_modules/ansi-regex/license +0 -9
  2134. package/node_modules/string-width/node_modules/ansi-regex/package.json +0 -55
  2135. package/node_modules/string-width/node_modules/ansi-regex/readme.md +0 -78
  2136. package/node_modules/string-width/node_modules/strip-ansi/index.d.ts +0 -17
  2137. package/node_modules/string-width/node_modules/strip-ansi/index.js +0 -4
  2138. package/node_modules/string-width/node_modules/strip-ansi/license +0 -9
  2139. package/node_modules/string-width/node_modules/strip-ansi/package.json +0 -54
  2140. package/node_modules/string-width/node_modules/strip-ansi/readme.md +0 -46
  2141. package/node_modules/string-width/package.json +0 -56
  2142. package/node_modules/string-width/readme.md +0 -50
  2143. package/node_modules/strip-ansi/index.d.ts +0 -15
  2144. package/node_modules/strip-ansi/index.js +0 -19
  2145. package/node_modules/strip-ansi/license +0 -9
  2146. package/node_modules/strip-ansi/package.json +0 -59
  2147. package/node_modules/strip-ansi/readme.md +0 -37
  2148. package/node_modules/strtok3/LICENSE.txt +0 -21
  2149. package/node_modules/strtok3/README.md +0 -399
  2150. package/node_modules/strtok3/lib/AbstractTokenizer.d.ts +0 -76
  2151. package/node_modules/strtok3/lib/AbstractTokenizer.js +0 -111
  2152. package/node_modules/strtok3/lib/BlobTokenizer.d.ts +0 -29
  2153. package/node_modules/strtok3/lib/BlobTokenizer.js +0 -53
  2154. package/node_modules/strtok3/lib/BufferTokenizer.d.ts +0 -29
  2155. package/node_modules/strtok3/lib/BufferTokenizer.js +0 -52
  2156. package/node_modules/strtok3/lib/FileTokenizer.d.ts +0 -37
  2157. package/node_modules/strtok3/lib/FileTokenizer.js +0 -61
  2158. package/node_modules/strtok3/lib/ReadStreamTokenizer.d.ts +0 -34
  2159. package/node_modules/strtok3/lib/ReadStreamTokenizer.js +0 -107
  2160. package/node_modules/strtok3/lib/core.d.ts +0 -40
  2161. package/node_modules/strtok3/lib/core.js +0 -62
  2162. package/node_modules/strtok3/lib/index.d.ts +0 -16
  2163. package/node_modules/strtok3/lib/index.js +0 -22
  2164. package/node_modules/strtok3/lib/stream/AbstractStreamReader.d.ts +0 -54
  2165. package/node_modules/strtok3/lib/stream/AbstractStreamReader.js +0 -71
  2166. package/node_modules/strtok3/lib/stream/Deferred.d.ts +0 -6
  2167. package/node_modules/strtok3/lib/stream/Deferred.js +0 -10
  2168. package/node_modules/strtok3/lib/stream/Errors.d.ts +0 -10
  2169. package/node_modules/strtok3/lib/stream/Errors.js +0 -16
  2170. package/node_modules/strtok3/lib/stream/StreamReader.d.ts +0 -29
  2171. package/node_modules/strtok3/lib/stream/StreamReader.js +0 -83
  2172. package/node_modules/strtok3/lib/stream/WebStreamByobReader.d.ts +0 -14
  2173. package/node_modules/strtok3/lib/stream/WebStreamByobReader.js +0 -27
  2174. package/node_modules/strtok3/lib/stream/WebStreamDefaultReader.d.ts +0 -19
  2175. package/node_modules/strtok3/lib/stream/WebStreamDefaultReader.js +0 -62
  2176. package/node_modules/strtok3/lib/stream/WebStreamReader.d.ts +0 -14
  2177. package/node_modules/strtok3/lib/stream/WebStreamReader.js +0 -13
  2178. package/node_modules/strtok3/lib/stream/WebStreamReaderFactory.d.ts +0 -5
  2179. package/node_modules/strtok3/lib/stream/WebStreamReaderFactory.js +0 -19
  2180. package/node_modules/strtok3/lib/stream/index.d.ts +0 -6
  2181. package/node_modules/strtok3/lib/stream/index.js +0 -5
  2182. package/node_modules/strtok3/lib/types.d.ts +0 -139
  2183. package/node_modules/strtok3/lib/types.js +0 -1
  2184. package/node_modules/strtok3/package.json +0 -94
  2185. package/node_modules/supports-color/browser.js +0 -5
  2186. package/node_modules/supports-color/index.js +0 -135
  2187. package/node_modules/supports-color/license +0 -9
  2188. package/node_modules/supports-color/package.json +0 -53
  2189. package/node_modules/supports-color/readme.md +0 -76
  2190. package/node_modules/thenify/History.md +0 -11
  2191. package/node_modules/thenify/LICENSE +0 -22
  2192. package/node_modules/thenify/README.md +0 -120
  2193. package/node_modules/thenify/index.js +0 -77
  2194. package/node_modules/thenify/package.json +0 -31
  2195. package/node_modules/thenify-all/History.md +0 -11
  2196. package/node_modules/thenify-all/LICENSE +0 -22
  2197. package/node_modules/thenify-all/README.md +0 -66
  2198. package/node_modules/thenify-all/index.js +0 -73
  2199. package/node_modules/thenify-all/package.json +0 -34
  2200. package/node_modules/token-types/LICENSE.txt +0 -9
  2201. package/node_modules/token-types/README.md +0 -120
  2202. package/node_modules/token-types/lib/index.d.ts +0 -135
  2203. package/node_modules/token-types/lib/index.js +0 -401
  2204. package/node_modules/token-types/package.json +0 -81
  2205. package/node_modules/uint8array-extras/index.d.ts +0 -331
  2206. package/node_modules/uint8array-extras/index.js +0 -318
  2207. package/node_modules/uint8array-extras/license +0 -9
  2208. package/node_modules/uint8array-extras/package.json +0 -54
  2209. package/node_modules/uint8array-extras/readme.md +0 -318
  2210. package/node_modules/uuid/LICENSE.md +0 -9
  2211. package/node_modules/uuid/README.md +0 -491
  2212. package/node_modules/uuid/dist/index.d.ts +0 -15
  2213. package/node_modules/uuid/dist/index.js +0 -14
  2214. package/node_modules/uuid/dist/max.d.ts +0 -2
  2215. package/node_modules/uuid/dist/max.js +0 -1
  2216. package/node_modules/uuid/dist/md5.d.ts +0 -2
  2217. package/node_modules/uuid/dist/md5.js +0 -135
  2218. package/node_modules/uuid/dist/nil.d.ts +0 -2
  2219. package/node_modules/uuid/dist/nil.js +0 -1
  2220. package/node_modules/uuid/dist/parse.d.ts +0 -3
  2221. package/node_modules/uuid/dist/parse.js +0 -9
  2222. package/node_modules/uuid/dist/regex.d.ts +0 -2
  2223. package/node_modules/uuid/dist/regex.js +0 -1
  2224. package/node_modules/uuid/dist/rng.d.ts +0 -1
  2225. package/node_modules/uuid/dist/rng.js +0 -4
  2226. package/node_modules/uuid/dist/sha1.d.ts +0 -2
  2227. package/node_modules/uuid/dist/sha1.js +0 -70
  2228. package/node_modules/uuid/dist/stringify.d.ts +0 -3
  2229. package/node_modules/uuid/dist/stringify.js +0 -35
  2230. package/node_modules/uuid/dist/types.d.ts +0 -22
  2231. package/node_modules/uuid/dist/types.js +0 -1
  2232. package/node_modules/uuid/dist/uuid-bin.d.ts +0 -1
  2233. package/node_modules/uuid/dist/uuid-bin.js +0 -70
  2234. package/node_modules/uuid/dist/v1.d.ts +0 -11
  2235. package/node_modules/uuid/dist/v1.js +0 -83
  2236. package/node_modules/uuid/dist/v1ToV6.d.ts +0 -3
  2237. package/node_modules/uuid/dist/v1ToV6.js +0 -10
  2238. package/node_modules/uuid/dist/v3.d.ts +0 -9
  2239. package/node_modules/uuid/dist/v3.js +0 -9
  2240. package/node_modules/uuid/dist/v35.d.ts +0 -7
  2241. package/node_modules/uuid/dist/v35.js +0 -39
  2242. package/node_modules/uuid/dist/v4.d.ts +0 -4
  2243. package/node_modules/uuid/dist/v4.js +0 -29
  2244. package/node_modules/uuid/dist/v5.d.ts +0 -9
  2245. package/node_modules/uuid/dist/v5.js +0 -9
  2246. package/node_modules/uuid/dist/v6.d.ts +0 -4
  2247. package/node_modules/uuid/dist/v6.js +0 -20
  2248. package/node_modules/uuid/dist/v6ToV1.d.ts +0 -2
  2249. package/node_modules/uuid/dist/v6ToV1.js +0 -10
  2250. package/node_modules/uuid/dist/v7.d.ts +0 -9
  2251. package/node_modules/uuid/dist/v7.js +0 -65
  2252. package/node_modules/uuid/dist/validate.d.ts +0 -2
  2253. package/node_modules/uuid/dist/validate.js +0 -5
  2254. package/node_modules/uuid/dist/version.d.ts +0 -2
  2255. package/node_modules/uuid/dist/version.js +0 -8
  2256. package/node_modules/uuid/dist-node/bin/uuid +0 -2
  2257. package/node_modules/uuid/dist-node/index.js +0 -14
  2258. package/node_modules/uuid/dist-node/max.js +0 -1
  2259. package/node_modules/uuid/dist-node/md5.js +0 -11
  2260. package/node_modules/uuid/dist-node/nil.js +0 -1
  2261. package/node_modules/uuid/dist-node/parse.js +0 -9
  2262. package/node_modules/uuid/dist-node/regex.js +0 -1
  2263. package/node_modules/uuid/dist-node/rng.js +0 -4
  2264. package/node_modules/uuid/dist-node/sha1.js +0 -11
  2265. package/node_modules/uuid/dist-node/stringify.js +0 -35
  2266. package/node_modules/uuid/dist-node/types.js +0 -1
  2267. package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
  2268. package/node_modules/uuid/dist-node/v1.js +0 -83
  2269. package/node_modules/uuid/dist-node/v1ToV6.js +0 -10
  2270. package/node_modules/uuid/dist-node/v3.js +0 -9
  2271. package/node_modules/uuid/dist-node/v35.js +0 -39
  2272. package/node_modules/uuid/dist-node/v4.js +0 -29
  2273. package/node_modules/uuid/dist-node/v5.js +0 -9
  2274. package/node_modules/uuid/dist-node/v6.js +0 -20
  2275. package/node_modules/uuid/dist-node/v6ToV1.js +0 -10
  2276. package/node_modules/uuid/dist-node/v7.js +0 -65
  2277. package/node_modules/uuid/dist-node/validate.js +0 -5
  2278. package/node_modules/uuid/dist-node/version.js +0 -8
  2279. package/node_modules/uuid/package.json +0 -110
  2280. package/node_modules/wrap-ansi/index.js +0 -216
  2281. package/node_modules/wrap-ansi/license +0 -9
  2282. package/node_modules/wrap-ansi/node_modules/ansi-regex/index.d.ts +0 -37
  2283. package/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +0 -10
  2284. package/node_modules/wrap-ansi/node_modules/ansi-regex/license +0 -9
  2285. package/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +0 -55
  2286. package/node_modules/wrap-ansi/node_modules/ansi-regex/readme.md +0 -78
  2287. package/node_modules/wrap-ansi/node_modules/strip-ansi/index.d.ts +0 -17
  2288. package/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +0 -4
  2289. package/node_modules/wrap-ansi/node_modules/strip-ansi/license +0 -9
  2290. package/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +0 -54
  2291. package/node_modules/wrap-ansi/node_modules/strip-ansi/readme.md +0 -46
  2292. package/node_modules/wrap-ansi/package.json +0 -62
  2293. package/node_modules/wrap-ansi/readme.md +0 -91
  2294. package/node_modules/wrappy/LICENSE +0 -15
  2295. package/node_modules/wrappy/README.md +0 -36
  2296. package/node_modules/wrappy/package.json +0 -29
  2297. package/node_modules/wrappy/wrappy.js +0 -33
  2298. package/node_modules/y18n/CHANGELOG.md +0 -100
  2299. package/node_modules/y18n/LICENSE +0 -13
  2300. package/node_modules/y18n/README.md +0 -127
  2301. package/node_modules/y18n/build/index.cjs +0 -203
  2302. package/node_modules/y18n/build/lib/cjs.js +0 -6
  2303. package/node_modules/y18n/build/lib/index.js +0 -174
  2304. package/node_modules/y18n/build/lib/platform-shims/node.js +0 -19
  2305. package/node_modules/y18n/index.mjs +0 -8
  2306. package/node_modules/y18n/package.json +0 -70
  2307. package/node_modules/yargs/CHANGELOG.md +0 -88
  2308. package/node_modules/yargs/LICENSE +0 -21
  2309. package/node_modules/yargs/README.md +0 -202
  2310. package/node_modules/yargs/browser.mjs +0 -7
  2311. package/node_modules/yargs/build/index.cjs +0 -2920
  2312. package/node_modules/yargs/build/lib/argsert.js +0 -62
  2313. package/node_modules/yargs/build/lib/command.js +0 -382
  2314. package/node_modules/yargs/build/lib/completion-templates.js +0 -47
  2315. package/node_modules/yargs/build/lib/completion.js +0 -128
  2316. package/node_modules/yargs/build/lib/middleware.js +0 -53
  2317. package/node_modules/yargs/build/lib/parse-command.js +0 -32
  2318. package/node_modules/yargs/build/lib/typings/common-types.js +0 -9
  2319. package/node_modules/yargs/build/lib/typings/yargs-parser-types.js +0 -1
  2320. package/node_modules/yargs/build/lib/usage.js +0 -548
  2321. package/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
  2322. package/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
  2323. package/node_modules/yargs/build/lib/utils/levenshtein.js +0 -26
  2324. package/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
  2325. package/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
  2326. package/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
  2327. package/node_modules/yargs/build/lib/utils/which-module.js +0 -10
  2328. package/node_modules/yargs/build/lib/validation.js +0 -308
  2329. package/node_modules/yargs/build/lib/yargs-factory.js +0 -1143
  2330. package/node_modules/yargs/build/lib/yerror.js +0 -7
  2331. package/node_modules/yargs/helpers/helpers.mjs +0 -10
  2332. package/node_modules/yargs/helpers/index.js +0 -14
  2333. package/node_modules/yargs/helpers/package.json +0 -3
  2334. package/node_modules/yargs/index.cjs +0 -39
  2335. package/node_modules/yargs/index.mjs +0 -8
  2336. package/node_modules/yargs/lib/platform-shims/browser.mjs +0 -92
  2337. package/node_modules/yargs/lib/platform-shims/esm.mjs +0 -67
  2338. package/node_modules/yargs/locales/be.json +0 -46
  2339. package/node_modules/yargs/locales/de.json +0 -46
  2340. package/node_modules/yargs/locales/en.json +0 -51
  2341. package/node_modules/yargs/locales/es.json +0 -46
  2342. package/node_modules/yargs/locales/fi.json +0 -49
  2343. package/node_modules/yargs/locales/fr.json +0 -53
  2344. package/node_modules/yargs/locales/hi.json +0 -49
  2345. package/node_modules/yargs/locales/hu.json +0 -46
  2346. package/node_modules/yargs/locales/id.json +0 -50
  2347. package/node_modules/yargs/locales/it.json +0 -46
  2348. package/node_modules/yargs/locales/ja.json +0 -51
  2349. package/node_modules/yargs/locales/ko.json +0 -49
  2350. package/node_modules/yargs/locales/nb.json +0 -44
  2351. package/node_modules/yargs/locales/nl.json +0 -49
  2352. package/node_modules/yargs/locales/nn.json +0 -44
  2353. package/node_modules/yargs/locales/pirate.json +0 -13
  2354. package/node_modules/yargs/locales/pl.json +0 -49
  2355. package/node_modules/yargs/locales/pt.json +0 -45
  2356. package/node_modules/yargs/locales/pt_BR.json +0 -48
  2357. package/node_modules/yargs/locales/ru.json +0 -46
  2358. package/node_modules/yargs/locales/th.json +0 -46
  2359. package/node_modules/yargs/locales/tr.json +0 -48
  2360. package/node_modules/yargs/locales/zh_CN.json +0 -48
  2361. package/node_modules/yargs/locales/zh_TW.json +0 -47
  2362. package/node_modules/yargs/package.json +0 -122
  2363. package/node_modules/yargs/yargs +0 -9
  2364. package/node_modules/yargs-parser/CHANGELOG.md +0 -263
  2365. package/node_modules/yargs-parser/LICENSE.txt +0 -14
  2366. package/node_modules/yargs-parser/README.md +0 -518
  2367. package/node_modules/yargs-parser/browser.js +0 -29
  2368. package/node_modules/yargs-parser/build/index.cjs +0 -1042
  2369. package/node_modules/yargs-parser/build/lib/index.js +0 -59
  2370. package/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
  2371. package/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
  2372. package/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
  2373. package/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1037
  2374. package/node_modules/yargs-parser/package.json +0 -87
  2375. package/node_modules/yauzl/LICENSE +0 -21
  2376. package/node_modules/yauzl/README.md +0 -658
  2377. package/node_modules/yauzl/index.js +0 -796
  2378. package/node_modules/yauzl/package.json +0 -40
  2379. /package/node_modules/{@entelligentsia/pi-coding-agent/dist/core/tools → @earendil-works/pi-agent-core/dist/harness/utils}/truncate.d.ts +0 -0
  2380. /package/node_modules/{@entelligentsia → @earendil-works}/pi-agent-core/dist/types.js +0 -0
  2381. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/api-registry.d.ts +0 -0
  2382. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/api-registry.d.ts.map +0 -0
  2383. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/api-registry.js +0 -0
  2384. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/api-registry.js.map +0 -0
  2385. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/bedrock-provider.d.ts +0 -0
  2386. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/bedrock-provider.d.ts.map +0 -0
  2387. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/bedrock-provider.js +0 -0
  2388. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/bedrock-provider.js.map +0 -0
  2389. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/cli.d.ts +0 -0
  2390. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/env-api-keys.d.ts +0 -0
  2391. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/models.d.ts +0 -0
  2392. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/models.d.ts.map +0 -0
  2393. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/models.js +0 -0
  2394. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/models.js.map +0 -0
  2395. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/oauth.d.ts +0 -0
  2396. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/oauth.d.ts.map +0 -0
  2397. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/oauth.js +0 -0
  2398. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/oauth.js.map +0 -0
  2399. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/amazon-bedrock.d.ts +0 -0
  2400. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/anthropic.d.ts +0 -0
  2401. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/azure-openai-responses.d.ts +0 -0
  2402. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/azure-openai-responses.d.ts.map +0 -0
  2403. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/azure-openai-responses.js +0 -0
  2404. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/azure-openai-responses.js.map +0 -0
  2405. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/cloudflare.d.ts +0 -0
  2406. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/cloudflare.d.ts.map +0 -0
  2407. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/cloudflare.js +0 -0
  2408. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/cloudflare.js.map +0 -0
  2409. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/faux.d.ts +0 -0
  2410. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/faux.d.ts.map +0 -0
  2411. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/faux.js +0 -0
  2412. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/faux.js.map +0 -0
  2413. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/github-copilot-headers.d.ts +0 -0
  2414. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/github-copilot-headers.d.ts.map +0 -0
  2415. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/github-copilot-headers.js +0 -0
  2416. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/github-copilot-headers.js.map +0 -0
  2417. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-shared.d.ts +0 -0
  2418. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-shared.d.ts.map +0 -0
  2419. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-shared.js +0 -0
  2420. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-shared.js.map +0 -0
  2421. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-vertex.d.ts +0 -0
  2422. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-vertex.d.ts.map +0 -0
  2423. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-vertex.js +0 -0
  2424. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google-vertex.js.map +0 -0
  2425. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google.d.ts +0 -0
  2426. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google.d.ts.map +0 -0
  2427. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google.js +0 -0
  2428. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/google.js.map +0 -0
  2429. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/mistral.d.ts +0 -0
  2430. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/mistral.d.ts.map +0 -0
  2431. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/mistral.js +0 -0
  2432. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/mistral.js.map +0 -0
  2433. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-codex-responses.d.ts +0 -0
  2434. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-completions.d.ts +0 -0
  2435. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses-shared.d.ts +0 -0
  2436. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses-shared.d.ts.map +0 -0
  2437. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses-shared.js +0 -0
  2438. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses-shared.js.map +0 -0
  2439. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses.d.ts +0 -0
  2440. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses.d.ts.map +0 -0
  2441. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses.js +0 -0
  2442. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/openai-responses.js.map +0 -0
  2443. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/register-builtins.d.ts +0 -0
  2444. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/register-builtins.d.ts.map +0 -0
  2445. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/register-builtins.js +0 -0
  2446. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/register-builtins.js.map +0 -0
  2447. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/simple-options.d.ts +0 -0
  2448. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/transform-messages.d.ts +0 -0
  2449. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/transform-messages.d.ts.map +0 -0
  2450. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/transform-messages.js +0 -0
  2451. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/providers/transform-messages.js.map +0 -0
  2452. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/session-resources.d.ts +0 -0
  2453. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/session-resources.d.ts.map +0 -0
  2454. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/session-resources.js +0 -0
  2455. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/session-resources.js.map +0 -0
  2456. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/stream.d.ts +0 -0
  2457. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/stream.d.ts.map +0 -0
  2458. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/stream.js +0 -0
  2459. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/stream.js.map +0 -0
  2460. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/types.js +0 -0
  2461. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/diagnostics.d.ts +0 -0
  2462. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/diagnostics.d.ts.map +0 -0
  2463. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/diagnostics.js +0 -0
  2464. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/diagnostics.js.map +0 -0
  2465. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/event-stream.d.ts +0 -0
  2466. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/event-stream.d.ts.map +0 -0
  2467. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/event-stream.js +0 -0
  2468. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/event-stream.js.map +0 -0
  2469. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/hash.d.ts +0 -0
  2470. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/hash.d.ts.map +0 -0
  2471. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/hash.js +0 -0
  2472. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/hash.js.map +0 -0
  2473. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/headers.d.ts +0 -0
  2474. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/headers.d.ts.map +0 -0
  2475. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/headers.js +0 -0
  2476. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/headers.js.map +0 -0
  2477. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/json-parse.d.ts +0 -0
  2478. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/json-parse.d.ts.map +0 -0
  2479. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/json-parse.js +0 -0
  2480. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/json-parse.js.map +0 -0
  2481. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/anthropic.d.ts +0 -0
  2482. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/anthropic.d.ts.map +0 -0
  2483. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/anthropic.js +0 -0
  2484. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/anthropic.js.map +0 -0
  2485. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/github-copilot.d.ts +0 -0
  2486. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +0 -0
  2487. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/github-copilot.js +0 -0
  2488. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/github-copilot.js.map +0 -0
  2489. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/index.d.ts +0 -0
  2490. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/index.d.ts.map +0 -0
  2491. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/index.js +0 -0
  2492. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/index.js.map +0 -0
  2493. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/oauth-page.d.ts +0 -0
  2494. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/oauth-page.d.ts.map +0 -0
  2495. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/oauth-page.js +0 -0
  2496. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/oauth-page.js.map +0 -0
  2497. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/openai-codex.d.ts +0 -0
  2498. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/openai-codex.d.ts.map +0 -0
  2499. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/openai-codex.js +0 -0
  2500. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/openai-codex.js.map +0 -0
  2501. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/pkce.d.ts +0 -0
  2502. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/pkce.d.ts.map +0 -0
  2503. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/pkce.js +0 -0
  2504. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/pkce.js.map +0 -0
  2505. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/types.d.ts +0 -0
  2506. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/types.d.ts.map +0 -0
  2507. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/types.js +0 -0
  2508. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/oauth/types.js.map +0 -0
  2509. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/sanitize-unicode.d.ts +0 -0
  2510. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/sanitize-unicode.d.ts.map +0 -0
  2511. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/sanitize-unicode.js +0 -0
  2512. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/sanitize-unicode.js.map +0 -0
  2513. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/typebox-helpers.d.ts +0 -0
  2514. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/typebox-helpers.d.ts.map +0 -0
  2515. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/typebox-helpers.js +0 -0
  2516. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/typebox-helpers.js.map +0 -0
  2517. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/validation.d.ts +0 -0
  2518. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/validation.d.ts.map +0 -0
  2519. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/validation.js +0 -0
  2520. /package/node_modules/{@entelligentsia → @earendil-works}/pi-ai/dist/utils/validation.js.map +0 -0
  2521. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/cli.d.ts +0 -0
  2522. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/cli.d.ts.map +0 -0
  2523. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/cli.js +0 -0
  2524. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/cli.js.map +0 -0
  2525. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/register-bedrock.d.ts +0 -0
  2526. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/restore-sandbox-env.d.ts +0 -0
  2527. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/restore-sandbox-env.d.ts.map +0 -0
  2528. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/restore-sandbox-env.js +0 -0
  2529. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/bun/restore-sandbox-env.js.map +0 -0
  2530. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/cli/config-selector.d.ts +0 -0
  2531. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/cli/file-processor.js +0 -0
  2532. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/cli/initial-message.js +0 -0
  2533. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/cli/list-models.d.ts +0 -0
  2534. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/cli/session-picker.d.ts +0 -0
  2535. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/cli.d.ts +0 -0
  2536. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/config.d.ts +0 -0
  2537. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/agent-session-runtime.d.ts +0 -0
  2538. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/agent-session-runtime.d.ts.map +0 -0
  2539. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/agent-session-runtime.js +0 -0
  2540. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/agent-session-runtime.js.map +0 -0
  2541. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/agent-session-services.js +0 -0
  2542. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/auth-guidance.d.ts +0 -0
  2543. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/auth-guidance.d.ts.map +0 -0
  2544. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/auth-guidance.js +0 -0
  2545. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/auth-guidance.js.map +0 -0
  2546. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/bash-executor.d.ts +0 -0
  2547. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/compaction/index.d.ts +0 -0
  2548. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/compaction/index.d.ts.map +0 -0
  2549. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/compaction/index.js +0 -0
  2550. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/compaction/index.js.map +0 -0
  2551. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/compaction/utils.js +0 -0
  2552. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/defaults.js +0 -0
  2553. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/diagnostics.d.ts +0 -0
  2554. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/diagnostics.d.ts.map +0 -0
  2555. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/diagnostics.js +0 -0
  2556. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/diagnostics.js.map +0 -0
  2557. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/event-bus.d.ts +0 -0
  2558. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/event-bus.d.ts.map +0 -0
  2559. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/event-bus.js +0 -0
  2560. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/event-bus.js.map +0 -0
  2561. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/exec.d.ts +0 -0
  2562. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/exec.d.ts.map +0 -0
  2563. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/exec.js +0 -0
  2564. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/exec.js.map +0 -0
  2565. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/ansi-to-html.d.ts +0 -0
  2566. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/ansi-to-html.d.ts.map +0 -0
  2567. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/ansi-to-html.js +0 -0
  2568. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/ansi-to-html.js.map +0 -0
  2569. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/index.js +0 -0
  2570. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/template.css +0 -0
  2571. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/template.html +0 -0
  2572. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/template.js +0 -0
  2573. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/tool-renderer.d.ts +0 -0
  2574. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/tool-renderer.js +0 -0
  2575. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/vendor/highlight.min.js +0 -0
  2576. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/export-html/vendor/marked.min.js +0 -0
  2577. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/index.d.ts +0 -0
  2578. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/index.d.ts.map +0 -0
  2579. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/index.js +0 -0
  2580. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/index.js.map +0 -0
  2581. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/loader.d.ts +0 -0
  2582. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/types.js +0 -0
  2583. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/extensions/wrapper.js +0 -0
  2584. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/footer-data-provider.d.ts +0 -0
  2585. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/footer-data-provider.d.ts.map +0 -0
  2586. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/footer-data-provider.js +0 -0
  2587. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/footer-data-provider.js.map +0 -0
  2588. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/index.d.ts +0 -0
  2589. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/index.d.ts.map +0 -0
  2590. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/index.js +0 -0
  2591. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/index.js.map +0 -0
  2592. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/messages.js +0 -0
  2593. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/output-guard.d.ts +0 -0
  2594. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/output-guard.d.ts.map +0 -0
  2595. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/output-guard.js +0 -0
  2596. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/output-guard.js.map +0 -0
  2597. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/prompt-templates.d.ts +0 -0
  2598. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/provider-display-names.d.ts +0 -0
  2599. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resolve-config-value.d.ts +0 -0
  2600. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resolve-config-value.d.ts.map +0 -0
  2601. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resolve-config-value.js +0 -0
  2602. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resolve-config-value.js.map +0 -0
  2603. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resource-loader.d.ts +0 -0
  2604. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resource-loader.d.ts.map +0 -0
  2605. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resource-loader.js +0 -0
  2606. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/resource-loader.js.map +0 -0
  2607. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/session-cwd.d.ts +0 -0
  2608. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/session-cwd.d.ts.map +0 -0
  2609. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/session-cwd.js +0 -0
  2610. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/session-cwd.js.map +0 -0
  2611. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/settings-manager.js +0 -0
  2612. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/skills.d.ts +0 -0
  2613. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/slash-commands.d.ts +0 -0
  2614. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/slash-commands.d.ts.map +0 -0
  2615. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/slash-commands.js +0 -0
  2616. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/slash-commands.js.map +0 -0
  2617. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/source-info.d.ts +0 -0
  2618. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/source-info.d.ts.map +0 -0
  2619. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/source-info.js +0 -0
  2620. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/source-info.js.map +0 -0
  2621. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/system-prompt.d.ts +0 -0
  2622. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/system-prompt.d.ts.map +0 -0
  2623. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/system-prompt.js +0 -0
  2624. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/system-prompt.js.map +0 -0
  2625. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/telemetry.d.ts +0 -0
  2626. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/telemetry.d.ts.map +0 -0
  2627. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/telemetry.js +0 -0
  2628. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/telemetry.js.map +0 -0
  2629. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/timings.d.ts +0 -0
  2630. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/timings.d.ts.map +0 -0
  2631. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/timings.js +0 -0
  2632. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/timings.js.map +0 -0
  2633. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/edit-diff.d.ts +0 -0
  2634. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/edit-diff.d.ts.map +0 -0
  2635. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/edit-diff.js +0 -0
  2636. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/edit-diff.js.map +0 -0
  2637. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/file-mutation-queue.d.ts +0 -0
  2638. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/file-mutation-queue.d.ts.map +0 -0
  2639. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/file-mutation-queue.js +0 -0
  2640. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/file-mutation-queue.js.map +0 -0
  2641. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/index.js +0 -0
  2642. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/output-accumulator.d.ts +0 -0
  2643. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/output-accumulator.d.ts.map +0 -0
  2644. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/output-accumulator.js +0 -0
  2645. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/output-accumulator.js.map +0 -0
  2646. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/path-utils.d.ts +0 -0
  2647. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/path-utils.d.ts.map +0 -0
  2648. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/path-utils.js +0 -0
  2649. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/path-utils.js.map +0 -0
  2650. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/tool-definition-wrapper.js +0 -0
  2651. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/truncate.d.ts.map +0 -0
  2652. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/truncate.js +0 -0
  2653. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/core/tools/truncate.js.map +0 -0
  2654. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/index.d.ts +0 -0
  2655. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/index.d.ts.map +0 -0
  2656. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/index.js +0 -0
  2657. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/index.js.map +0 -0
  2658. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/main.d.ts +0 -0
  2659. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/migrations.d.ts +0 -0
  2660. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/migrations.d.ts.map +0 -0
  2661. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/migrations.js +0 -0
  2662. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/migrations.js.map +0 -0
  2663. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/index.d.ts +0 -0
  2664. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/index.d.ts.map +0 -0
  2665. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/index.js +0 -0
  2666. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/index.js.map +0 -0
  2667. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/assets/clankolas.png +0 -0
  2668. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/armin.js +0 -0
  2669. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/countdown-timer.js +0 -0
  2670. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/daxnuts.js +0 -0
  2671. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/diff.d.ts +0 -0
  2672. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/diff.d.ts.map +0 -0
  2673. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/diff.js +0 -0
  2674. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/diff.js.map +0 -0
  2675. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/dynamic-border.js +0 -0
  2676. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/index.d.ts +0 -0
  2677. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/index.d.ts.map +0 -0
  2678. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/index.js +0 -0
  2679. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/index.js.map +0 -0
  2680. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/session-selector-search.d.ts +0 -0
  2681. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/components/visual-truncate.d.ts +0 -0
  2682. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/interactive/theme/theme-schema.json +0 -0
  2683. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/print-mode.js +0 -0
  2684. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/jsonl.d.ts +0 -0
  2685. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/jsonl.d.ts.map +0 -0
  2686. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/jsonl.js +0 -0
  2687. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/jsonl.js.map +0 -0
  2688. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/rpc-client.js +0 -0
  2689. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/rpc-mode.d.ts +0 -0
  2690. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/modes/rpc/rpc-types.js +0 -0
  2691. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/package-manager-cli.d.ts +0 -0
  2692. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/package-manager-cli.d.ts.map +0 -0
  2693. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/package-manager-cli.js +0 -0
  2694. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/package-manager-cli.js.map +0 -0
  2695. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/changelog.d.ts +0 -0
  2696. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/changelog.d.ts.map +0 -0
  2697. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/changelog.js +0 -0
  2698. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/changelog.js.map +0 -0
  2699. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/child-process.d.ts +0 -0
  2700. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/child-process.d.ts.map +0 -0
  2701. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/child-process.js +0 -0
  2702. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/child-process.js.map +0 -0
  2703. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-image.d.ts +0 -0
  2704. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-image.d.ts.map +0 -0
  2705. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-image.js +0 -0
  2706. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-image.js.map +0 -0
  2707. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-native.d.ts +0 -0
  2708. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-native.d.ts.map +0 -0
  2709. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-native.js +0 -0
  2710. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard-native.js.map +0 -0
  2711. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard.d.ts +0 -0
  2712. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard.d.ts.map +0 -0
  2713. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard.js +0 -0
  2714. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/clipboard.js.map +0 -0
  2715. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/exif-orientation.d.ts +0 -0
  2716. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/exif-orientation.d.ts.map +0 -0
  2717. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/exif-orientation.js +0 -0
  2718. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/exif-orientation.js.map +0 -0
  2719. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/frontmatter.d.ts +0 -0
  2720. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/frontmatter.d.ts.map +0 -0
  2721. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/frontmatter.js +0 -0
  2722. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/frontmatter.js.map +0 -0
  2723. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/fs-watch.d.ts +0 -0
  2724. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/fs-watch.d.ts.map +0 -0
  2725. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/fs-watch.js +0 -0
  2726. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/fs-watch.js.map +0 -0
  2727. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/git.d.ts +0 -0
  2728. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/git.d.ts.map +0 -0
  2729. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/git.js +0 -0
  2730. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/git.js.map +0 -0
  2731. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/image-convert.d.ts +0 -0
  2732. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/image-convert.d.ts.map +0 -0
  2733. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/image-convert.js +0 -0
  2734. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/image-convert.js.map +0 -0
  2735. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/image-resize.js +0 -0
  2736. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/paths.d.ts +0 -0
  2737. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/paths.d.ts.map +0 -0
  2738. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/paths.js +0 -0
  2739. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/paths.js.map +0 -0
  2740. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/photon.d.ts +0 -0
  2741. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/photon.d.ts.map +0 -0
  2742. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/photon.js +0 -0
  2743. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/photon.js.map +0 -0
  2744. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/pi-user-agent.d.ts +0 -0
  2745. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/pi-user-agent.d.ts.map +0 -0
  2746. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/pi-user-agent.js +0 -0
  2747. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/pi-user-agent.js.map +0 -0
  2748. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/shell.d.ts +0 -0
  2749. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/shell.d.ts.map +0 -0
  2750. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/shell.js +0 -0
  2751. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/shell.js.map +0 -0
  2752. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/sleep.d.ts +0 -0
  2753. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/sleep.d.ts.map +0 -0
  2754. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/sleep.js +0 -0
  2755. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/sleep.js.map +0 -0
  2756. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/tools-manager.d.ts +0 -0
  2757. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/version-check.d.ts +0 -0
  2758. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/version-check.d.ts.map +0 -0
  2759. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/version-check.js +0 -0
  2760. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/dist/utils/version-check.js.map +0 -0
  2761. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/development.md +0 -0
  2762. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/docs.json +0 -0
  2763. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/images/doom-extension.png +0 -0
  2764. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/images/exy.png +0 -0
  2765. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/images/interactive-mode.png +0 -0
  2766. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/images/tree-view.png +0 -0
  2767. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/json.md +0 -0
  2768. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/keybindings.md +0 -0
  2769. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/prompt-templates.md +0 -0
  2770. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/sessions.md +0 -0
  2771. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/settings.md +0 -0
  2772. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/shell-aliases.md +0 -0
  2773. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/terminal-setup.md +0 -0
  2774. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/tmux.md +0 -0
  2775. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/usage.md +0 -0
  2776. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/docs/windows.md +0 -0
  2777. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/README.md +0 -0
  2778. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/README.md +0 -0
  2779. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/doom/build/doom.js +0 -0
  2780. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/doom/build/doom.wasm +0 -0
  2781. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/doom/build.sh +0 -0
  2782. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/doom/doomgeneric_pi.c +0 -0
  2783. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/doom-engine.ts +0 -0
  2784. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/doom-overlay/wad-finder.ts +0 -0
  2785. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/dynamic-resources/SKILL.md +0 -0
  2786. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/dynamic-resources/dynamic.md +0 -0
  2787. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/plan-mode/README.md +0 -0
  2788. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/plan-mode/utils.ts +0 -0
  2789. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/README.md +0 -0
  2790. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/agents/planner.md +0 -0
  2791. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/agents/reviewer.md +0 -0
  2792. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/agents/scout.md +0 -0
  2793. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/agents/worker.md +0 -0
  2794. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/prompts/implement-and-review.md +0 -0
  2795. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/prompts/implement.md +0 -0
  2796. /package/node_modules/{@entelligentsia → @earendil-works}/pi-coding-agent/examples/extensions/subagent/prompts/scout-and-plan.md +0 -0
  2797. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/autocomplete.d.ts +0 -0
  2798. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/autocomplete.d.ts.map +0 -0
  2799. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/autocomplete.js +0 -0
  2800. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/autocomplete.js.map +0 -0
  2801. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/box.d.ts +0 -0
  2802. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/box.d.ts.map +0 -0
  2803. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/box.js +0 -0
  2804. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/box.js.map +0 -0
  2805. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/cancellable-loader.d.ts +0 -0
  2806. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/cancellable-loader.d.ts.map +0 -0
  2807. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/cancellable-loader.js +0 -0
  2808. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/cancellable-loader.js.map +0 -0
  2809. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/editor.d.ts +0 -0
  2810. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/editor.d.ts.map +0 -0
  2811. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/editor.js +0 -0
  2812. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/editor.js.map +0 -0
  2813. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/image.d.ts +0 -0
  2814. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/input.d.ts +0 -0
  2815. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/input.d.ts.map +0 -0
  2816. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/input.js +0 -0
  2817. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/input.js.map +0 -0
  2818. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/loader.d.ts +0 -0
  2819. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/loader.d.ts.map +0 -0
  2820. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/loader.js +0 -0
  2821. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/loader.js.map +0 -0
  2822. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/select-list.d.ts +0 -0
  2823. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/select-list.d.ts.map +0 -0
  2824. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/select-list.js +0 -0
  2825. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/select-list.js.map +0 -0
  2826. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/settings-list.d.ts +0 -0
  2827. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/settings-list.d.ts.map +0 -0
  2828. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/settings-list.js +0 -0
  2829. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/settings-list.js.map +0 -0
  2830. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/spacer.d.ts +0 -0
  2831. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/spacer.d.ts.map +0 -0
  2832. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/spacer.js +0 -0
  2833. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/spacer.js.map +0 -0
  2834. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/text.d.ts +0 -0
  2835. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/text.d.ts.map +0 -0
  2836. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/text.js +0 -0
  2837. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/text.js.map +0 -0
  2838. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/truncated-text.d.ts +0 -0
  2839. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/truncated-text.d.ts.map +0 -0
  2840. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/truncated-text.js +0 -0
  2841. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/components/truncated-text.js.map +0 -0
  2842. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/editor-component.d.ts +0 -0
  2843. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/editor-component.d.ts.map +0 -0
  2844. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/editor-component.js +0 -0
  2845. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/editor-component.js.map +0 -0
  2846. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/fuzzy.d.ts +0 -0
  2847. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/fuzzy.d.ts.map +0 -0
  2848. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/fuzzy.js +0 -0
  2849. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/fuzzy.js.map +0 -0
  2850. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/index.d.ts +0 -0
  2851. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/index.d.ts.map +0 -0
  2852. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/index.js +0 -0
  2853. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/index.js.map +0 -0
  2854. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keybindings.d.ts +0 -0
  2855. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keybindings.d.ts.map +0 -0
  2856. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keybindings.js +0 -0
  2857. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keybindings.js.map +0 -0
  2858. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keys.d.ts +0 -0
  2859. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keys.d.ts.map +0 -0
  2860. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keys.js +0 -0
  2861. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/keys.js.map +0 -0
  2862. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/kill-ring.d.ts +0 -0
  2863. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/kill-ring.d.ts.map +0 -0
  2864. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/kill-ring.js +0 -0
  2865. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/kill-ring.js.map +0 -0
  2866. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/stdin-buffer.d.ts +0 -0
  2867. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/terminal.d.ts +0 -0
  2868. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/terminal.d.ts.map +0 -0
  2869. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/terminal.js +0 -0
  2870. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/terminal.js.map +0 -0
  2871. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/tui.d.ts +0 -0
  2872. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/tui.d.ts.map +0 -0
  2873. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/tui.js +0 -0
  2874. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/tui.js.map +0 -0
  2875. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/undo-stack.d.ts +0 -0
  2876. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/undo-stack.d.ts.map +0 -0
  2877. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/undo-stack.js +0 -0
  2878. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/undo-stack.js.map +0 -0
  2879. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/utils.d.ts +0 -0
  2880. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/utils.d.ts.map +0 -0
  2881. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/utils.js +0 -0
  2882. /package/node_modules/{@entelligentsia → @earendil-works}/pi-tui/dist/utils.js.map +0 -0
@@ -0,0 +1,1233 @@
1
+ # Changelog
2
+
3
+ All notable changes to Forge are documented here.
4
+ Format: newest first. Breaking changes are marked **△ Breaking**.
5
+
6
+ ---
7
+
8
+ ## [0.43.16] — 2026-05-15
9
+
10
+ **Sprint finalization ceremony (Plan 12).** Pairs with forge-cli `v0.6.6`.
11
+
12
+ ### Added
13
+
14
+ - `event.schema.json` — `sprint-complete` and `sprint-halted` event variants admitted via `allOf` / `if` / `then` branches keyed on `type`. Sprint-scoped requireds (`taskCount`, `completedTaskIds`, `verdict`) and forward-compat fields (`waveCount`, `maxConcurrency`, `pausedAfterTaskIndex`, `haltedAtTaskIndex`, `haltedAtTaskId`, `lastError`) declared at top level so `additionalProperties: false` admits them, made required only within the conditional branches.
15
+ - `meta-review-sprint-completion.md` — step-4 finalize block now gated on step-3 verdict:
16
+ - `Approved` → transition sprint to `completed` via `store-cli update-status`.
17
+ - `Revision Required` + orchestrator `mode=partial` → transition to `partially-completed`.
18
+ - `Revision Required` + orchestrator `mode=complete` → no transition; orchestrator surfaces the verdict to the user.
19
+
20
+ ### Changed
21
+
22
+ - `event.schema.json` top-level `required` array — `taskId`, `phase`, `iteration` moved out of unconditional-required and into a new task-scoped `allOf` branch keyed on every task-event `type` value. Existing task events still validate identically; sprint events no longer carry dishonest task-scoped fields. **△ Schema variant change** — backward-compat by construction (every previously-valid event remains valid).
23
+ - `validate-store.cjs` — `allOf` `if`/`then` interpreter extended to support `enum` predicates in `if.properties`, not just `const`. Required so the task-scoped branch (which uses an enum of every task-event type) compiles to the correct conditional.
24
+
25
+ ### Removed
26
+
27
+ - Broken `sprint-collate-complete` event payload shape — never persisted (schema-rejected at every emit attempt); replaced by the schema-valid `sprint-complete` variant above. No migration data: rejected payloads were never written.
28
+
29
+ ### Tests
30
+
31
+ All `node --test forge/tools/__tests__/*.test.cjs` pass. New schema-positive cases for `sprint-complete` / `sprint-halted` variants; new schema-negative cases (sprint event with task-scoped `taskId` → rejected by `not` clause).
32
+
33
+ ---
34
+
35
+ ## [0.43.15] — 2026-05-14
36
+
37
+ **Slice-2 fragment-sweep completion.**
38
+
39
+ v0.43.14 introduced the orchestrator-emits-everything contract and surgically rewrote the five phase workflows on the run-task chain (plan / review-plan / implement / validate / commit) plus their meta sources. But 16 other workflow bodies — every remaining base-pack workflow — still carried the pre-Slice-2 `Emit the complete event ... via store-cli emit` directive and the `Execute Token Reporting` step in their Finalize blocks. Any subagent reading those workflows (fix-bug, sprint-intake, sprint-plan, collate, retrospective, review-sprint-completion, approve, update-plan, update-implementation, review-code) would faithfully reproduce the exact hallucination class Slice 2 was built to kill.
40
+
41
+ This patch closes the gap.
42
+
43
+ ### Workflows swept
44
+
45
+ Meta sources (10): `meta-approve`, `meta-update-implementation`, `meta-review-implementation`, `meta-review-sprint-completion`, `meta-sprint-intake`, `meta-sprint-plan`, `meta-collate`, `meta-update-plan`, `meta-fix-bug`, `meta-retrospective`.
46
+
47
+ Base-pack mirrors (10): `architect_sprint_plan`, `sprint_retrospective`, `architect_approve`, `collator_agent`, `architect_review_sprint_completion`, `fix_bug`, `update_implementation`, `architect_sprint_intake`, `update_plan`, `review_code`.
48
+
49
+ In each:
50
+ - "Emit the complete event …" bullet → "Do NOT emit a phase event yourself. The orchestrator (or kickoff handler) owns event emission …"
51
+ - "Execute Token Reporting" bullet removed (both `(see Generation Instructions)` and `(see _fragments/finalize.md)` variants).
52
+
53
+ Additionally:
54
+ - `meta-fix-bug.md` + `base-pack/fix_bug.md` friction-emit code block → friction-emit.cjs reference (matches the pattern shipped for `meta-orchestrate.md` in v0.43.14).
55
+
56
+ ### Honest absence vs continued hallucination
57
+
58
+ For workflows that are kickoff-only standalones today (sprint-intake, sprint-plan, collate, retrospective, review-sprint-completion), removing the hardcoded emit means events for those operations are not produced until the corresponding forge-cli kickoff handlers learn to emit on the LLM's behalf. That follow-up is filed; in the meantime, no event is strictly better than a hallucinated one.
59
+
60
+ ### Tests
61
+
62
+ 1202 pass.
63
+
64
+ ### Not in this patch
65
+
66
+ - forge-cli kickoff handler emit wiring (separate concern).
67
+ - T03/T07 native handler implementation (separate sprint task work).
68
+
69
+ ---
70
+
71
+ ## [0.43.14] — 2026-05-14
72
+
73
+ **Telemetry contract Slice 2 — orchestrator-emits-everything.**
74
+
75
+ Slice 1 (v0.43.13) made `provider` required and moved cost out of the schema. But subagents were still hand-building 14-field event JSON containing runtime facts — and hallucinating them. The HLO-S01-T05 evidence: events recorded `provider: "anthropic"` and `model: "claude-sonnet-4-20250514"` while the subagent transcript showed it actually ran on `glm-5.1:cloud`. The LLM is the wrong actor for runtime facts; every guess will be wrong by construction. Slice 2 makes runtime attribution the orchestrator's responsibility end-to-end.
76
+
77
+ **Workflow / fragment changes.**
78
+
79
+ - `meta/workflows/_fragments/event-emission-schema.md` (and base-pack mirror) rewritten. Replaces "build a 14-field event JSON" with "write `{PHASE}-SUMMARY.json`; the orchestrator emits the event". **Removes ALL hardcoded example model strings** — the source of pattern-copy hallucination.
80
+ - `meta/workflows/_fragments/friction-emit.md` (and base-pack mirror) rewritten around the new `friction-emit.cjs` tool. Subagents record judgement only; the orchestrator drains the file at phase-end and stamps runtime attribution.
81
+ - Phase meta workflows (`meta-plan-task`, `meta-review-plan`, `meta-implement`, `meta-validate`, `meta-commit`) and their base-pack mirrors (`plan_task`, `review_plan`, `implement_plan`, `validate_task`, `commit_task`) drop the `Emit the complete event ... via store-cli emit` line and the `Execute Token Reporting` step. Subagents now only write SUMMARY and return.
82
+ - `meta-orchestrate.md` + base-pack `orchestrate_task.md` Event Emission and Friction Emit sections rewritten to describe the new contract: orchestrator captures runtime telemetry (model, provider, usage), brackets wall times, reads SUMMARY judgement, composes the canonical event, and emits it. Orchestrator-experienced friction emits inline (`persona: "orchestrator"`).
83
+
84
+ **Tool changes.**
85
+
86
+ - New `forge/tools/friction-emit.cjs` — judgement-only CLI: `--workflow --persona --issue [--subkind --evidence]`. Refuses any runtime-attribution flag (`--model`, `--provider`, `--eventId`, timestamps, tokens) with a clear error. Appends one record per call to `.forge/cache/FRICTION-{workflow}.jsonl`. Test-first per Iron Law 2 (20 tests).
87
+ - New `forge/tools/backfill-provider.cjs` — one-shot migration helper for the 0.43.13 manual[] item. Walks `.forge/store/events/**/*.json`, stamps `provider: "unknown"` on any event missing the field, skips sidecars. Test-first per Iron Law 2 (7 tests).
88
+
89
+ **Runtime emit site.**
90
+
91
+ The matching forge-cli change (`run-task.ts` composes and emits the canonical event after each subagent returns; drains FRICTION-{phase}.jsonl) ships in forge-cli v0.6.5.
92
+
93
+ **Migration.**
94
+
95
+ The 0.43.13 manual[] note promised a backfill helper for legacy events missing `provider`. It now ships: `node $FORGE_ROOT/tools/backfill-provider.cjs`. Run once after upgrade.
96
+
97
+ **Tests.** 1202 pass.
98
+
99
+ ---
100
+
101
+ ## [0.43.13] — 2026-05-14
102
+
103
+ **Telemetry contract fix (Slice 1) — orchestrator owns token capture, subagents stop self-probing.**
104
+
105
+ The previous capture pipeline asked every subagent to invoke `/cost` and write a `tokenSource: "missing"` placeholder when the probe failed — which it always did, because the pi runtime has no `/cost` probe, and the schema enum is `[reported, estimated]`. Every HLO-S01-T04 phase logged 8 `schema_drift` errors and the dataset captured nothing usable.
106
+
107
+ **Schema changes.**
108
+
109
+ - `event.schema.json` and `event-sidecar.schema.json` add `provider` (required on the canonical event, optional on the sidecar). Same model is priced differently across providers (Anthropic direct vs Bedrock vs Vertex; ZAI cloud vs self-host); cost is unattributable without it.
110
+ - Both schemas drop `estimatedCostUSD` entirely. Cost is derived at collate time from `(provider, model, tokens)` via `tools/lib/pricing.cjs`. Persisting cost on records makes the dataset lie when pricing changes.
111
+ - `tokenSource` enum stays `[reported, estimated]`. The "missing" case is dead: if no telemetry is available, the event is emitted without token fields. Honest absence beats placeholder zeros.
112
+
113
+ **Workflow changes.**
114
+
115
+ - `meta/workflows/_fragments/finalize.md` (and its base-pack mirror) no longer instruct subagents to probe or write sidecars. New rule: subagents MUST NOT write token sidecars; the orchestrator emits the canonical event with provider-reported usage on their behalf.
116
+ - Slice 2 (the forge-cli runtime emit site) will wire the orchestrator side — out of scope here. With this slice landed, sidecar writes from subagents stop producing schema_drift errors.
117
+
118
+ **Tool changes.**
119
+
120
+ - `store-cli.cjs` — `record-usage` accepts `--provider`; `--estimated-cost-usd` is explicitly rejected with a pointer to `lib/pricing.cjs`. New `discoverProvider()` helper mirrors `discoverModel()`: reads `FORGE_PROVIDER` / `CLAUDE_CODE_PROVIDER`, falls back to `"unknown"`. `emit` auto-populates `provider` the same way it auto-populates `model`.
121
+ - `estimate-usage.cjs` — removed the `PRICE_PER_1M` heuristic table and `DEFAULT_PRICE_PER_1M`. The estimator now returns `{inputTokens, outputTokens, tokenSource: "estimated"}` only. Pricing lives in `lib/pricing.cjs` exclusively.
122
+ - `collate.cjs` — dropped the `missing` bucket from `tokenSourceCounts`. Token-less events surface as husks in the Ingestion Quality section (where they already were), not as a separate bucket.
123
+
124
+ **Compatibility note.** Existing event records that lack `provider` or carry `estimatedCostUSD` will fail strict validation. The migration entry lists this as a manual step — a one-shot `backfill-provider.cjs` will ship as a follow-up. For dogfooding here in `forge-engineering`, the affected events under `.forge/store/events/` either have no tokens (and won't be re-validated) or pre-date this contract.
125
+
126
+ Tests: 1173 pass (1 pre-existing `FRAGMENT_MAP has 4 entries` failure on `main`, unrelated to this slice — that's a separate stale-allowlist test left over from the 0.43.11 fragment-count change).
127
+
128
+ ---
129
+
130
+ ## [0.43.10] — 2026-05-13
131
+
132
+ **Verdict-source refactor — preflight gates read the store, not markdown.**
133
+
134
+ `parse-verdict.cjs` is gone. The `after <phase> = approved` predicate in `preflight-gate.cjs` previously regex-parsed a literal `**Verdict:**` line from review markdown files (PLAN_REVIEW.md, CODE_REVIEW.md, VALIDATION_REPORT.md, ARCHITECT_APPROVAL.md). The structured signal was already present one `store.getTask(id)` call away — `set-summary` writes `task.summaries.<canonical>.verdict ∈ {approved, revision, n/a}` validated against `PHASE_SUMMARY_SCHEMA`, and the approve phase transitions `task.status` to `"approved"`. The markdown layer was both fragile (smaller models invent equivalent prose) and redundant.
135
+
136
+ **New module.** `forge/tools/read-verdict.cjs` centralises:
137
+
138
+ - `PHASE_VERDICT_SOURCE` map: `review-plan → review_plan`, `review-code → code_review`, `validate → validation`, `approve → STATUS_SOURCE` (sentinel).
139
+ - `readVerdict({ record, phase })` returns `{ verdict, source, key }` for diagnostic error messages.
140
+ - CLI shim: `read-verdict.cjs --phase X --task Y`.
141
+
142
+ **Three bug classes collapsed into one fix.**
143
+
144
+ - [forge#91](https://github.com/Entelligentsia/forge/issues/91) — architect wrote `## Approval Status: ✅ APPROVED` instead of `**Verdict:**`. Now reads `task.status`.
145
+ - [forge-cli#11](https://github.com/Entelligentsia/forge-cli/issues/11) — `review-code → code_review` (reversed words). Now centrally mapped.
146
+ - The underscore-swap defensive fallback dance in run-task.ts — still works, no longer needed.
147
+
148
+ **Removed.** `forge/tools/parse-verdict.cjs` + its test. `preflight()`'s `verdictSources` parameter. `resolveVerdictSources` helper. Markdown read of review files.
149
+
150
+ **meta-approve.md** updated to clarify the `**Verdict:**` markdown line is a human breadcrumb only; the load-bearing source is `task.status`.
151
+
152
+ **Byte-budget lint** asserting presence of `**Verdict:**` in base-pack workflows is retained but documented as advisory — useful for generated workflow readability, not gating.
153
+
154
+ **Tests.** 1166 (was 1172): −10 (parse-verdict suite deleted) +11 (read-verdict suite added) +2 (approve via task.status; revision-in-store) −5 (verdictSources-shaped fixtures collapsed into one happy-path). Live testbench HLO-S01-T01 commit preflight: EXIT=0.
155
+
156
+ ---
157
+
158
+ ## [0.43.9] — 2026-05-13
159
+
160
+ **meta-approve.md — canonical Verdict-line contract.**
161
+
162
+ `parse-verdict.cjs` (consumed by the commit-phase preflight gate) recognizes only the literal `**Verdict:** [Approved | Revision Required]` line. The review-plan / review-code / validate meta workflows already document this; `meta-approve.md` did not. Architect personas (especially smaller models) wrote `## Approval Status: ✅ APPROVED` — semantically equivalent, but not parseable.
163
+
164
+ **Live trigger.** `/forge:run-task HLO-S01-T01` phase 8 (commit):
165
+
166
+ ```
167
+ × preflight gate failed for phase commit (exit 1); halting.
168
+ Gate failed for phase "commit":
169
+ - predecessor review for "approve" has no parseable **Verdict:** line
170
+ (.../HLO-S01-T01/ARCHITECT_APPROVAL.md)
171
+ ```
172
+
173
+ **Fix.** `meta-approve.md` Step 3 (Sign Off) now mandates the canonical `**Verdict:**` line and notes that downstream gates parse this exact form. Added Generation Instruction `Verdict Detection` mirroring meta-review-plan / meta-review-implementation / meta-validate.
174
+
175
+ **Structural lint.** `base-pack-byte-budget.test.cjs` gains a new describe block asserting every verdict-emitting phase file (`review_plan.md`, `review_code.md`, `validate_task.md`, `architect_approve.md`) contains the literal `**Verdict:**` token. A future drop-through fails the build, not the smoke test.
176
+
177
+ ---
178
+
179
+ ## [0.43.8] — 2026-05-13
180
+
181
+ **preflight-gate.cjs — gate-less phases pass through instead of escalating.**
182
+
183
+ Some run-task pipeline phases are gate-less by design — `writeback` (collator deterministic regen) has no predecessor verdict to check. Previously `preflight-gate.cjs` exited 2 (misconfiguration) when no workflow declared the phase OR when the located workflow lacked a `gates phase=<role>` fence. Live regression at phase 7 of `/forge:run-task HLO-S01-T01`:
184
+
185
+ ```
186
+ × forge:run-task — preflight gate escalated for phase writeback (exit 2);
187
+ manual intervention required.
188
+ ```
189
+
190
+ Exit 2 is now reserved for real misconfiguration (bad CLI args, parse errors). Both gate-less paths (`no workflow declares phase` and `workflow exists but declares no gate block`) exit 0 with an informational stderr note:
191
+
192
+ ```
193
+ preflight-gate: no preflight gates defined for phase "writeback" — skipping
194
+ ```
195
+
196
+ `forge:run-task`'s preflight check sees exit 0 and advances to dispatch normally.
197
+
198
+ **Regression test.** One existing test that asserted `exit 2 when no workflow file contains the requested phase` flipped to assert `exit 0` (with the writeback example baked in). Added a sibling test: workflow declares the phase via frontmatter but has no gates fence → also exit 0.
199
+
200
+ ---
201
+
202
+ ## [0.43.7] — 2026-05-13
203
+
204
+ **Kickoff-shim materialization markers — third (final) wave + structural lint.**
205
+
206
+ The kickoff-shim materialization markers (Iron Laws, Store-Write Verification, `forge_store` token, `.forge/personas/<name>.md`) were already added to plan/implement (0.43.2) and review-plan/review-code (0.43.5). This release fixes the remaining six subagent-targeted meta workflows that the run-task pipeline traverses:
207
+
208
+ - `meta-validate.md`
209
+ - `meta-approve.md`
210
+ - `meta-collate.md`
211
+ - `meta-commit.md`
212
+ - `meta-update-plan.md`
213
+ - `meta-update-implementation.md`
214
+
215
+ **Live trigger.** Phase 5 (validate) of `/forge:run-task HLO-S01-T01` hard-failed:
216
+
217
+ ```
218
+ × workflow regression: Store-Write Verification not found in
219
+ /home/boni/src/forge-testbench/hello/.forge/workflows/validate_task.md
220
+ × workflow regression: Iron Laws not found in …
221
+ × workflow regression: forge_store not found in …
222
+ ```
223
+
224
+ Same root cause as 0.43.2 / 0.43.5: meta workflows missing the four anchor markers that forge-cli's `runForgeSubagent` kickoff shim checks for. Three waves of one-phase-at-a-time discovery is the cost of not having a structural assertion.
225
+
226
+ **Regression lint.** `forge/tools/__tests__/base-pack-byte-budget.test.cjs` gains a new describe block — `phase files carry kickoff-shim markers` — that iterates every `PHASE_FILES` entry and asserts presence of all four markers. A future wave-four drop-through fails the build, not the smoke test.
227
+
228
+ **Byte-budget bumps.** Per-file budgets bumped to fit the marker blocks:
229
+
230
+ - `meta-validate.md`: 4096 → 5120
231
+ - `meta-approve.md`: 3072 → 4096
232
+ - `meta-commit.md`: 3072 → 4096
233
+
234
+ Base-pack workflow byte budgets unchanged.
235
+
236
+ ---
237
+
238
+ ## [0.43.6] — 2026-05-13
239
+
240
+ **preflight-gate.cjs — artifact directory resolution + filename fallback.**
241
+
242
+ Two compounding defects in `forge/tools/preflight-gate.cjs` surfaced live during `/forge:run-task HLO-S01-T01` phase 3 (implement). Pipeline hard-failed:
243
+
244
+ ```
245
+ × forge:run-task — preflight gate failed for phase implement (exit 1); halting.
246
+ Gate failed for phase "implement":
247
+ - cannot read predecessor review for "review-plan" at
248
+ .../HLO-S01-T01/TASK_PROMPT.md/PLAN_REVIEW.md: ENOTDIR
249
+ ```
250
+
251
+ Root causes:
252
+
253
+ 1. `resolveTaskArtifactDir` Pass 1 required `entry.startsWith(taskId + '-')` — rejecting directories named exactly `<taskId>` (modern convention, no slug). Pass 2's `<sprintId>-` prefix didn't help when taskId already embeds sprintId (e.g. `HLO-S01-T01` against sprintId `S01`). Returned `null`.
254
+ 2. The fallback then set `taskArtifactPath = taskRecord.path`. But `taskRecord.path` is the **primary source file** (e.g. `TASK_PROMPT.md`), not a directory. Predecessor-review resolution then appended `PLAN_REVIEW.md` to the file path → bogus `.../TASK_PROMPT.md/PLAN_REVIEW.md` → ENOTDIR on every `after <phase>` gate.
255
+
256
+ ### Changed
257
+
258
+ - `forge/tools/preflight-gate.cjs:resolveTaskArtifactDir` Pass 1: now matches `entry === taskId || entry.startsWith(taskId + '-')`. Exact-match acceptance preserves backward compat with legacy `-<slug>` naming.
259
+ - `forge/tools/preflight-gate.cjs` `taskArtifactPath` fallback: when `taskRecord.path` has a file extension, dirname() it.
260
+ - `forge/tools/__tests__/preflight-gate.test.cjs`: new regression test for the testbench naming pattern (sprint dir `S01`, artifact dir `HLO-S01-T01`).
261
+
262
+ ### Migration
263
+
264
+ Non-breaking. `regenerate: ["tools:preflight-gate"]`. Bundled forge-cli payloads pick up the fix on next package rebuild; standalone plugin users re-run `/forge:update`.
265
+
266
+ ---
267
+
268
+ ## [0.43.5] — 2026-05-13
269
+
270
+ **Pack-06 marker regression fix — second wave (review-plan + review-code).**
271
+
272
+ Adds Iron Laws + Store-Write Verification sections (plus `.forge/personas/supervisor.md` persona-load step and `forge_store` token) to `meta-review-plan.md` and `meta-review-implementation.md` so generated `review_plan.md` and `review_code.md` carry the four markers required by forge-cli's per-phase kickoff shim. Without these markers, every fresh init since 0.43.2 shipped review workflows that hard-failed phase 2 (and phase 4) of `/forge:run-task` with `× workflow regression: Store-Write Verification not found ...`.
273
+
274
+ Surfaced via forge-cli dogfooding of `/forge:run-task HLO-S01-T01` on 2026-05-13: phase 1 (plan) completed with warnings; phase 2 (review-plan) hard-rejected immediately on the four-marker check. See forge#85.
275
+
276
+ Root cause: migration 0.43.1 → 0.43.2 ("Pack-06 materialization-marker regression fix") patched `meta-plan-task.md` and `meta-implement.md` to add the markers, but the symmetric review metas were missed.
277
+
278
+ ### Changed
279
+
280
+ - `forge/meta/workflows/meta-review-plan.md`: "Iron Law" (singular philosophy block) restructured to "Iron Laws" (plural bullets) including `.forge/personas/supervisor.md` and `forge_store` references; new `## Store-Write Verification` section.
281
+ - `forge/meta/workflows/meta-review-implementation.md`: same pattern.
282
+ - `forge/tools/__tests__/base-pack-byte-budget.test.cjs`: per-file overrides for `review_plan.md` and `review_code.md` (4096→5120) to fit the marker blocks.
283
+ - `forge/tools/__tests__/phase-frontmatter.test.cjs`: budgets bumped for `meta-review-plan.md` (3200→4500) and `meta-review-implementation.md` (4200→5500).
284
+
285
+ ### Migration
286
+
287
+ Non-breaking. `regenerate: ["workflows:review_plan", "workflows:review_code"]`. Existing installs re-running `/forge:update` will re-materialize the two review workflows from the new metas.
288
+
289
+ ---
290
+
291
+ ## [0.43.4] — 2026-05-13
292
+
293
+ **meta-sprint-intake.md — Project Orientation block for non-Claude runtime portability.**
294
+
295
+ Inserts a step 0 "Project Orientation" into `meta-sprint-intake.md` that tells the subagent its cwd is the project root and points it at `.forge/config.json` (+ `forge_config` MCP) for config and `engineering/` for knowledge. Philosophy: orientation, not enforcement — we give the model the project context it needs so its work stays focused, we do not restrict its tools. Existing steps renumbered 0→1, 1→2, …, 4→5.
296
+
297
+ Why: forge-cli dogfooding on the pi runtime with `glm-5.1:cloud` (ollama provider) produced a transcript where the subagent — without project context — (a) issued `cd /home/user/project && cat .forge/config.json` with a hallucinated placeholder path, then (b) ran `find / -name "config.json" -path "*/.forge/*"` and wandered into five unrelated sibling project roots (`savesquad`, `Carelytics/*`, `walkinto.in`) before the user aborted. Claude Code's implicit cwd knowledge masks this; pi/openai-completions surfaces it. The fix gives the subagent the orientation it was missing. See forge#83.
298
+
299
+ ### Changed
300
+
301
+ - `forge/meta/workflows/meta-sprint-intake.md`: new step 0 "Project Orientation"; existing 0→1, 1→2, …, 4→5; `MASTER_INDEX.md` reference now explicit `engineering/MASTER_INDEX.md` and `SPRINT_REQUIREMENTS.md` now explicit `engineering/sprints/<SPRINT_ID>/SPRINT_REQUIREMENTS.md`.
302
+
303
+ ### Added
304
+
305
+ - `forge/tools/__tests__/meta-sprint-intake-cwd-anchor.test.cjs`: regression guard with three assertions (cwd is project root; `.forge/config.json` + `forge_config` MCP referenced; `engineering/` referenced as the knowledge root).
306
+
307
+ ### Migration
308
+
309
+ Non-breaking. `regenerate: ["workflows:sprint_intake"]`. Existing installs re-running `/forge:update` will re-materialize `sprint_intake.md` from the new meta.
310
+
311
+ ---
312
+
313
+ ## [0.43.1] — 2026-05-10
314
+
315
+ **Direct-exec contract patch — workflow store-CLI form unification.**
316
+
317
+ Every `/forge:store ...` slash-command reference in `init/base-pack/workflows/*.md` (and `_fragments/*.md`) replaced with the canonical `node "$FORGE_ROOT/tools/store-cli.cjs" ...` direct-cjs form already used by `meta/workflows/*.md`. Pairs with `@entelligentsia/forgecli@0.5.1`, which adds a bin fast-path that exec's `.tools/store-cli.cjs` directly when users (or models) shell `forge store ...`.
318
+
319
+ Why: cartographer testbench observed haiku-4-5 burning 26-220s per `bash forge store ...` invocation — each shell-out cold-started a fresh pi/agent loop because `forge` had no `store` subcommand. Models took the workflow text as license to bash-shell the colloquial form. Fix: unify workflow text to the deterministic direct-cjs form, and have forge-cli's bin route that form to a fast-path.
320
+
321
+ ### Changed
322
+
323
+ - All 18 base-pack workflow files (commands/, fragments/) rewritten from `\`/forge:store ...\`` to `\`node "$FORGE_ROOT/tools/store-cli.cjs" ...\``. Mechanical sed replacement; semantics unchanged. Bumped `integrity.json` and `structure-manifest.json` accordingly.
324
+
325
+ ### Migration
326
+
327
+ Non-breaking. Users on v0.43.0 → run `/forge:update`; no manual steps required. Existing `.forge/workflows/*.md` continue to work because forge-cli's bin fast-path interprets `forge store ...` shell-outs as direct cjs exec.
328
+
329
+ ---
330
+
331
+ ## [0.43.0] — 2026-05-10
332
+
333
+ **FORGE-S20 Sprint A — Friction emit channel + schema extension.**
334
+
335
+ T00 (FORGE-S20-T00) lands the writer side of the friction channel: `event.schema.json` gains `type:"friction"` enum with conditional required `{workflow, persona, issue}` via a JSON-Schema `allOf if/then` block; `validate-store.cjs` gains a minimal `allOf if/then required` interpreter; five meta-workflows (`meta-implement.md`, `meta-fix-bug.md`, `meta-validate.md`, `meta-plan-task.md`, `meta-orchestrate.md`) now carry an explicit Friction Emit section describing trigger conditions and the canonical flat-payload `node "$FORGE_ROOT/tools/store-cli.cjs" emit` shape. Shared fragment: `forge/meta/workflows/_fragments/friction-emit.md`.
336
+
337
+ T01 (FORGE-S20-T01) narrows the optional slots reserved by T00:
338
+ - `subkind` is constrained to a frozen enum `(skill_unused | skill_failed | skill_missing | skill_stale | skill_redundant)` plus a reserved `^x_[a-z_]+$` experimental namespace (no migration required for `x_*`), encoded as a single combined regex pattern.
339
+ - `evidence` is shaped into a closed object: `{ trajectory_excerpt: string, tool_errors: string[], retrieval_score: number ∈ [0,1], skillId: string }`.
340
+ - `validate-store.cjs` gains a minimal `pattern` interpreter on string fields.
341
+
342
+ Unblocks Plan 08 Phase B (dynamic skill curation): `/forge:enhance --phase 2` reader has been waiting for typed writers since S13-T08.
343
+
344
+ **Non-breaking:** events without `type` continue to validate exactly as before. T00-shaped friction events without `subkind`/`evidence` remain valid because those slots are not in the friction `allOf` then-required block.
345
+
346
+ **Regenerate:** `events:friction-emit` `events:friction-subkind` `workflows:implement,fix-bug,validate,plan-task,orchestrate` `tools:store-cli` `tools:validate-store` `schemas:event`
347
+
348
+ **Marketplace:** `skillforge/.claude-plugin/marketplace.json` `ref` advances from `v0.42.0` → `v0.43.0` (only after forge-cli v0.5.0 is published and post-publish verified).
349
+
350
+ ---
351
+
352
+ ## [0.42.0] — 2026-05-10
353
+
354
+ Release-routine catch-up. Single tag promotes v0.40.3 + v0.41.0 cumulatively to skillforge marketplace; v0.41.0 was never tagged separately. Bump-only — no new code beyond what already shipped on `main`.
355
+
356
+ **Cumulative content (since v0.40.2 marketplace pin):**
357
+
358
+ - **v0.40.3** (2026-05-08, FORGE-S16-T01) — `tools/substitute-placeholders.cjs` gains `--target pi` mode for forge-cli base-pack production. New `walkBasePackPi()` + `PI_TARGET_SUBDIRS` constant produce flat pi-shaped output trees from `init/base-pack/` with `{{KEY}}` tokens preserved. No user-side action required.
359
+ - **v0.41.0** (2026-05-09, FORGE-BUG-029-friction) — `tools/store-cli.cjs` adds `describe <entity>` and `template <entity>` subcommands; `lib/validate.js` errors now include a hint pointing at `template`/`describe` when the entity is known. Reduces write→reject→retry friction on weak/non-Anthropic models. No breaking changes.
360
+
361
+ **Migration path:**
362
+ - Users on v0.40.x → `/forge:update` is non-breaking.
363
+ - Users on <v0.40 → still must follow the v0.40.0 manual migration (run `/forge:update` then `/forge:migrate`; pre-migration `.forge/` is archived).
364
+
365
+ **Marketplace:** `skillforge/.claude-plugin/marketplace.json` `ref` advances from `v0.40.2` → `v0.42.0`.
366
+
367
+ ---
368
+
369
+ ## [0.40.2] — 2026-05-05
370
+
371
+ v0.40.2 hotfix bundle (FORGE-S14) — init/update/migrate reliability fixes. 17 FRs and 2 ADRs.
372
+
373
+ **ADR-S14-01** — `/forge:update` completion semantics: update ends in one of three states (complete, pending with auto-migration attempt, pending awaiting manual `/forge:migrate`). `updateStatus`, `pendingReason`, and `pendingMigrations` fields in `update-check-cache.json` track the state.
374
+
375
+ **ADR-S14-02** — `calibrationBaseline.sprintsCovered` semantics: cumulative provenance log (union-merge). `/forge:update` preserves existing entries and appends new ones; never destructively replaces.
376
+
377
+ **Tool fixes (T03 — FR-001/005/012/013/014/015):**
378
+ - `manage-versions.cjs` — three-resolution FORGE_ROOT priority (env var, `__dirname/..`, actionable error) + `--source` flag + zero-retry idempotent init
379
+ - `manage-config.cjs` — `set` on absent config creates minimal valid file; `resolve-forge-root` subcommand; `forgeRef` write/read support
380
+ - `build-persona-pack.cjs` / `build-context-pack.cjs` — `source_hash` field in output packs
381
+ - `build-overlay.cjs` — smoke-test exit code matches spec (exit 0 for "not found")
382
+ - `check-update.js` — `updateStatus`/`pendingReason`/`pendingMigrations` fields in cache; completion gate
383
+ - New shared libraries: `tools/lib/forge-root.cjs` (FORGE_ROOT resolution) and `tools/lib/paths.cjs` (commands subfolder path)
384
+
385
+ **Init/manifest fixes (T04 — FR-004/006/007):**
386
+ - `substitute-placeholders.cjs` — `_fragments/` directory fan-out during Phase 3; commands subfolder uses `paths.cjs` single source of truth
387
+ - `check-structure.cjs` — reads commands subfolder from `paths.cjs`; validates manifest entries exist in base-pack
388
+ - `structure-manifest.json` — ships `migrate_structural.md` and `CUSTOM_COMMAND_TEMPLATE.md` in base-pack
389
+ - `build-manifest.cjs` — release-time guard validates base-pack completeness
390
+
391
+ **Workflow/command patches (T05 — FR-002/003/008/009/010/011/016/017):**
392
+ - `/forge:update` — completion gate (ADR-S14-01), subagent probe (FR-009), `sprintsCovered` union-merge (ADR-S14-02), `forgeRef` portability (FR-010), contiguous phase numbering (FR-017)
393
+ - `/forge:init` — CLAUDE.md creation prompt at Phase 4 end (FR-008), `.gitignore` store/events/ unconditional (FR-016)
394
+ - `/forge:migrate` — `export FORGE_ROOT` on every bash block (FR-011)
395
+ - `_fragments/finalize.md` — updated to reference `/forge:update` completion states
396
+
397
+ **Regenerate:** tools (manage-versions, manage-config, substitute-placeholders, check-structure, build-manifest, build-persona-pack, build-context-pack, build-overlay, lib/forge-root, lib/paths), commands (update, init, migrate), workflows (migrate_structural, _fragments), schemas (config, update-check-cache, structure-manifest)
398
+
399
+ > **No breaking changes.** Users on v0.40.x can run `/forge:update` to apply all fixes. Users on pre-v0.40 should run `/forge:migrate` after updating.
400
+
401
+ ---
402
+
403
+ ## [0.40.1] — 2026-05-02
404
+
405
+ Read-side collate patch — corrects COST_REPORT.md generation by merging sidecars by `eventId` (eliminates duplicate-counting), adding an Ingestion Quality (IQ) section that surfaces missing / malformed sidecar events, canonicalizing model names via the new `tools/lib/pricing.cjs` library (29 tests, covers all Claude 3 / 3.5 / 3.7 / 4 model IDs plus aliases), and computing costs deterministically from the canonical model rather than trusting potentially-stale sidecar values. The `(unknown)` row that appeared when a model string couldn't be resolved is gone — unresolvable models are captured in the IQ section instead. This is a read-side-only fix; no emit-side behavior, schemas, or workflows changed. v0.41 will add the companion emit-side improvements.
406
+
407
+ **Regenerate:** `tools:collate`, `tools:pricing`
408
+
409
+ ---
410
+
411
+ ## [0.40.0] — 2026-05-02 **△ Breaking**
412
+
413
+ Base-pack init with progressive enhancement (FORGE-S13). Replaces multi-minute LLM cold-start init with a deterministic 4-phase pipeline (Collect → Discover → Materialize → Register, ~30–45s) and ships every workflow / template / persona as a working artefact with `{{KEY}}` placeholders that the init substitutes from `config.json` + `project-context.json`. No LLM in materialisation. Adds an enhancement agent and post-init / post-sprint hooks that progressively refine generated artefacts as the project's KB grows, plus a migration agent that converts pre-v0.40 installations onto the new substrate.
414
+
415
+ **T02 — `project-context.schema.json`:** New schema at `forge/schemas/project-context.schema.json` defines the structured project facts that drive substitution (project, architecture, entities, conventions, impact categories, technical debt, deployment, verification, skill wiring). `additionalProperties: false` throughout. JSON Schema annotations carry `x-placeholder` hints used by the init's discovery → context construction step.
416
+
417
+ **T03 — `substitute-placeholders.cjs`:** New ~506-line tool at `forge/tools/substitute-placeholders.cjs` walks the base-pack and substitutes `{{KEY}}` placeholders by joined key path (`project.name`, `architecture.frameworks.backend`, etc.). Supports default-on-missing (`{{KEY:default}}`) and is honoured `--dry-run` aware. Output directory mapping in the tool's `SUBDIR_OUTPUT_MAP` (commands → `.claude/commands/forge/`, personas → `.forge/personas/`, etc.). 624-line test suite at `__tests__/substitute-placeholders.test.cjs`.
418
+
419
+ **T04 — 4-phase `sdlc-init.md`:** Init flow rewritten end-to-end. `forge/init/sdlc-init.md` and `forge/commands/init.md` now drive: Phase 1 Collect (5 parallel discovery prompts → `config.json`), Phase 2 Discover (KB doc fan-out + inline `project-context.json` construction + calibration baseline), Phase 3 Materialize (substitute base-pack into `.forge/`), Phase 4 Register (tools registration, snapshot v0 in `structure-versions.json`, generation manifest, persona/context packs, store seed, update-check cache, refresh-kb-links, gitignore hygiene). `--fast` and `--full` are now CLI aliases — same 4-phase pipeline runs for both. Old 12-phase `init-progress.json` checkpoints are deleted automatically on resume.
420
+
421
+ **T05 — `structure-versions.json` + `manage-versions.cjs`:** New file at `.forge/structure-versions.json` carries versioned snapshots of the structural element set (workflows, commands, personas, skills, templates, schemas). New ~364-line tool at `forge/tools/manage-versions.cjs` is the single gateway for snapshot writes — `init`, `snapshot`, `enhance`, `migrate`, and `list` subcommands. Snapshot v0 is written by Phase 4 with `source: "base-pack"`; subsequent snapshots from enhancement / migration carry `source: "enhancement" | "migration"` and `enhancedElements[]` / `migratedFrom`. 518-line test suite.
422
+
423
+ **T06 — `npm run build-base-pack`:** New ~851-line tool at `forge/tools/build-base-pack.cjs` regenerates `forge/init/base-pack/` from the meta sources by walking `forge/meta/` and applying genericisation rules from `forge/tools/build-base-pack-rules.json` (replaces hardcoded "Forge" persona names with `{{PROJECT_NAME}}` placeholders). Exposed as `npm run build-base-pack` via `forge/package.json`. Test suites: `__tests__/build-base-pack.test.cjs` and `__tests__/placeholder-coverage.test.cjs`.
424
+
425
+ **T08 — Enhancement agent:** New meta workflow at `forge/meta/workflows/meta-enhance.md` and command at `forge/commands/enhance.md`. Three phases: Phase 1 (post-init `{{KEY}}` fills based on freshly-discovered context), Phase 2 (post-sprint dry-run diff proposals against newly-accumulated KB), Phase 3 (drift detection comparing live structural elements against snapshot baselines — produces a drift report; T08 augments `/forge:calibrate` to call Phase 3). Proposals are never auto-applied; the user reviews `.forge/enhancement-proposals/`.
426
+
427
+ **T09 — Enhancement hooks:** Two new fail-open hooks at `forge/hooks/post-init.cjs` and `forge/hooks/post-sprint.cjs` fire enhancement Phase 1 / Phase 2 on the appropriate trigger event. Hooks emit `enhancement-trigger`, `enhancement-completed`, and `enhancement-error` events via store-cli (event schema enum extended; no schema-shape change). Both hooks honour `process.on('uncaughtException', () => process.exit(0))` and never block init or retrospective happy paths. Observability: `/forge:store-query 'events where action = "enhancement-trigger"'`.
428
+
429
+ **T10 — Migration agent:** New meta workflow at `forge/meta/workflows/meta-migrate.md` and command at `forge/commands/migrate.md`. Synthesises `project-context.json` from existing `.forge/` artefacts (config.json, KB docs, store entries) using JSON-Schema-validated extraction passes; archives the pre-migration `.forge/` contents to `.forge/archive/pre-migration/`; writes snapshot v0 with `source: "migration"` and `migratedFrom` set. `/forge:health` clean post-migration; rollback path documented.
430
+
431
+ **T11 — Bucket-A friction reconciliation:** Eight sub-fixes covering `forge#71` (7 sub-bugs in `/forge:update`) and `forge#72` (preflight-gate workflow shadowing). Highlights: `/forge:update` Step 1 baseline derivation now uses `localVersion ?? migratedFrom ?? LOCAL_VERSION`; `LOCAL > REMOTE` decision-table case handled; `_fragments` directory fan-out in `regenerate.md`; integrity.json release-time guard regenerates from current hashes; `paths.forgeRoot` updated in Step 4 (was Step 6, leaving stale path baked into regenerated workflows); `hooks` and `schemas` regenerate categories explicitly omitted with documentation pointing at `/forge:update-tools`. `preflight-gate.cjs` no longer requires the `--workflow orchestrate_task` workaround for task pipelines.
432
+
433
+ **Substrate fixup (FR-007):** Phase 4 of `sdlc-init.md` now creates `.forge/enhancements/` and explicitly copies `project-overlay.schema.json` into `.forge/schemas/` (idempotent, defence-in-depth on the wildcard copy in Step 4-1). Closes the slipped FR-007 carry-over from T04 / T05.
434
+
435
+ **Regenerate:** 21 workflows (every base-pack workflow plus the new `enhance` and `migrate_structural`), 6 commands (`init`, `enhance`, `migrate`, `calibrate`, `update`, `regenerate`), 4 tools (`substitute-placeholders`, `manage-versions`, `build-base-pack`, `preflight-gate`). Categories `hooks` and `schemas` are deliberately omitted — hooks ship with the plugin (project copy is no-op), schemas are installed via `/forge:update-tools`.
436
+
437
+ > **Breaking:** Init flow is observably different (4 phases, ~30–45s). `--fast` aliases to default. `init-progress.json` schema changes from 12-phase to 4-phase. Two net-new files at `.forge/`: `structure-versions.json` and `project-context.json`. Downstream tooling that wrote to `structure-versions.json` directly must now route through `manage-versions.cjs`. Existing v0.28–v0.30.x installations: run `/forge:update`, then `/forge:update-tools` to install the three new schemas, then `/forge:migrate` to synthesise `project-context.json` and reformat `.forge/`, then `/forge:health` to verify.
438
+ >
439
+ > Manual: see `migrations.json` `0.32.0` entry for the full upgrade sequence and the `/forge:update-tools` rationale.
440
+
441
+ ---
442
+
443
+ ## [0.30.0] — 2026-05-01 **△ Breaking**
444
+
445
+ Prompt-efficiency structural cut (T01_6) — locks in the 40–50% per-task token reduction from the redesign analysis.
446
+
447
+ **Phase/orchestrator split:** `meta-orchestrate.md` and `meta-fix-bug.md` now carry `audience: orchestrator-only` and contain no per-phase subagent prose. All 9 phase meta sources (`meta-plan-task.md`, `meta-implement.md`, `meta-review-plan.md`, `meta-review-implementation.md`, `meta-validate.md`, `meta-approve.md`, `meta-commit.md`, `meta-update-plan.md`, `meta-update-implementation.md`) carry `audience: subagent` with a `context:` block (5 keys) that governs orchestrator prompt assembly. Byte budgets enforced: plan/implement/review-code/validate ≤4kB, remaining ≤3kB. Five forbidden strings (MASTER_INDEX.md, defensive read phrasing, etc.) absent from all subagent files — enforced by CI tests.
448
+
449
+ **PROJECT_OVERLAY:** New `build-overlay.cjs` tool materialises a ≤1kB task-scoped index slice (task row + sprint siblings from MASTER_INDEX.md, last phase summary, tool commands). The orchestrator calls it per-spawn and injects `overlay_md` instead of instructing subagents to read the full MASTER_INDEX.md. Architecture context block is now conditional on `phase.context.architecture` (true only for plan and approve phases). New schema: `project-overlay.schema.json`.
450
+
451
+ **`store-cli` silence:** Success-path stdout is now silent. Pass `--verbose` for legacy JSON echo. Error paths still write to stderr. Callers that parsed stdout must be updated.
452
+
453
+ **`_fragments/finalize.md`:** New shared fragment carries the `/cost` + sidecar emission contract. Per-phase `/cost` prose replaced with `file_ref:` to this fragment.
454
+
455
+ **Diff-mode defaults:** `review-code` and `validate` phases carry `diff_mode: true` — diff-first instruction instructs subagents to read `git diff` before loading full source files.
456
+
457
+ **Regenerate:** workflows (all phase files + orchestrator), schemas, tools (build-overlay, store-cli)
458
+
459
+ > **Breaking:** `store-cli` JSON stdout is no longer emitted on success. Any downstream script that parses `store-cli` output must pass `--verbose` or read results from disk.
460
+ >
461
+ > Manual: Run `/forge:update` to regenerate all workflows, tools, and schemas.
462
+
463
+ ---
464
+
465
+ ## [0.28.0] — 2026-04-29
466
+
467
+ Escalation hardening (GH-66): orchestrator now validates subagent responses and retries once with a simplified prompt before escalating on second failure; blocks tasks with `blocked` or `escalated` status via phase gates and a pre-task guard; inlines the four-step escalation procedure at every call site so the LLM agent sees the full mandatory steps; adds an Iron Law prohibiting silent workarounds; expands Error Recovery table to cover all failure modes. No schema changes — `blocked` and `escalated` were already in the task status enum.
468
+
469
+ **Regenerate:** workflows, personas
470
+
471
+ > Manual: Run `/forge:update` to regenerate workflows and personas. Tasks previously stuck in `blocked`/`escalated` status will now be skipped by the orchestrator instead of re-attempted.
472
+
473
+ ---
474
+
475
+ ## [0.27.1] — 2026-04-28
476
+
477
+ Fix `check-structure.cjs` false-negative for namespaced commands (GH-70): `structure-manifest.json` was missing `"prefixed": true` on the `commands` namespace entry, causing the tool to probe `.claude/commands/approve.md` instead of `.claude/commands/{prefix}/approve.md`. The tool had correct prefix-resolution logic at line 62 but the manifest never activated it. Fix adds `prefixed: true` in `build-manifest.cjs` and regenerates `structure-manifest.json`. Root cause: `configuration` — manifest generator omission.
478
+
479
+ ---
480
+
481
+ ## [0.27.0] — 2026-04-23
482
+
483
+ Store query engine: deterministic NLP-based store querying integrated from the store-query marketplace experiment. A 5-stage rule-based parser (no LLM) maps natural language to structured traversal plans: entity synonyms, status/severity mapping, FK follow phrases, ordering/limit/count tokens, and keyword extraction. Replaces 5–6 manual KB navigation tool calls with 1–2 structured calls returning filtered, FK-resolved, excerpt-included results.
484
+
485
+ New tools: `store-query.cjs` (CLI entry), `lib/store-facade.cjs` (StoreFacade + excerpt extraction), `lib/store-nlp.cjs` (NLP parser), `lib/store-query-exec.cjs` (query execution + result assembly), `query-logger.cjs` (PostToolUse hook). Dispatched via existing `store-cli.cjs` gateway: `nlp`, `query`, `schema` commands. New plugin skills: `forge:store-query-nlp`, `forge:store-query-grammar`. New agent: `forge:store-query-validator`. New command: `/forge:store-query`. Context-gathering query shortcuts added to plan-task, fix-bug, and sprint-plan workflows.
486
+
487
+ **Regenerate:** tools, workflows
488
+
489
+ ---
490
+
491
+ ## [0.26.0] — 2026-04-23
492
+
493
+ Permission prompt storm fix (BUG-014): add `PermissionRequest` hook that auto-approves known Forge tool patterns and persists allow rules to `.claude/settings.local.json`. Covers `node` tool invocations, shell commands (`mkdir`, `cp`, `ls`, `cat`, `jq`, `gh`, etc.), writes/edits to `.forge/`, `.claude/commands/`, and `engineering/`, and WebFetch to `raw.githubusercontent.com`. First run shows ~17 approval prompts (one per rule pattern) that persist; subsequent runs have zero prompts for Forge patterns. Deny rules always take precedence. Closes #68.
494
+
495
+ **Regenerate:** hooks
496
+
497
+ > Manual: Restart Claude Code after updating for the new hook to take effect. On first Forge command, approve each permission prompt once — they persist for future sessions.
498
+
499
+ ---
500
+
501
+ ## [0.25.0] — 2026-04-22
502
+
503
+ Fix permission-check rejection of `$FORGE_ROOT` in slash command frontmatter. Claude Code's permission checker blocks `!`-prefixed frontmatter containing shell variable expansions ("Contains simple_expansion"), preventing Forge commands like `/forge:add-task`, `/forge:add-pipeline`, `/forge:remove`, and `/forge:refresh-kb-links` from running without `--dangerously-skip-permissions`. All `!`-prefixed `manage-config.cjs` calls now read directly from `.forge/config.json` using literal relative paths — zero variable expansions, passes the permission checker. Init instruction files also cleaned up: replaced misleading `!` backtick notation with standard bash command substitution. Closes #67.
504
+
505
+ ---
506
+
507
+ ## [0.24.2] — 2026-04-22
508
+
509
+ Token telemetry reliability fix. Workflows now emit placeholder sidecars with null token fields when `/cost` unavailable (previously: skip silently). Step 0 checks `/cost` availability; if fails, Token Reporting step emits sidecar with `"source": "missing"`, `"inputTokens": null`. Users backfill later via `estimate-usage.cjs --sprint SPRINT-ID`. Eliminates silent data loss. 7 meta workflows updated.
510
+
511
+ **Regenerate:** workflows
512
+
513
+ ---
514
+
515
+ ## [0.24.1] — 2026-04-21
516
+
517
+ Fix init mode selection dialogue. Resume Detection now requires the `mode` field to be present in `.forge/init-progress.json` before treating a checkpoint as valid. Stale checkpoints without a `mode` field (from interrupted runs that didn't complete Mode Selection) now fall through to the full Fast/Full prompt instead of silently defaulting to 'full' via config.json fallback. This ensures users always see the mode selection dialogue on fresh or partial init runs.
518
+
519
+ ---
520
+
521
+ ## [0.24.0] — 2026-04-21
522
+
523
+ Multi-plugin detection in session-start hook. `check-update.js` now scans all plugin locations (`~/.claude/plugins/`, `./.claude/plugins/`) to detect multiple Forge installations. Reports scope (user/project), distribution (`forge@forge`/`forge@skillforge`), and enabled status. Enables `/forge:update` to advise users with multiple installations. 15 new tests added (593 total, 0 fail).
524
+
525
+ ---
526
+
527
+ ## [Unreleased]
528
+
529
+ (no entries)
530
+
531
+ ---
532
+
533
+ ## [0.23.0] — 2026-04-21
534
+
535
+ Fix path resolution bug in three command/agent files that used `require('.forge/config.json')` inside `node -e` one-liners. In `node -e` mode, `require()` with a relative path resolves from `process.cwd()`, which fails when the shell's working directory isn't the project root — causing `Cannot find module '.forge/config.json'` errors in any project using Forge. All three occurrences replaced with `manage-config.cjs get project.prefix` calls, matching the pattern already used by other commands. No regeneration required.
536
+
537
+ ---
538
+
539
+ ## [0.22.1] — 2026-04-20
540
+
541
+ Fix preflight-gate.cjs task directory resolution. `lastSegment(taskRecord.path)` extracted the source filename (e.g., `store-cli.cjs`) instead of the artifact directory name (e.g., `FORGE-S12-T06-model-discovery`), breaking `{task}` path substitution and verdict source resolution in `resolveVerdictSources`. New `resolveTaskArtifactDir()` scans the sprint directory for the matching `{taskId}-*` subdirectory, falling back to `lastSegment` for legacy records. 1 new test, 578 total.
542
+
543
+ ---
544
+
545
+ ## [0.22.0] — 2026-04-20
546
+
547
+ Calibrate baseline auto-initialization. `/forge:calibrate` now computes and writes the initial `calibrationBaseline` (MASTER_INDEX.md hash + completed sprint IDs) when the field is absent from `.forge/config.json`, instead of dead-ending with "run `/forge:init`". The algorithm mirrors init Phase 5/6-b. `/forge:health` now recommends `/forge:calibrate` instead of `/forge:init` when a missing baseline is detected. No schema changes.
548
+
549
+ **Regenerate:** run `/forge:update` — `commands` must be regenerated.
550
+
551
+ ---
552
+
553
+ ## [0.21.0] — 2026-04-20
554
+
555
+ Structured Result returns for CJS module APIs. Two exported functions are refactored from null-return failure patterns to `{ ok: true, value }` / `{ ok: false, code, message }` Results: `resolveTaskDir` in `collate.cjs` and `estimateTokens` in `estimate-usage.cjs`. A new shared library `forge/tools/lib/result.js` provides `ok()`, `fail()`, and `RESULT_CODES` constants so callers can branch on `result.code` rather than null-checking. All internal call sites are updated. 14 new tests added (526 total, 0 fail). CLI exit-code contract unchanged.
556
+
557
+ **Regenerate:** run `/forge:update` — `tools` must be regenerated.
558
+
559
+ ---
560
+
561
+ ## [0.20.0] — 2026-04-20
562
+
563
+ Sprint S11 tech-debt sweep across pipeline bugs, command gaps, and UX completeness. Seven fixes ship in this release: event timestamps no longer zero the time component (store-cli.cjs was serialising a truncated ISO string); preflight-gate now scans all `.forge/workflows/*.md` files instead of two hardcoded development-environment filenames; the ROLE_TIER model fallback in `meta-orchestrate.md` is applied correctly when a tiered cluster is detected; `collate.cjs` generates per-task `INDEX.md` files with correct relative links from `MASTER_INDEX.md`; `calibrationBaseline` is written during fast-mode init and backfilled during update; the `quiz-agent` slash command file is added; and `generate-commands.cjs` registers the quiz-agent entry and performs post-generation flat-file cleanup.
564
+
565
+ **Regenerate:** run `/forge:update` — `tools`, `workflows`, and `commands` must be regenerated.
566
+
567
+ ---
568
+
569
+ ## [0.19.2] — 2026-04-19
570
+
571
+ Each banner now carries a Japanese kanji companion (e.g. BLOOM 開花, FORGE 鍛冶, VOID 虚空) displayed in dim tint alongside the name in both `render()` and `badge()` output.
572
+
573
+ **Regenerate:** none required.
574
+
575
+ ---
576
+
577
+ ## [0.19.1] — 2026-04-19
578
+
579
+ Banner art collapsed from 5-line ASCII blocks to single creative lines — each banner's visual identity is preserved in one tinted unicode string, eliminating the line-count overhead that caused truncation in constrained CLI contexts.
580
+
581
+ **Regenerate:** none required.
582
+
583
+ ---
584
+
585
+ ## [0.19.0] — 2026-04-19
586
+
587
+ UX polish across three surfaces: Tomoshibi now lowercases the project prefix before forming slash-command suggestions, preventing copy-paste failures when `project.prefix` is stored uppercase. The `store-cli progress` command now emits a human-readable persona heartbeat line to stdout (emoji + agent name + status + detail) in addition to its existing pipe-delimited log entry. The `ensure-ready --announce` banner is now a single summary line (`🔥 Forge capability: N/total (P%) → M/total (Q%), +X artifacts`) instead of a multi-line framed block — visible inline in Claude Code without Ctrl-O expansion.
588
+
589
+ **Regenerate:** none required — all three changes ship with the plugin update.
590
+
591
+ ---
592
+
593
+ ## [0.18.1] — 2026-04-19
594
+
595
+ **Bug fix: `preflight-gate` workflow discovery works correctly in user projects.**
596
+
597
+ `preflight-gate.cjs` was searching for workflow files using two hardcoded filenames (`meta-orchestrate.md`, `meta-fix-bug.md`) that only exist in the Forge development dogfooding environment. In user projects these files are absent, causing `preflight-gate` to always exit with "could not locate workflow file" (exit 2) regardless of which phases were defined. It also used a `## Phase: <name>` heading pattern that never matched — workflows define gates via ` ```gates phase=<name>` fence labels. The fix scans all `.md` files under `.forge/workflows/` and matches on the correct fence-label pattern.
598
+
599
+ **Regenerate:** run `/forge:update` to get the updated `preflight-gate.cjs`.
600
+
601
+ ---
602
+
603
+ ## [0.18.0] — 2026-04-19
604
+
605
+ **Write-boundary schema enforcement: agents can write Forge-owned JSON directly with `Write` / `Edit` / `MultiEdit`, but every such write is schema-validated at the filesystem boundary by a new `PreToolUse` hook.**
606
+
607
+ The Forge contract has always been: probabilistic agents MAY bypass deterministic tools, as long as schemas are enforced for data and messages. Until this release, the second half of that rule was leaky — `store-cli` validated most of its write paths, but agents could route around `store-cli` entirely by using `Write` or `Edit` on `.forge/store/*.json` directly, and four paths inside `store-cli` itself wrote unvalidated sidecar / progress / collation data.
608
+
609
+ - **`hooks/validate-write.js`** — new `PreToolUse` hook registered on `Write`, `Edit`, and `MultiEdit`. Reads the proposed tool invocation, matches the target path against a write-boundary registry, computes the post-edit contents (for `Edit`/`MultiEdit`: applies `old_string` → `new_string` against the current file on disk), parses, and validates. Blocks the tool call with `exit 2` and a structured rejection naming the offending field. Passes through non-Forge paths and unmatched paths in under 20ms. Fails open on internal error so a broken validator can never block legitimate work.
610
+ - **`hooks/lib/write-registry.js`** — maps `.forge/store/**` path patterns to their schemas. Entries cover features, sprints, tasks, bugs, events, event-sidecars, `COLLATION_STATE.json`, and `progress.log` (line-pipe-delimited).
611
+ - **`tools/lib/validate.js`** — shared validator extracted from `store-cli.cjs` and extended with `pattern` and `format: date-time`. The hook and `store-cli` now run identical validation logic.
612
+ - **`schemas/event-sidecar.schema.json`**, **`schemas/progress-entry.schema.json`**, **`schemas/collation-state.schema.json`** — three new schemas. Drift guard test asserts the sidecar schema stays a subset of the event schema.
613
+ - **`store-cli.cjs` gap closures** — sidecar emit, sidecar→event merge, progress log append, and collation-state write now all validate against their schemas. Every `store-cli` write path is now schema-enforced.
614
+ - **`meta-orchestrate.md`** — new "Write-Boundary Contract" section documents that subagents may write Forge-owned JSON directly and that the hook enforces the invariant regardless of route.
615
+ - **Emergency bypass:** set `FORGE_SKIP_WRITE_VALIDATION=1` for a single turn. The hook allows the write through and appends an audit line to the affected sprint's `progress.log`.
616
+
617
+ **Regenerate:** `hooks` and `schemas` must be regenerated so the new hook and schema files land in the project's `.forge/` instance.
618
+
619
+ > Manual: Run `/forge:update` to install the new write-boundary hook. Any existing tooling that writes malformed JSON to `.forge/store/` will now be rejected at write time — fix the data, don't bypass the hook.
620
+
621
+ ---
622
+
623
+ ## [0.17.1] — 2026-04-19
624
+
625
+ **Architecture context pack: orchestrators inject a pre-computed architecture summary into every subagent prompt, reducing per-phase `stack.md` reads from ~12 to ~1.**
626
+
627
+ Every phase workflow independently reads `engineering/architecture/stack.md` and related docs. In a 6-phase task with 2 revisions, architecture docs are read 12+ times — 120+ times across a 10-task sprint. This release pre-computes a compact summary and injects it once per subagent spawn.
628
+
629
+ - **`build-context-pack.cjs`** — new tool that walks `engineering/architecture/*.md` (skips `*.draft.md`), extracts H1 titles, first paragraphs, and `## Key *` / `## Summary` sections, and emits `.forge/cache/context-pack.md` and `.forge/cache/context-pack.json`. Pack is capped at 400 lines with a truncation marker. Supports `manual: true` frontmatter to skip auto-rebuild.
630
+ - **`meta-orchestrate.md` / `meta-fix-bug.md`** — read `.forge/cache/context-pack.md` before each subagent spawn and inline it under `### Architecture context` in the prompt. Falls back silently when pack is absent.
631
+ - **Phase workflows** (`meta-plan-task.md`, `meta-implement.md`, `meta-review-plan.md`, `meta-review-implementation.md`) — updated to consult the injected context-pack summary first; read full architecture docs only when the summary is insufficient.
632
+ - **`/forge:health`** — detects stale pack via hash comparison between `.forge/cache/context-pack.json` and current `engineering/architecture/*.md`.
633
+ - **`/forge:regenerate`, `/forge:materialize`** — rebuild the pack after other generation steps.
634
+ - **`meta-collate.md`** — rebuilds the pack after KB updates (architecture docs may change during a sprint).
635
+
636
+ **Regenerate:** `workflows` and `tools` must be regenerated so the updated meta-files and new tool are reflected in the project's `.forge/` instance.
637
+
638
+ > Manual: Run `/forge:regenerate` to build the initial context pack at `.forge/cache/context-pack.md`.
639
+
640
+ ---
641
+
642
+ ## [0.17.0] — 2026-04-19
643
+
644
+ **Artifact summaries in task manifest: downstream subagent prompts now receive terse phase summaries instead of re-reading full artifacts.**
645
+
646
+ Across a typical 10-task sprint, each task's PLAN.md and CODE_REVIEW.md are re-read by 6+ downstream subagents. This release caches terse structured summaries on the task record as each phase completes, then injects those summaries into downstream prompts as a fast path. Full artifacts remain on disk and are always available by reference.
647
+
648
+ - **`summaries` field** on task and bug schemas (optional; additive — old records remain valid). Each key (`plan`, `review_plan`, `implementation`, `code_review`, `validation`) holds a `phaseSummary` object with bounded size (objective ≤ 280 chars, key_changes/findings ≤ 12 × 200 chars).
649
+ - **`store-cli set-summary <taskId> <phase> <jsonFile>`** — new subcommand that validates a summary JSON against the `phaseSummary` schema and merges it into the task record atomically (tmp + rename). `set-bug-summary` is the bug analogue.
650
+ - **Phase workflows emit summary sidecars** at the end of each phase (`PLAN-SUMMARY.json`, `IMPLEMENTATION-SUMMARY.json`, etc.) and register them via `set-summary`. If validation fails, the workflow retries before proceeding.
651
+ - **Orchestrator injects summaries** as a "Prior phase summaries" block in subagent prompts when available, with a pointer to the full artifact for escalation. Old tasks without summaries fall back to the previous behaviour (prompt instructs subagent to read the full artifact from disk).
652
+ - **`validateRecord` extended** with `maxLength` (strings), `maxItems` (arrays), and `items.maxLength`/`items.type` constraints — generalises the validation used by set-summary for future schemas.
653
+
654
+ **Regenerate:** `workflows` and `tools` must be regenerated so that updated workflow meta-files and the new store-cli are reflected in the project's `.forge/` instance.
655
+
656
+ ---
657
+
658
+ ## [0.16.0] — 2026-04-19
659
+
660
+ **Persona/skill by reference: subagent prompts now inject a compact summary instead of the full persona and skill file prose.**
661
+
662
+ Across a 10-task sprint with ~18 phase spawns per task, the old orchestrator re-injected ~479 lines of persona boilerplate on every subagent spawn — tokens that carried no per-task information. This release replaces the verbatim injection with a compact reference block compiled from YAML frontmatter.
663
+
664
+ - **YAML frontmatter** on all 8 personas and 8 skill meta files (`id`, `summary`, `responsibilities`/`capabilities`, `outputs`, `file_ref`). Prose is preserved for human readers.
665
+ - **`build-persona-pack.cjs`** — new tool that compiles frontmatter into `.forge/cache/persona-pack.json` with a stable `source_hash` and atomic write. Triggered by `/forge:regenerate` and `/forge:materialize`.
666
+ - **Reference-mode prompts** in `meta-orchestrate.md` and `meta-fix-bug.md` via a shared `compose_role_block(persona_noun)` helper. The subagent gets the summary inline and a `file_ref` pointer if it needs deeper context.
667
+ - **`FORGE_PROMPT_MODE=inline`** — one-version rollback path that preserves the legacy verbatim injection.
668
+ - **`/forge:health`** step 12 now flags a missing or stale persona pack via `source_hash` comparison.
669
+
670
+ **Regenerate:** `/forge:update` will prompt for `personas` and `workflows` regeneration. The pack is built as part of that step.
671
+
672
+ > Manual: Run `/forge:regenerate` to rebuild the persona pack at `.forge/cache/persona-pack.json`.
673
+
674
+ ---
675
+
676
+ ## [0.15.0] — 2026-04-19
677
+
678
+ **Gate-check enforcement: orchestrator and atomic phase workflows halt loudly on missing prerequisites and malformed verdicts.**
679
+
680
+ The orchestrator's documented invariant — *"YOU MUST NOT advance a phase until its gate checks pass"* — was documentation-only. The algorithm never actually validated prerequisites before spawning a subagent, and verdict detection was a raw `**Verdict:**` pattern match that silently misclassified typos and prose drift as "approved". Symptoms: phantom revisions, stub `PLAN.md` files treated as real, subagents "succeeding" on empty inputs.
681
+
682
+ This release ships a declarative gate layer:
683
+
684
+ - **`parse-verdict.cjs`** — closed verdict vocabulary (`approved`, `revision`, null). Unknown values never silently classify as approved. CLI shim exits 0/1/2 so both the orchestrator and manual users can script around it.
685
+ - **`parse-gates.cjs`** — minimal, dep-free DSL for per-phase gate declarations. Gates live in `` ```gates phase=<name> `` fenced blocks inside each meta-workflow. Grammar: `artifact`, `require`, `forbid`, `after`. Unknown directives throw with line numbers.
686
+ - **`preflight-gate.cjs`** — pure function + CLI shim that evaluates a phase's declared gates against the current task/bug state. Pre-spawn check returns `{ok, missing[]}` with every failure enumerated, not just the first.
687
+ - **Orchestrator + atomic workflows wired.** `meta-orchestrate.md` and `meta-fix-bug.md` run `preflight-gate.cjs` before every subagent spawn and use `parse-verdict.cjs` in place of ad-hoc string matching. Atomic workflows (`meta-plan-task`, `meta-implement`, `meta-review-plan`, `meta-review-implementation`, `meta-approve`, `meta-commit`, `meta-validate`) gain a "0. Pre-flight Gate Check" step so that users invoking `/plan`, `/implement`, etc. directly also hit the safety net.
688
+ - **Structural invariant test.** `phase-workflow-guards.test.cjs` fails the build if any phase workflow is added that forgets the preflight invocation.
689
+
690
+ Per-phase gates now declared: PLAN.md existence + size floor before `implement` and `review-plan`; predecessor verdict chains across `implement → review-code → approve → commit`; status-based guards on `plan` and `implement`. Adjusting a gate is a data change — edit the `gates` block, regenerate workflows.
691
+
692
+ **Regenerate:** `workflows` — run `/forge:update` to pull in the new gate-aware meta-workflows.
693
+
694
+ ---
695
+
696
+ ## [0.14.1] — 2026-04-18
697
+
698
+ **collate now generates Sprint, Task, and Bug INDEX.md files — fixing broken knowledge graph links.**
699
+
700
+ `MASTER_INDEX.md` has always linked to `sprints/{sprint}/INDEX.md`, `sprints/{sprint}/{task}/INDEX.md`,
701
+ and `bugs/{bug}/INDEX.md`, but `collate.cjs` never wrote those files. Every link from the master index
702
+ was a dead end. This release adds three new pure functions (`buildSprintIndex`, `buildTaskIndex`,
703
+ `buildBugIndex`) — each fully tested — and wires them into the CLI generation loop. Running collate
704
+ now produces a fully traversable knowledge graph: MASTER_INDEX → Sprint INDEX → Task INDEX → task
705
+ documents, and MASTER_INDEX → Bug INDEX → bug documents. The `forge:refresh-kb-links` skill also
706
+ gains a KB integrity check that detects missing INDEX files and prompts the user to re-run collate
707
+ before proceeding.
708
+
709
+ **Regenerate:** none required.
710
+
711
+ ---
712
+
713
+ ## [0.14.0] — 2026-04-18
714
+
715
+ **Tomoshibi unified — single oracle agent + `forge:refresh-kb-links` plugin skill.**
716
+
717
+ Forge previously shipped two Tomoshibi agents: `tomoshibi.md` (KB-visibility) and
718
+ `tomoshibi-oracle.md` (concierge). The KB-visibility logic is now a first-class plugin
719
+ skill (`forge:refresh-kb-links`) — invokable directly by users and by callers via the
720
+ Skill tool. The oracle is unified into a single `tomoshibi.md` that handles all intents
721
+ including a new "refresh KB links" conversational route. The three Agent-tool invocations
722
+ of Tomoshibi (in `/forge:update` Step 7, `/forge:init` Phase 12, and `meta-collate`
723
+ Finalize) are replaced with Skill-tool invocations — simpler, more transparent, no Agent
724
+ overhead for a deterministic task. `tomoshibi-oracle.md` is deleted.
725
+
726
+ **Regenerate:** none required.
727
+
728
+ ---
729
+
730
+ ## [0.13.1] — 2026-04-18
731
+
732
+ **Tomoshibi Oracle warns before destructive config changes.**
733
+
734
+ `/forge:ask` now shows the regeneration impact *before* confirming a `project.prefix`
735
+ change — the exact follow-up command (`/forge:regenerate commands workflows`) is displayed
736
+ alongside the consequence (command folder rename, stale workflow references) before the
737
+ `[Y/n]` prompt. `project.name` changes are confirmed clean (no regeneration needed).
738
+ An oracle warns before the deed, not after.
739
+
740
+ **Regenerate:** none required.
741
+
742
+ ---
743
+
744
+ ## [0.13.0] — 2026-04-18
745
+
746
+ **Generated commands are namespaced under the project prefix.**
747
+
748
+ Commands generated by `/forge:init` previously landed flat in `.claude/commands/` (e.g.
749
+ `/plan`, `/fix-bug`). These generic names collide with any other plugin claiming the same
750
+ name. v0.13.0 generates commands into `.claude/commands/{prefix}/` so they surface as
751
+ `/{prefix}:plan`, `/{prefix}:fix-bug`, etc., where `{prefix}` is the project prefix
752
+ captured at init time (e.g. `ACME`, `EMBER`).
753
+
754
+ Command files also gain `description:` frontmatter so the Claude Code slash command picker
755
+ shows a meaningful one-line description instead of the `<!-- AUTO-GENERATED -->` comment.
756
+ The `generate-orchestration` phase now explicitly emits namespaced slash command forms in
757
+ generated workflow content. `/forge:remove` reads the project prefix to delete the correct
758
+ subdirectory. `/forge:add-task` next-step suggestions show the namespaced command form.
759
+
760
+ **Regenerate:** `commands`, `workflows`
761
+
762
+ > Manual: After regenerating, delete the old flat command files:
763
+ > `rm -f .claude/commands/{sprint-intake,sprint-plan,run-task,run-sprint,plan,review-plan,implement,review-code,fix-bug,approve,commit,collate,retrospective}.md`
764
+
765
+ ---
766
+
767
+ ## [0.12.6] — 2026-04-18
768
+
769
+ **`/forge:ask` concierge command + tamper-evident plugin integrity.**
770
+
771
+ `/forge:ask` is a new single conversational entry point for all Forge intent. It routes
772
+ project-status queries, config reads/writes (scoped to `project.name` and `project.prefix`),
773
+ version checks, and workflow/command explanations through the new **Tomoshibi Oracle**
774
+ agent (`forge/agents/tomoshibi-oracle.md`). The existing `tomoshibi.md` KB-visibility
775
+ agent is unchanged.
776
+
777
+ Plugin integrity adds two new tools: `gen-integrity.cjs` (run at release time to write
778
+ `integrity.json` — a SHA-256 manifest of all plugin command, agent, hook, and verifier
779
+ files) and `verify-integrity.cjs` (run at health-check time to re-hash each file and
780
+ report drift). `/forge:health` now includes a tamper-evident integrity check: it first
781
+ verifies `verify-integrity.cjs` itself against a hash literal baked into the command,
782
+ then runs the verifier. Detection is tamper-*evident*, not tamper-*proof*; `/forge:update`
783
+ is the authoritative restore path and is documented as such.
784
+
785
+ **Regenerate:** none required.
786
+
787
+ ---
788
+
789
+ ## [0.12.5] — 2026-04-17
790
+
791
+ **Visual upgrade: framed capability announcement; system-wide zen-blue rules.**
792
+
793
+ The 2-line capability announcement (shipped in v0.12.4) was getting lost
794
+ between bash command output. v0.12.5 reframes it as a standout block:
795
+
796
+ ```
797
+ ━━━ 🔥 Forge — Capability Upgrade (fast mode) ━━━━━━━━━━━━━━━━━━━
798
+
799
+ Currently ▰▰▰░░░░░░░░░ 10/41 · 24%
800
+ After ▰▰▰▰░░░░░░░░ 15/41 · 37% +5 artifacts
801
+
802
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
803
+ ```
804
+
805
+ The top + bottom em-dash rules render in **zen blue** `(100, 140, 200)`.
806
+ Progress bars carry the lantern-yellow fast-mode tint introduced in
807
+ v0.12.3. Together they give the announcement real visual weight on a
808
+ busy terminal.
809
+
810
+ `banners.cjs` extensions:
811
+
812
+ - **`ZEN_BLUE`** — exported `[100, 140, 200]` constant.
813
+ - **`ruleLine(text, opts)`** — produces a 65-char zen-blue em-dash
814
+ horizontal rule with optional embedded label. Default tint is
815
+ `ZEN_BLUE`; override via `opts.color`.
816
+ - **`--rule [text]`** — new CLI subcommand for emitting standalone rules
817
+ from markdown rulebooks.
818
+ - **`phaseHeader()`** em-dash banner now uses `ruleLine` internally —
819
+ every phase / step header across `/forge:init`, `/forge:update`,
820
+ `/forge:regenerate`, `/forge:health` emits its em-dash separator in
821
+ zen blue automatically.
822
+
823
+ `ensure-ready.cjs` `_renderAnnouncement()` (used by `--announce`) now
824
+ uses `banners.ruleLine` for its top + bottom rules — same zen-blue
825
+ tint, single source of formatting.
826
+
827
+ All ANSI is auto-stripped in `NO_COLOR` / `FORGE_BANNERS_PLAIN` /
828
+ non-tty / `--plain` contexts.
829
+
830
+ **Regenerate:** none — additive change. Existing emit lines and APIs
831
+ are unaffected.
832
+
833
+ ---
834
+
835
+ ## [0.12.4] — 2026-04-17
836
+
837
+ **Fast-mode capability announcement on every materialise round.**
838
+
839
+ When the project is in fast mode and a stub workflow triggers
840
+ materialisation (or the user runs `/forge:materialize` / `--all`), Forge
841
+ now opens with a 2-line announcement:
842
+
843
+ ```
844
+ 〇 Forge is currently in fast mode · 5% capabilities generated (2 of 41)
845
+ This round will lift capabilities to 29% (12 of 41, +10 artifact(s))
846
+ ```
847
+
848
+ The percentages count materialised artifacts across the four lazy
849
+ namespaces (workflows, personas, skills, templates) against the total
850
+ expected set in `structure-manifest.json`. Commands are excluded from the
851
+ denominator — they're scaffolded eagerly even in fast mode.
852
+
853
+ `ensure-ready.cjs` gains three new module exports and CLI subcommands:
854
+
855
+ - `computeCapabilities(manifest, projectRoot)` / `--capabilities`
856
+ - `predictCapabilitiesAfter(manifest, projectRoot, addPaths)` /
857
+ `--capabilities-after [--all | --workflow <id> | --target <path>]`
858
+ - `--announce` — emits the human-readable 2-line summary; silent on full
859
+ installs (no output, exit 0).
860
+
861
+ Wired into `forge/init/generation/lazy-materialize.md` Step 1 (per-workflow
862
+ stub trigger) and `forge/commands/materialize.md` (`--all` and
863
+ single-workflow paths).
864
+
865
+ **Regenerate:** none — additive change.
866
+
867
+ ---
868
+
869
+ ## [0.12.3] — 2026-04-17
870
+
871
+ **Visual onboarding character across `/forge:init`, `/forge:update`,
872
+ `/forge:regenerate`, `/forge:health` (and light touch on `/forge:config`
873
+ and `/forge:materialize`).**
874
+
875
+ `banners.cjs` ships with three new helpers and a CLI extension:
876
+
877
+ - `progressBar(n, total, opts)` — unicode block bar with optional
878
+ gradient tint and label.
879
+ - `subtitle(text, opts)` — dim italic single-line subtitle for under
880
+ hero banners.
881
+ - `phaseHeader(n, total, name, bannerKey, opts)` — three-line
882
+ composite: badge → em-dash separator → progress bar (mode-tinted).
883
+ - New CLI subcommands: `--subtitle`, `--progress`, `--phase`, plus a
884
+ global `--plain` flag.
885
+ - Auto-strips ANSI in `NO_COLOR` / `FORGE_BANNERS_PLAIN` / non-tty
886
+ contexts — CI runs render plain.
887
+
888
+ Wired into commands:
889
+
890
+ - **`/forge:init`** opens with the `forge` hero + version subtitle,
891
+ every phase emits a banner badge + progress bar before its em-dash
892
+ header (per-phase banner map: north / entelligentsia / oracle /
893
+ bloom / tide / drift / ember / rift / lumen / forge / north / lumen).
894
+ Mode-tinted progress bars: Fast = lantern yellow, Full = ember
895
+ orange. Closes with the forge hero + a mode-specific tagline.
896
+ - **`/forge:update`** opens with the `ember` hero, every step gets a
897
+ banner badge + step header (1: north, 2A: rift, 2B: drift, 3: lumen,
898
+ 4: forge, 5: oracle, 6: drift, 7: lumen).
899
+ - **`/forge:regenerate`** opens with the `forge` hero, every category
900
+ emits a badge before its "Generating..." line (personas: bloom,
901
+ skills: tide, templates: drift, workflows: ember, commands: lumen,
902
+ knowledge-base: oracle).
903
+ - **`/forge:health`** opens with the `oracle` hero + subtitle; closes
904
+ with a status verdict line and (on perfect health) a sealing oracle
905
+ badge.
906
+ - **`/forge:config`** and **`/forge:materialize`** get a single
907
+ opening badge each — light touch on small commands.
908
+
909
+ **Regenerate:** none — additive change. All existing API and existing
910
+ emit lines remain — visuals are added in front of them, not as
911
+ replacements.
912
+
913
+ ---
914
+
915
+ ## [0.12.2] — 2026-04-17
916
+
917
+ **`/forge:init` mode prompt now defaults to Fast.**
918
+
919
+ After dogfooding v0.12.1, Fast mode is reliable enough to be the default
920
+ for new installs. The Mode Selection prompt now presents Fast as `[1]`
921
+ and Full as `[2]`; pressing Enter picks Fast. The resume sub-prompt is
922
+ re-ordered the same way for consistency. `--fast` and `--full` flags are
923
+ unchanged — both remain non-interactive escape hatches.
924
+
925
+ **Regenerate:** none — single-command UX change. No project files
926
+ affected.
927
+
928
+ ---
929
+
930
+ ## [0.12.1] — 2026-04-17
931
+
932
+ **`/forge:config` command + fast-mode-respecting regenerate + interactive
933
+ init prompt.**
934
+
935
+ Three coordinated changes ship together:
936
+
937
+ - **Interactive mode prompt for `/forge:init`** (FEAT-004). `/forge:init`
938
+ now surfaces fast vs. full mode through an interactive prompt between
939
+ resume detection and the pre-flight plan. Default = Full (Enter picks
940
+ Full). The pre-flight table is mode-specific — Full keeps the familiar
941
+ 12-row layout; Fast labels each row `[runs]`/`[skeleton]`/`[stubs]`/
942
+ `[deferred]` so users see what runs now vs. on first workflow use.
943
+ `--fast` and a new `--full` flag remain non-interactive escape hatches
944
+ for scripted runs; combining them halts with a conflict error. Mode is
945
+ persisted to `.forge/init-progress.json` pre-Phase-1 and propagated
946
+ into `.forge/config.json` by Phase 1. On resume, the stored mode is
947
+ offered as the default with a switch option; switching emits an
948
+ explicit warning, and resuming into a phase that's skipped in the new
949
+ mode advances to the next active phase with an `△` notice.
950
+ - **`/forge:regenerate` and `/forge:materialize` now respect fast mode.**
951
+ Targeted regenerate (`/forge:regenerate workflows`, single-file variants,
952
+ default no-args run) filters every category through a materialized check —
953
+ only files that exist (and, for workflows, are not stubs) are touched.
954
+ Migrations that fan out `/forge:regenerate <target>` against a fast install
955
+ no longer crash mid-flight; they become partial refreshes or no-ops, and
956
+ unmaterialized stubs pick up the new meta-version at first use for free.
957
+ Per-category fast-mode footers report `N of M regenerated`.
958
+ - **Mode switching is now explicit.** New `/forge:config` command owns the
959
+ `mode` field. `/forge:config mode full` runs materialize-all then default
960
+ regenerate then writes `mode: full`. `/forge:config mode fast` is refused
961
+ (one-way transition). Read-only `/forge:config` and `/forge:config mode`
962
+ for inspection.
963
+ - **`/forge:regenerate` (default) and `/forge:materialize --all` no longer
964
+ auto-flip mode.** Both are now mode-neutral. Promotion is a separate
965
+ decision the user makes by running `/forge:config mode full`.
966
+ - **`/forge:update` final summary** appends a fast-mode promotion hint when
967
+ the project is still in fast mode after migration.
968
+ - **Bug fix (issue #47 / FORGE-BUG-010):** `/forge:init` Phase 12 now offers
969
+ to gitignore `.forge/store/events/` — the transient JSON event-log
970
+ directory that accumulates one file per agent phase per task or bug.
971
+ `/forge:update` Step 5 audit gains a `5g` sub-check that surfaces a
972
+ `add-gitignore-entry` item on existing projects whose `.gitignore` does
973
+ not already cover the path. Idempotent on both paths; never modifies
974
+ unrelated lines.
975
+
976
+ **Regenerate:** none — additive change. Existing full-mode projects are
977
+ unaffected; existing fast-mode projects automatically get the new (better)
978
+ behaviour the next time they invoke `/forge:regenerate` or
979
+ `/forge:materialize`. Projects that have not yet gitignored
980
+ `.forge/store/events/` will see a new audit item the next time they run
981
+ `/forge:update`.
982
+
983
+ ---
984
+
985
+ ## [0.12.0] — 2026-04-17
986
+
987
+ **Fast-mode init with subagent-distributed lazy scaffolding.**
988
+
989
+ `/forge:init --fast` completes in ~30 seconds (plus Phase 2 user interaction)
990
+ by running only structural phases upfront and deferring all heavy LLM
991
+ generation to first use. Heavy artifacts (personas, skills, templates,
992
+ workflows) are materialised on demand by the subagent that needs them —
993
+ matching Forge's decentralised execution model.
994
+
995
+ Key changes:
996
+
997
+ - **`/forge:init --fast`** — new flag that skips Phases 4, 5, 6, 8 and writes
998
+ stub workflow files for Phase 7. Each stub carries a self-ensure boilerplate:
999
+ on first invocation the subagent reads `lazy-materialize.md`, materialises
1000
+ its transitive dependency closure, self-replaces the stub, and re-reads the
1001
+ real workflow.
1002
+ - **Machine-readable dep graph** — all 17 `forge/meta/workflows/meta-*.md`
1003
+ files gain a `deps:` YAML frontmatter block declaring their closure (personas,
1004
+ skills, templates, sub-workflows, KB docs). `build-manifest.cjs` parses these
1005
+ and emits an `edges.workflows` section into `structure-manifest.json`.
1006
+ - **`lazy-materialize.md`** — new rulebook in `forge/init/generation/`. Reads
1007
+ edges from structure-manifest, computes transitive closure (BFS, 2-level),
1008
+ fans out to existing single-file rulebooks in topological order (KB → personas
1009
+ → skills/templates → workflows), rebuilding the project brief between layers.
1010
+ - **`ensure-ready.cjs`** — new tool; answers "is workflow X's closure
1011
+ materialised?". CLI: `--workflow <id>`, `--closure <id>`, `--target <path>`.
1012
+ Exit 0 = ready, 1 = needs generation. Exports `computeClosure` and
1013
+ `resolveKbPath` for test use.
1014
+ - **`/forge:materialize`** — new command; fills missing/stubbed artifacts without
1015
+ overwriting pristine ones. Separate verb from `/forge:regenerate` (fill-in
1016
+ vs. rebuild-always).
1017
+ - **Per-file scoping for skills and templates** in `/forge:regenerate`:
1018
+ `regenerate skills engineer` and `regenerate templates PLAN_TEMPLATE` now work,
1019
+ mirroring the existing `personas` and `workflows` per-file patterns.
1020
+ - **Config `mode` field** — `.forge/config.json` gains optional `"mode": "fast" |
1021
+ "full"`. Written by Phase 1; flipped to `"full"` on default `/forge:regenerate`
1022
+ or `/forge:materialize --all`.
1023
+ - **Fast-mode smoke test** — Phase 11 branches on `config.mode`; validates stub
1024
+ sentinel, command count, schema presence, dep-graph edges — skips referential-
1025
+ integrity checks that assume full artifacts.
1026
+
1027
+ **Regenerate:** none — existing full-mode projects are unaffected. Fast mode is
1028
+ opt-in at future `--fast` inits.
1029
+
1030
+ ---
1031
+
1032
+ ## [0.11.3] — 2026-04-16
1033
+
1034
+ **Parallelise init and regenerate across all generation phases.**
1035
+
1036
+ `/forge:init` and `/forge:regenerate` were bottlenecked by sequential LLM
1037
+ generation passes in every phase. Applied the Phase 7 fan-out pattern
1038
+ (one Agent call, all subagents in parallel) to every phase that generates
1039
+ independent files:
1040
+
1041
+ - **Phase 3 (KB)** — 7 leaf docs now fan out in parallel (stack, processes,
1042
+ database, routing, deployment, entity-model, stack-checklist); index files
1043
+ and MASTER_INDEX generated sequentially after.
1044
+ - **Phase 4 (Personas)** — 7 persona files fanned out in parallel.
1045
+ - **Phases 5+6** — skills and templates now spawn in a *single* Agent call
1046
+ (all skill + all template subagents together) after Phase 4. The
1047
+ completeness guard runs before the fan-out; calibration baseline writes
1048
+ after.
1049
+ - **Phases 8+9** — orchestration and commands spawn in a single Agent call
1050
+ after Phase 7.
1051
+
1052
+ `/forge:regenerate` gains the same treatment: `workflows` now uses
1053
+ `build-init-context.cjs` + `workflow-gen-plan.json` fan-out; `personas`,
1054
+ `skills`, and `templates` each fan out; the default (no-argument) run
1055
+ uses 4 dependency-ordered parallel steps instead of 5 sequential category
1056
+ passes.
1057
+
1058
+ New per-subagent rulebook files added to `forge/init/generation/`:
1059
+ `generate-persona.md`, `generate-skill.md`, `generate-template.md`,
1060
+ `generate-kb-doc.md`.
1061
+
1062
+ **Regenerate:** none — existing generated artifacts are unchanged.
1063
+
1064
+ ---
1065
+
1066
+ ## [0.11.2] — 2026-04-16
1067
+
1068
+ **Fix: restore requirements frontmatter in generated workflows.**
1069
+
1070
+ v0.11.1 incorrectly stripped the YAML `requirements:` frontmatter block from
1071
+ generated workflow files. This block is not a leak — it carries
1072
+ `reasoning`/`context`/`speed` fields used for runtime model selection and must
1073
+ be preserved verbatim at the top of each generated workflow. The root cause was
1074
+ a misdiagnosis: the actual bug was the self-check rule "first non-blank line
1075
+ must be the persona symbol", which fails when frontmatter is correctly present.
1076
+ Corrected both: `generate-workflows.md` now instructs subagents to copy the
1077
+ frontmatter block then embed the persona after the closing `---`, and the
1078
+ self-check now looks for the persona symbol as the first non-blank line *after*
1079
+ the frontmatter, not the absolute first line.
1080
+
1081
+ **Regenerate:** `workflows`
1082
+
1083
+ ---
1084
+
1085
+ ## [0.11.1] — 2026-04-16
1086
+
1087
+ **Fix Phase 7 fan-out: persona symbol extraction, frontmatter leak, and intake persona.**
1088
+
1089
+ Three bugs found during smoke-test of v0.11.0 init on a real project:
1090
+
1091
+ 1. `extractPersonaSymbol` in `build-init-context.cjs` returned `·` for all
1092
+ generated personas — the function only recognised YAML `symbol:` frontmatter.
1093
+ Generated personas use a first-line emoji format (`🗻 **Name** — tagline`).
1094
+ Fixed with Unicode `\p{Emoji_Presentation}` regex on the first non-blank line.
1095
+
1096
+ 2. `generate-workflows.md` did not strip YAML frontmatter from meta-workflows
1097
+ before embedding content. Some meta-workflows begin with a `requirements:` /
1098
+ `reasoning:` block (`---` … `---`) that leaked into generated output, placing
1099
+ the persona section at line 8 instead of line 1 and breaking self-check.
1100
+ Fixed with an explicit strip rule in the per-subagent rulebook.
1101
+
1102
+ 3. `workflow-gen-plan.json` had `"persona": "architect"` for `architect_sprint_intake`,
1103
+ but `meta-sprint-intake.md` explicitly instructs subagents to load
1104
+ `product-manager.md`. Corrected to `"persona": "product-manager"`.
1105
+
1106
+ **Regenerate:** `workflows`
1107
+
1108
+ ---
1109
+
1110
+ ## [0.11.0] — 2026-04-16
1111
+
1112
+ **Phase 7 workflow fan-out with minimal context brief.**
1113
+
1114
+ `/forge:init` Phase 7 now generates all 16 atomic workflow files in parallel
1115
+ using fanned-out Agent subagents — one subagent per workflow — instead of a
1116
+ single serial pass. A compact project brief (`.forge/init-context.md`, ≤3 KB)
1117
+ is materialised once from deterministic sources before the fan-out, replacing
1118
+ repeated full-context re-derivation across 16 serial model turns. Each subagent
1119
+ reads only its own brief + meta-workflow + persona file, writes one file, and
1120
+ self-validates before returning. Reduces Phase 7 wall time from ~15–20 min to
1121
+ ~1–2 min for typical projects. The fan-out table lives in
1122
+ `forge/init/workflow-gen-plan.json`; the brief builder is
1123
+ `forge/tools/build-init-context.cjs` (21 tests).
1124
+
1125
+ **Regenerate:** none — this change only affects new inits; existing generated
1126
+ artifacts are unchanged.
1127
+
1128
+ ---
1129
+
1130
+ ## [0.10.1] — 2026-04-16
1131
+
1132
+ **Fix: `quiz_agent.md` missing from new inits.**
1133
+
1134
+ `quiz_agent.md` (the project KB knowledge-check workflow) was listed as a Phase 7
1135
+ output in `generate-workflows.md` but had no meta-workflow source, so
1136
+ `/forge:init` silently skipped it. Added `forge/meta/workflows/meta-quiz-agent.md`
1137
+ with generation instructions that produce project-specific quiz questions from the
1138
+ generated KB (architecture docs, domain entities, stack conventions). Wired into
1139
+ `build-manifest.cjs` and `structure-manifest.json`.
1140
+
1141
+ **Regenerate:** `workflows`
1142
+
1143
+ ---
1144
+
1145
+ ## [0.10.0] — 2026-04-16
1146
+
1147
+ **Tomoshibi (灯) agent + KB path configurability.**
1148
+
1149
+ Forge's first named plugin agent — Tomoshibi — ensures that every coding-agent instruction file in a project (CLAUDE.md, AGENTS.md, .cursorrules, .github/copilot-instructions.md, GEMINI.md) has up-to-date links to the Forge knowledge base and generated workflow entry points. Manages two idempotent sections per file (`<!-- forge-kb-links -->` and `<!-- forge-workflow-links -->`), presents a clear approval prompt, and runs on every `forge:init`, `forge:update`, and collation.
1150
+
1151
+ KB folder name is now configurable at init pre-flight — projects where `engineering/` already carries another meaning can choose an alternative (e.g. `ai-docs`, `.forge-kb`). The choice is written to `paths.engineering` in `.forge/config.json` and propagated through all init phases.
1152
+
1153
+ **Regenerate:** `workflows` `commands` `personas` `skills` `tools`
1154
+
1155
+ ---
1156
+
1157
+ ## [0.9.0] — 2026-04-15 _(cycle: 0.9.0–0.9.18)_
1158
+
1159
+ **Store Custodian, named-agent IPC, calibrate, banner library, and Sprint S09.**
1160
+
1161
+ The 0.9.x series shipped Forge's deterministic store gateway (`store-cli.cjs`), migrating 16 meta-workflows from direct file writes to an auditable CLI. Sprint S09 delivered `/forge:calibrate` (drift detection and surgical regeneration patches), `/forge:add-task` (mid-sprint task addition), health config-completeness and KB freshness checks, init completeness guard, and calibration baseline recording. The 0.9.x patch cycle added named-agent IPC (orchestrator-owned phase banners with exit signals, Monitor streaming, file-based progress log), the banner library (`banners.cjs` with 10 agent identities), orchestrator context compaction via `/compact`, and a structure manifest for deterministic generated-file verification.
1162
+
1163
+ **Regenerate:** `workflows` `commands` `personas` `skills` `tools`
1164
+
1165
+ ---
1166
+
1167
+ ## [0.8.0] — 2026-04-14 _(cycle: 0.8.0–0.8.10)_
1168
+
1169
+ **Sprint S06 cap: persona system, slug-aware discovery, and collate lifecycle.**
1170
+
1171
+ Orchestrator persona noun-based lookup, meta-workflows purged of inline Persona sections, `forge:regenerate` includes personas by default, sprint schema gains `path` field, slug-aware directory discovery wired into `seed-store`, `collate`, and `validate-store`. The 0.8.x patch cycle fixed ghost event files, added collate `--purge-events`, stamped the init migration baseline, shipped workflow canonical naming, switched to `effort:` frontmatter, and fixed sprint-plan and `forge:update` Step 4.
1172
+
1173
+ **Regenerate:** `workflows` `commands` `personas` `skills` `tools`
1174
+
1175
+ ---
1176
+
1177
+ ## [0.7.0] — 2026-04-13 _(cycle: 0.7.0–0.7.11)_ **△ Breaking**
1178
+
1179
+ **Portability migration + Japanese nature persona palette.**
1180
+
1181
+ Legacy `model: <id>` fields replaced with structured `requirements` blocks (3D Agent Model and symmetric injection). ID-description folder naming and absolute path injection in subagent prompts eliminate model path-guessing. The 0.7.x patch cycle added the Japanese nature persona palette (🗻 Architect, 🌸 PM, 🍵 QA), orchestrator persona announcements, ghost event fix, false breaking-change suppression in `forge:update`, and `validate-store` slug and filesystem consistency checks.
1182
+
1183
+ **Regenerate:** `workflows` `commands` `personas` `skills` `tools`
1184
+
1185
+ > Manual: Check `.forge/config.json` for custom `model` overrides in `config.pipelines`. If present, migrate to the `requirements` block format in the corresponding workflow artifacts.
1186
+
1187
+ ---
1188
+
1189
+ ## [0.6.0] — 2026-04-09 _(cycle: 0.6.0–0.6.13)_
1190
+
1191
+ **Feature tier, QA validate phase, and distribution-aware update URLs.**
1192
+
1193
+ Feature entity (`feature.schema.json`, `.forge/store/features/`), `feature_id` in sprint/task schemas, `collate` generates `features/` registry, `/forge:health` reports per-feature test coverage. QA validate phase wired into default pipeline. `store.cjs` facade for standardised store CRUD. Distribution-aware `updateUrl`/`migrationsUrl` in `plugin.json` — each distribution branch checks its own host repo. `validate-store` abandoned enum fix, collate fixes, skillforge `git-subdir` switch.
1194
+
1195
+ **Regenerate:** `workflows` `commands` `personas` `skills` `tools`
1196
+
1197
+ ---
1198
+
1199
+ ## [0.5.0] — 2026-04-06 _(cycle: 0.5.0–0.5.9)_
1200
+
1201
+ **fix-bug orchestrator, collate FORGE_ROOT fix, and update UX improvements.**
1202
+
1203
+ `fix-bug` became a true orchestrator (chained subagents, revision loop, plain status codes). Collate meta-templates emit a runtime `FORGE_ROOT` read instead of baking the absolute plugin cache path — regenerated workflows no longer go stale on version bumps. `forge:update` detects canary/source installs and skips install steps; `validate-store` null handling; update UX improvements across the patch cycle.
1204
+
1205
+ **Regenerate:** `workflows` `commands` `tools`
1206
+
1207
+ ---
1208
+
1209
+ ## [0.4.0] — 2026-04-05 _(cycle: 0.4.0–0.4.1)_ **△ Breaking**
1210
+
1211
+ **Japanese-style marks, command renames, and persona symbols.**
1212
+
1213
+ 〇△×🌱🌿⛰️ marks across all output. Agent personas gain symbols and first-person announcements. Built-in commands renamed to `plan`/`review-plan`/`review-code`. `generation-manifest` tool added. `engineering/tools/` eliminated — all tools invoked from `$FORGE_ROOT/tools/`. `paths.forgeRoot` and `paths.customCommands` added to config schema. 0.4.0 backfilled explicit model fields on pipeline phases.
1214
+
1215
+ **Regenerate:** `workflows` `commands`
1216
+
1217
+ > Manual: Backfill model fields on pipeline phases: `node engineering/tools/manage-config.cjs pipeline backfill-models`
1218
+
1219
+ ---
1220
+
1221
+ ## [0.3.0] — 2026-04-02 _(cycle: 0.3.0–0.3.15)_
1222
+
1223
+ **Pre-built CJS tools, revision loop, context accumulation fix, and FORGE-S01.**
1224
+
1225
+ Tools shipped as pre-built Node.js CJS scripts (collate, seed-store, validate-store, manage-config) — eliminates project-language dependency. Orchestrator revision loop fixed (verdict detection + `on_revision` routing). Context accumulation fix: each pipeline phase now runs as a fresh Agent tool subagent (closes BUG-001). Token Usage Tracking sprint (FORGE-S01): event schema gains token fields, `collate` generates `COST_REPORT.md`, retrospective cost analysis. Error triage hook, graceful error handling, `forge:migrate` command.
1226
+
1227
+ **Regenerate:** `workflows` `commands` `tools`
1228
+
1229
+ ---
1230
+
1231
+ ## [0.2.0] — prior
1232
+
1233
+ Initial release. Core SDLC loop: `plan → review-plan → implement → review-code → approve → commit`. Sprint management, bug tracking, store, and init.