Skip to content

feat(deno): migrate frontier-practices npm → Deno (standards#253)#82

Merged
hyperpolymath merged 1 commit into
mainfrom
campaign-253/migrate-frontier-practices-deno
May 30, 2026
Merged

feat(deno): migrate frontier-practices npm → Deno (standards#253)#82
hyperpolymath merged 1 commit into
mainfrom
campaign-253/migrate-frontier-practices-deno

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Class B npm→Deno migration of frontier-practices/ per standards#253 STEP 3.

  • Deletes frontier-practices/package.json (2 devDeps: rescript, live-server).
  • Updates frontier-practices/deno.json:
    • imports map adds live-server + rescript as npm: specifiers pinned to the previous semver.
    • tasks migrate: builddeno run -A --node-modules-dir=auto npm:rescript build, devdeno run -A npm:live-server --port=3000 --open=tools/reveal-demo.html.
  • Extends root .gitignore with the standards#67 npm-avoidant glob set (**/package-lock.json, yarn.lock, pnpm-lock.yaml, .npmrc).

vscode-extension/package.json is intentionally NOT touched — VSCode extension carve-out (hypatia /vscode/ prefix).

Recipe: standards/docs/migrations/npm-to-deno-template/MIGRATION.md.

Test plan

  • cd frontier-practices && deno task build resolves rescript via npm and builds.
  • cd frontier-practices && deno task dev serves tools/reveal-demo.html on port 3000.
  • No regressions in vscode-extension/ (untouched).

🤖 Generated with Claude Code

Class B (npm-wrapper via Deno). Deletes package.json (rescript +
live-server deps). Updates deno.json tasks: rescript via `deno run -A
--node-modules-dir=auto npm:rescript`, live-server via `deno run -A
npm:live-server` (or `jsr:@std/http/file-server` if convenient).

`my-lang/vscode-extension/package.json` is NOT touched — that's a
VSCode extension carve-out (hypatia `/vscode/` prefix).

Refs: standards#253 STEP 3 (smallest-first batch).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 30, 2026 22:40
@hyperpolymath hyperpolymath merged commit 9c741cb into main May 30, 2026
7 of 16 checks passed
@hyperpolymath hyperpolymath deleted the campaign-253/migrate-frontier-practices-deno branch May 30, 2026 23:15
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 96 issues detected

Severity Count
🔴 Critical 6
🟠 High 39
🟡 Medium 51

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action perpolymath/standards/.github/workflows/governance-reusable.yml@main\n needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_pr.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_pr.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_pr.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_pr.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in checker-scaling.yml",
    "type": "missing_timeout_minutes",
    "file": "checker-scaling.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_timeout_minutes",
    "file": "codeql.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in governance.yml",
    "type": "missing_timeout_minutes",
    "file": "governance.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in hypatia-scan.yml",
    "type": "missing_timeout_minutes",
    "file": "hypatia-scan.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in mirror.yml",
    "type": "missing_timeout_minutes",
    "file": "mirror.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

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