feat(FN-3309): remove PI install references and documentation

Merges the final step for FN-3309, adding a changeset to document the removal of pi install references. The changeset is the only file changed, completing the feature work.

Fusion-Task-Id: FN-3309
This commit is contained in:
Fusion
2026-05-03 13:01:54 -07:00
committed by gsxdsm
parent b9b5c0873c
commit 21504f6153
12 changed files with 33 additions and 66 deletions

View File

@@ -708,7 +708,7 @@ export default function kbExtension(pi: ExtensionAPI) {
await store.moveTask(params.id, 'todo');
// Log the retry action
await store.logEntry(params.id, "Retry requested via Pi extension", "Task reset to todo for retry");
await store.logEntry(params.id, "Retry requested via Fusion extension", "Task reset to todo for retry");
return {
content: [{ type: "text", text: `Retried ${params.id} → todo (failure state cleared)` }],