dimcode-darwin-x64 0.1.2-beta.1 → 0.1.2

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 (148) hide show
  1. package/bin/dimcode +0 -0
  2. package/package.json +1 -1
  3. package/bin/runtime/sandbox/dim-sandbox-runner +0 -0
  4. package/bin/runtime/sandbox/manifest.json +0 -15
  5. package/bin/skills-assets/deep-investigate/SKILL.md +0 -101
  6. package/bin/skills-assets/deep-investigate/references/prompts.md +0 -75
  7. package/bin/skills-assets/deep-investigate/references/templates.md +0 -73
  8. package/bin/skills-assets/deep-investigate/references/thinking-tools.md +0 -36
  9. package/bin/skills-assets/docs-sprint/SKILL.md +0 -73
  10. package/bin/skills-assets/docs-sprint/agents/openai.yaml +0 -4
  11. package/bin/skills-assets/docs-sprint/references/contract-discipline.md +0 -30
  12. package/bin/skills-assets/docs-sprint/references/delivery-plan.md +0 -162
  13. package/bin/skills-assets/docs-sprint/references/documentation-system.md +0 -109
  14. package/bin/skills-assets/docs-sprint/references/ui-layout.md +0 -73
  15. package/bin/skills-assets/docs-sprint/references/worktree-guide.md +0 -45
  16. package/bin/skills-assets/docx/SKILL.md +0 -273
  17. package/bin/skills-assets/docx/assets/styles/academic_styles.xml +0 -250
  18. package/bin/skills-assets/docx/assets/styles/corporate_styles.xml +0 -284
  19. package/bin/skills-assets/docx/assets/styles/default_styles.xml +0 -449
  20. package/bin/skills-assets/docx/assets/xsd/aesthetic-rules.xsd +0 -470
  21. package/bin/skills-assets/docx/assets/xsd/business-rules.xsd +0 -130
  22. package/bin/skills-assets/docx/assets/xsd/common-types.xsd +0 -159
  23. package/bin/skills-assets/docx/assets/xsd/wml-subset.xsd +0 -589
  24. package/bin/skills-assets/docx/references/cjk_typography.md +0 -357
  25. package/bin/skills-assets/docx/references/cjk_university_template_guide.md +0 -184
  26. package/bin/skills-assets/docx/references/comments_guide.md +0 -191
  27. package/bin/skills-assets/docx/references/design_good_bad_examples.md +0 -829
  28. package/bin/skills-assets/docx/references/design_principles.md +0 -819
  29. package/bin/skills-assets/docx/references/openxml_element_order.md +0 -308
  30. package/bin/skills-assets/docx/references/openxml_encyclopedia_part1.md +0 -4061
  31. package/bin/skills-assets/docx/references/openxml_encyclopedia_part2.md +0 -2820
  32. package/bin/skills-assets/docx/references/openxml_encyclopedia_part3.md +0 -3381
  33. package/bin/skills-assets/docx/references/openxml_namespaces.md +0 -82
  34. package/bin/skills-assets/docx/references/openxml_units.md +0 -72
  35. package/bin/skills-assets/docx/references/scenario_a_create.md +0 -284
  36. package/bin/skills-assets/docx/references/scenario_b_edit_content.md +0 -295
  37. package/bin/skills-assets/docx/references/scenario_c_apply_template.md +0 -456
  38. package/bin/skills-assets/docx/references/track_changes_guide.md +0 -200
  39. package/bin/skills-assets/docx/references/troubleshooting.md +0 -506
  40. package/bin/skills-assets/docx/references/typography_guide.md +0 -294
  41. package/bin/skills-assets/docx/references/xsd_validation_guide.md +0 -158
  42. package/bin/skills-assets/docx/scripts/doc_to_docx.sh +0 -40
  43. package/bin/skills-assets/docx/scripts/docx_preview.sh +0 -37
  44. package/bin/skills-assets/docx/scripts/dotnet/Docx.Cli/Docx.Cli.csproj +0 -19
  45. package/bin/skills-assets/docx/scripts/dotnet/Docx.Cli/Program.cs +0 -18
  46. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/AnalyzeCommand.cs +0 -147
  47. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/ApplyTemplateCommand.cs +0 -322
  48. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/CreateCommand.cs +0 -324
  49. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/DiffCommand.cs +0 -155
  50. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/EditContentCommand.cs +0 -487
  51. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/FixOrderCommand.cs +0 -108
  52. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/MergeRunsCommand.cs +0 -122
  53. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Commands/ValidateCommand.cs +0 -107
  54. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Docx.Core.csproj +0 -15
  55. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/CommentSynchronizer.cs +0 -169
  56. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/ElementOrder.cs +0 -80
  57. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/NamespaceConstants.cs +0 -42
  58. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/RunMerger.cs +0 -81
  59. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/StyleAnalyzer.cs +0 -81
  60. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/TrackChangesHelper.cs +0 -99
  61. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/OpenXml/UnitConverter.cs +0 -23
  62. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples.cs +0 -1832
  63. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch1.cs +0 -910
  64. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch2.cs +0 -999
  65. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch3.cs +0 -1048
  66. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/AestheticRecipeSamples_Batch4.cs +0 -1038
  67. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/CharacterFormattingSamples.cs +0 -1020
  68. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/DocumentCreationSamples.cs +0 -1121
  69. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/FieldAndTocSamples.cs +0 -624
  70. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/FootnoteAndCommentSamples.cs +0 -675
  71. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/HeaderFooterSamples.cs +0 -838
  72. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/ImageSamples.cs +0 -917
  73. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/ListAndNumberingSamples.cs +0 -826
  74. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/ParagraphFormattingSamples.cs +0 -1199
  75. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/StyleSystemSamples.cs +0 -1487
  76. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/TableSamples.cs +0 -1163
  77. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Samples/TrackChangesSamples.cs +0 -595
  78. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Typography/CjkHelper.cs +0 -39
  79. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Typography/FontDefaults.cs +0 -24
  80. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Typography/PageSizes.cs +0 -20
  81. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/BusinessRuleValidator.cs +0 -224
  82. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/GateCheckValidator.cs +0 -148
  83. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/ValidationResult.cs +0 -23
  84. package/bin/skills-assets/docx/scripts/dotnet/Docx.Core/Validation/XsdValidator.cs +0 -69
  85. package/bin/skills-assets/docx/scripts/dotnet/Docx.slnx +0 -4
  86. package/bin/skills-assets/docx/scripts/env_check.sh +0 -196
  87. package/bin/skills-assets/docx/scripts/setup.ps1 +0 -274
  88. package/bin/skills-assets/docx/scripts/setup.sh +0 -504
  89. package/bin/skills-assets/pdf/README.md +0 -222
  90. package/bin/skills-assets/pdf/SKILL.md +0 -191
  91. package/bin/skills-assets/pdf/design/design.md +0 -381
  92. package/bin/skills-assets/pdf/scripts/cover.py +0 -1579
  93. package/bin/skills-assets/pdf/scripts/fill_inspect.py +0 -200
  94. package/bin/skills-assets/pdf/scripts/fill_write.py +0 -242
  95. package/bin/skills-assets/pdf/scripts/make.sh +0 -491
  96. package/bin/skills-assets/pdf/scripts/merge.py +0 -112
  97. package/bin/skills-assets/pdf/scripts/palette.py +0 -521
  98. package/bin/skills-assets/pdf/scripts/reformat_parse.py +0 -374
  99. package/bin/skills-assets/pdf/scripts/render_body.py +0 -1052
  100. package/bin/skills-assets/pdf/scripts/render_cover.js +0 -111
  101. package/bin/skills-assets/pptx-generator/SKILL.md +0 -248
  102. package/bin/skills-assets/pptx-generator/references/design-system.md +0 -392
  103. package/bin/skills-assets/pptx-generator/references/editing.md +0 -162
  104. package/bin/skills-assets/pptx-generator/references/pitfalls.md +0 -112
  105. package/bin/skills-assets/pptx-generator/references/pptxgenjs.md +0 -420
  106. package/bin/skills-assets/pptx-generator/references/slide-types.md +0 -413
  107. package/bin/skills-assets/skill-creator/SKILL.md +0 -368
  108. package/bin/skills-assets/skill-creator/agents/openai.yaml +0 -5
  109. package/bin/skills-assets/skill-creator/assets/skill-creator-small.svg +0 -3
  110. package/bin/skills-assets/skill-creator/assets/skill-creator.png +0 -0
  111. package/bin/skills-assets/skill-creator/license.txt +0 -202
  112. package/bin/skills-assets/skill-creator/references/openai_yaml.md +0 -49
  113. package/bin/skills-assets/skill-creator/scripts/generate_openai_yaml.py +0 -226
  114. package/bin/skills-assets/skill-creator/scripts/init_skill.py +0 -397
  115. package/bin/skills-assets/skill-creator/scripts/quick_validate.py +0 -101
  116. package/bin/skills-assets/skill-installer/LICENSE.txt +0 -202
  117. package/bin/skills-assets/skill-installer/SKILL.md +0 -58
  118. package/bin/skills-assets/skill-installer/agents/openai.yaml +0 -5
  119. package/bin/skills-assets/skill-installer/assets/skill-installer-small.svg +0 -3
  120. package/bin/skills-assets/skill-installer/assets/skill-installer.png +0 -0
  121. package/bin/skills-assets/skill-installer/scripts/github_utils.py +0 -21
  122. package/bin/skills-assets/skill-installer/scripts/install-skill-from-github.py +0 -308
  123. package/bin/skills-assets/skill-installer/scripts/list-skills.py +0 -107
  124. package/bin/skills-assets/xlsx/SKILL.md +0 -137
  125. package/bin/skills-assets/xlsx/references/create.md +0 -691
  126. package/bin/skills-assets/xlsx/references/edit.md +0 -684
  127. package/bin/skills-assets/xlsx/references/fix.md +0 -37
  128. package/bin/skills-assets/xlsx/references/format.md +0 -768
  129. package/bin/skills-assets/xlsx/references/ooxml-cheatsheet.md +0 -231
  130. package/bin/skills-assets/xlsx/references/read-analyze.md +0 -97
  131. package/bin/skills-assets/xlsx/references/validate.md +0 -772
  132. package/bin/skills-assets/xlsx/scripts/formula_check.py +0 -422
  133. package/bin/skills-assets/xlsx/scripts/libreoffice_recalc.py +0 -248
  134. package/bin/skills-assets/xlsx/scripts/shared_strings_builder.py +0 -163
  135. package/bin/skills-assets/xlsx/scripts/style_audit.py +0 -575
  136. package/bin/skills-assets/xlsx/scripts/xlsx_add_column.py +0 -395
  137. package/bin/skills-assets/xlsx/scripts/xlsx_insert_row.py +0 -274
  138. package/bin/skills-assets/xlsx/scripts/xlsx_pack.py +0 -87
  139. package/bin/skills-assets/xlsx/scripts/xlsx_reader.py +0 -362
  140. package/bin/skills-assets/xlsx/scripts/xlsx_shift_rows.py +0 -396
  141. package/bin/skills-assets/xlsx/scripts/xlsx_unpack.py +0 -130
  142. package/bin/skills-assets/xlsx/templates/minimal_xlsx/[Content_Types].xml +0 -9
  143. package/bin/skills-assets/xlsx/templates/minimal_xlsx/_rels/.rels +0 -6
  144. package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +0 -19
  145. package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +0 -33
  146. package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/styles.xml +0 -160
  147. package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/workbook.xml +0 -30
  148. package/bin/skills-assets/xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +0 -70
