AI/Tasks/CurrentTask.txt
|
Please read the following PowerShell script:
C:\repos\TechToolbox\Public\Set\Set-PageFileSize.ps1 Task: Create a detailed markdown document that encapsulates the functionality and usage of the Set-PageFileSize.ps1 script. Requirements: - Create the output file at this exact path: C:\repos\TechToolbox-Docs\Set-PageFileSize.md - Use accurate technical details based on the source inputs. - Structure the document for fast scanning with concise headings and examples when useful. - Keep the tone practical and specific to this repository or scenario. - Use WRITE-FILE to create or update the markdown document. - Use APPEND-FILE only if output must be chunked; if APPEND-FILE is used, call FINALIZE-FILE-WRITE on the same path before finalAnswer. - Do not stop after analysis. - Do not summarize your plan before editing. - Do not return a final answer until the file update has succeeded. |