Security/hardening#11
Conversation
…ions) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- LICENSE: pure MPL-2.0 text for machine detection (GitHub, registries) - LICENSES/MPL-2.0.txt: standard MPL-2.0 text - LICENSES/PMPL-1.0-or-later.txt: Palimpsest License text - NOTICE: explains the dual-license relationship - Source SPDX headers remain PMPL-1.0-or-later This ensures OSI compliance checks pass while preserving PMPL as the governing license for source code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1fdda9c8f2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "tauri:dev": "deno task dev & cargo tauri dev", | ||
| "tauri:build": "deno task build && cargo tauri build", | ||
| "rescript": "deno run --allow-read --allow-write --allow-run npm:rescript", | ||
| "rescript": "^12.0.0", |
There was a problem hiding this comment.
Restore the
rescript task command in deno config
system-tools/ambulances/network/deno.json now assigns tasks.rescript to ^12.0.0, so deno task rescript ... will attempt to execute a shell command literally named ^12.0.0 and fail. This breaks the documented workflow in system-tools/ambulances/network/BUILD_TAURI.md (for example lines 42, 167, 216, and 241), which relies on deno task rescript for compile/watch/clean operations.
Useful? React with 👍 / 👎.
No description provided.