@@ -1,274 +0,0 @@
1
- # docx Environment Setup & Initialization Script (Windows PowerShell)
2
- # Supports: Windows 10/11, Windows Server 2019+
3
- # License: MIT
4
- #Requires -Version 5.1
5
-
6
- param(
7
- [switch]$Minimal,
8
- [switch]$SkipVerify,
9
- [switch]$Help
10
- )
11
-
12
- $ErrorActionPreference = "Stop"
13
- $ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
14
- $ProjectDir = Split-Path -Parent $ScriptDir
15
- $DotnetDir = Join-Path $ScriptDir "dotnet"
16
- $LogFile = Join-Path $ProjectDir ".setup.log"
17
-
18
- # --- Output Helpers ---
19
- function Log { Write-Host "[OK] $args" -ForegroundColor Green }
20
- function Warn { Write-Host "[WARN] $args" -ForegroundColor Yellow }
21
- function Fail { Write-Host "[FAIL] $args" -ForegroundColor Red }
22
- function Info { Write-Host "[INFO] $args" -ForegroundColor Cyan }
23
- function Step { Write-Host "`n=== $args ===" -ForegroundColor Blue }
24
-
25
- if ($Help) {
26
- Write-Host @"
27
- Usage: setup.ps1 [options]
28
- -Minimal Only install critical dependencies (skip pandoc, soffice, fonts)
29
- -SkipVerify Skip the verification test at the end
30
- -Help Show this help
31
- "@
32
- exit 0
33
- }
34
-
35
- Write-Host "============================================"
36
- Write-Host " docx Setup & Initialization (Windows)"
37
- Write-Host " $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')"
38
- Write-Host "============================================"
39
-
40
- "" | Set-Content $LogFile
41
-
42
- # --- Detect Package Manager ---
43
- $HasWinget = $null -ne (Get-Command winget -ErrorAction SilentlyContinue)
44
- $HasChoco = $null -ne (Get-Command choco -ErrorAction SilentlyContinue)
45
- $HasScoop = $null -ne (Get-Command scoop -ErrorAction SilentlyContinue)
46
-
47
- if ($HasWinget) { Info "Package manager: winget" }
48
- elseif ($HasChoco) { Info "Package manager: chocolatey" }
49
- elseif ($HasScoop) { Info "Package manager: scoop" }
50
- else { Warn "No package manager found (winget/choco/scoop). Manual install may be needed." }
51
-
52
- # --- .NET SDK ---
53
- Step "Checking .NET SDK"
54
-
55
- $dotnetCmd = Get-Command dotnet -ErrorAction SilentlyContinue
56
- if ($dotnetCmd) {
57
- $dotnetVer = & dotnet --version 2>$null
58
- $majorVer = [int]($dotnetVer -split '\.')[0]
59
- if ($majorVer -ge 8) {
60
- Log "dotnet $dotnetVer already installed (>= 8.0 OK)"
61
- } else {
62
- Warn "dotnet $dotnetVer found but < 8.0, upgrading..."
63
- $dotnetCmd = $null
64
- }
65
- }
66
-
67
- if (-not $dotnetCmd -or $majorVer -lt 8) {
68
- Info "Installing .NET SDK..."
69
- if ($HasWinget) {
70
- winget install Microsoft.DotNet.SDK.8 --accept-source-agreements --accept-package-agreements 2>>$LogFile
71
- } elseif ($HasChoco) {
72
- choco install dotnet-sdk -y 2>>$LogFile
73
- } elseif ($HasScoop) {
74
- scoop install dotnet-sdk 2>>$LogFile
75
- } else {
76
- Fail "Cannot auto-install .NET SDK. Download from: https://dotnet.microsoft.com/download"
77
- Fail "After installing, restart PowerShell and re-run this script."
78
- exit 1
79
- }
80
-
81
- # Refresh PATH
82
- $env:Path = [System.Environment]::GetEnvironmentVariable("Path", "Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path", "User")
83
-
84
- if (Get-Command dotnet -ErrorAction SilentlyContinue) {
85
- Log "dotnet $(dotnet --version) installed"
86
- } else {
87
- Fail "dotnet installation failed. Restart PowerShell and retry, or install manually."
88
- exit 1
89
- }
90
- }
91
-
92
- # --- Pandoc (Optional) ---
93
- if (-not $Minimal) {
94
- Step "Checking pandoc (optional: content preview)"
95
-
96
- if (Get-Command pandoc -ErrorAction SilentlyContinue) {
97
- $pandocVer = (pandoc --version | Select-Object -First 1) -replace '.*?(\d+\.\d+(\.\d+)?)', '$1'
98
- Log "pandoc $pandocVer already installed"
99
- } else {
100
- Info "Installing pandoc..."
101
- if ($HasWinget) { winget install JohnMacFarlane.Pandoc --accept-source-agreements 2>>$LogFile }
102
- elseif ($HasChoco) { choco install pandoc -y 2>>$LogFile }
103
- elseif ($HasScoop) { scoop install pandoc 2>>$LogFile }
104
- else { Warn "Install pandoc manually: https://pandoc.org/installing.html" }
105
-
106
- $env:Path = [System.Environment]::GetEnvironmentVariable("Path", "Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path", "User")
107
-
108
- if (Get-Command pandoc -ErrorAction SilentlyContinue) {
109
- Log "pandoc installed"
110
- } else {
111
- Warn "pandoc not found after install (optional, will degrade gracefully)"
112
- }
113
- }
114
- }
115
-
116
- # --- LibreOffice (Optional) ---
117
- if (-not $Minimal) {
118
- Step "Checking LibreOffice/soffice (optional: .doc conversion)"
119
-
120
- $sofficeFound = $false
121
-
122
- # Check common Windows install paths
123
- $sofficePaths = @(
124
- "C:\Program Files\LibreOffice\program\soffice.exe",
125
- "C:\Program Files (x86)\LibreOffice\program\soffice.exe",
126
- "${env:LOCALAPPDATA}\Programs\LibreOffice\program\soffice.exe"
127
- )
128
-
129
- if (Get-Command soffice -ErrorAction SilentlyContinue) {
130
- Log "soffice found in PATH"
131
- $sofficeFound = $true
132
- } else {
133
- foreach ($p in $sofficePaths) {
134
- if (Test-Path $p) {
135
- Log "soffice found at: $p"
136
- Info "Tip: Add to PATH: `$env:Path += ';$(Split-Path $p)'"
137
- $sofficeFound = $true
138
- break
139
- }
140
- }
141
- }
142
-
143
- if (-not $sofficeFound) {
144
- Info "Installing LibreOffice (this may take a while)..."
145
- if ($HasWinget) { winget install TheDocumentFoundation.LibreOffice --accept-source-agreements 2>>$LogFile }
146
- elseif ($HasChoco) { choco install libreoffice-fresh -y 2>>$LogFile }
147
- else { Warn "Install LibreOffice manually: https://www.libreoffice.org/download/" }
148
- }
149
- }
150
-
151
- # --- NuGet Configuration ---
152
- Step "Checking NuGet configuration"
153
-
154
- $nugetSources = & dotnet nuget list source 2>$null
155
- if ($nugetSources -match "nuget.org") {
156
- Log "nuget.org source is configured"
157
- } else {
158
- Warn "nuget.org not in sources. Adding..."
159
- & dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org" 2>>$LogFile
160
- }
161
-
162
- # --- Encoding Check ---
163
- Step "Checking console encoding"
164
-
165
- $currentEncoding = [Console]::OutputEncoding.EncodingName
166
- if ($currentEncoding -match "UTF-8|Unicode") {
167
- Log "Console encoding: $currentEncoding (UTF-8 compatible)"
168
- } else {
169
- Warn "Console encoding: $currentEncoding (may cause issues with CJK text)"
170
- Info "To fix: [Console]::OutputEncoding = [System.Text.Encoding]::UTF8"
171
- Info "Or set system-wide: Settings > Time & Language > Language > Administrative > Change system locale > Beta: UTF-8"
172
- # Apply for this session
173
- [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
174
- Log "Set UTF-8 encoding for this session"
175
- }
176
-
177
- # --- Font Check ---
178
- if (-not $Minimal) {
179
- Step "Checking fonts"
180
-
181
- $fonts = [System.Drawing.FontFamily]::Families 2>$null
182
- if ($fonts) {
183
- $fontNames = $fonts | ForEach-Object { $_.Name }
184
- $hasCalibri = $fontNames -contains "Calibri"
185
- $hasTimes = $fontNames -contains "Times New Roman"
186
- $hasCJK = ($fontNames | Where-Object { $_ -match "SimSun|Microsoft YaHei|MS Mincho|Malgun Gothic" }).Count -gt 0
187
-
188
- if ($hasCalibri) { Log "Western fonts: Calibri found" } else { Warn "Calibri not found (install Microsoft Office or fonts)" }
189
- if ($hasTimes) { Log "Western fonts: Times New Roman found" } else { Warn "Times New Roman not found" }
190
- if ($hasCJK) { Log "CJK fonts: available" } else { Warn "CJK fonts not found (install language packs for Chinese/Japanese/Korean)" }
191
- } else {
192
- Info "Cannot enumerate fonts (System.Drawing not loaded). Skipping font check."
193
- }
194
- }
195
-
196
- # --- Build Project ---
197
- Step "Building docx .NET project"
198
-
199
- if (-not (Test-Path $DotnetDir)) {
200
- Fail "Dotnet project directory not found: $DotnetDir"
201
- exit 1
202
- }
203
-
204
- Push-Location $DotnetDir
205
-
206
- Info "Restoring NuGet packages..."
207
- $restoreResult = & dotnet restore --verbosity quiet 2>&1
208
- if ($LASTEXITCODE -ne 0) {
209
- Fail "NuGet restore failed:"
210
- $restoreResult | ForEach-Object { Fail " $_" }
211
- Fail "Common causes:"
212
- Fail " - No internet (NuGet needs to download packages)"
213
- Fail " - Corporate proxy/firewall blocking nuget.org"
214
- Fail " - Insufficient disk space"
215
- Fail "Try: dotnet restore --verbosity detailed"
216
- Pop-Location
217
- exit 1
218
- }
219
- Log "NuGet packages restored"
220
-
221
- Info "Building project..."
222
- $buildResult = & dotnet build --verbosity quiet --no-restore 2>&1
223
- if ($LASTEXITCODE -ne 0) {
224
- Fail "Build failed:"
225
- $buildResult | ForEach-Object { Fail " $_" }
226
- Pop-Location
227
- exit 1
228
- }
229
- Log "Project built successfully"
230
-
231
- Pop-Location
232
-
233
- # --- Verification ---
234
- if (-not $SkipVerify) {
235
- Step "Verification Test"
236
-
237
- $testOutput = Join-Path $env:TEMP "docx-setup-test-$PID.docx"
238
-
239
- Info "Creating a test document..."
240
- Push-Location $DotnetDir
241
- $testResult = & dotnet run --project Docx.Cli -- create --type report --output $testOutput --title "Setup Test" 2>&1
242
- $testExitCode = $LASTEXITCODE
243
- Pop-Location
244
-
245
- if ($testExitCode -eq 0 -and (Test-Path $testOutput)) {
246
- Log "Test document created: $testOutput"
247
-
248
- if (Get-Command pandoc -ErrorAction SilentlyContinue) {
249
- $preview = & pandoc -f docx -t plain $testOutput 2>$null | Select-Object -First 3
250
- if ($preview) { Log "Preview working: `"$($preview -join ' ')`"" }
251
- }
252
-
253
- Remove-Item $testOutput -Force
254
- Log "Test passed - docx is ready to use!"
255
- } else {
256
- Fail "Test document creation failed. Output:"
257
- $testResult | ForEach-Object { Fail " $_" }
258
- }
259
- }
260
-
261
- # --- Summary ---
262
- Step "Setup Complete"
263
-
264
- Write-Host ""
265
- Write-Host " Environment: Windows $([System.Environment]::OSVersion.Version)"
266
- Write-Host " .NET SDK: $(dotnet --version 2>$null)"
267
- $pandocInfo = if (Get-Command pandoc -ErrorAction SilentlyContinue) { pandoc --version | Select-Object -First 1 } else { "not installed (optional)" }
268
- Write-Host " pandoc: $pandocInfo"
269
- Write-Host " Project: $DotnetDir"
270
- Write-Host ""
271
- Write-Host " Usage:"
272
- Write-Host " dotnet run --project $DotnetDir\Docx.Cli -- create --type report --output my_report.docx"
273
- Write-Host ""
274
- Write-Host " Log file: $LogFile"