Skip to content

Security/hardening#11

Merged
hyperpolymath merged 6 commits into
mainfrom
security/hardening
Mar 12, 2026
Merged

Security/hardening#11
hyperpolymath merged 6 commits into
mainfrom
security/hardening

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

No description provided.

hyperpolymath and others added 6 commits March 3, 2026 21:58
…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>
@hyperpolymath hyperpolymath merged commit 5ae9faf into main Mar 12, 2026
13 of 16 checks passed
@hyperpolymath hyperpolymath deleted the security/hardening branch March 12, 2026 01:05
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant