Skip to content

Commit 16af006

Browse files
committed
build
1 parent 7447cdc commit 16af006

4 files changed

Lines changed: 5 additions & 0 deletions

File tree

Directory.Packages.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
2222
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.5" />
2323
<PackageVersion Include="Microsoft.Playwright" Version="1.58.0" />
24+
<PackageVersion Include="PDFtoImage" Version="5.2.1" />
2425
<PackageVersion Include="Sentry.AspNetCore.Blazor.WebAssembly" Version="6.3.0" />
2526
<PackageVersion Include="Sentry" Version="6.3.0" />
27+
<PackageVersion Include="PDFtoImage" Version="6.3.0" />
2628
<PackageVersion Include="Shouldly" Version="4.3.0" />
2729
<PackageVersion Include="TUnit" Version="1.28.7" />
2830
<PackageVersion Include="TUnit.Assertions" Version="1.28.7" />

src/PrompterOne.Core/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ It owns TPS parsing, compilation, export, RSVP helpers, preview and workspace st
2222
- No Blazor dependencies.
2323
- No JavaScript interop.
2424
- No browser or server runtime assumptions.
25+
- Do not add browser-only, WebAssembly-only, or host-specific NuGet overrides here; keep those package pins in the runnable host project.
2526
- Keep abstractions, models, preview helpers, and services colocated inside their owning feature slices.
2627
- Keep types serializable and reusable from the WebAssembly app.
2728

src/PrompterOne.Web/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
## Local Risks Or Protected Areas
3232

3333
- Any dependency that assumes ASP.NET server hosting is a red flag.
34+
- Browser-only or native WebAssembly package overrides belong here instead of `PrompterOne.Core` when the fix is host-specific.
3435
- Keep static asset references aligned with `PrompterOne.Shared`.
3536
- Keep the launch-settings origin stable. Do not teach the repo to run on random ports because browser media permissions are bound to origin.
3637
- If the launch-settings port is already occupied, stop the stale dev-server process. Do not move the standalone app host to a new port as a workaround.

src/PrompterOne.Web/PrompterOne.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" PrivateAssets="all" />
1111
<PackageReference Include="Microsoft.Extensions.Localization" />
1212
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" />
13+
<PackageReference Include="PDFtoImage" PrivateAssets="all" />
1314
<PackageReference Include="Sentry.AspNetCore.Blazor.WebAssembly" />
1415
</ItemGroup>
1516

0 commit comments

Comments
 (0)