Skip to content

feat(deno): migrate fogbinder npm → Deno (standards#253)#27

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

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

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

Class B (npm-wrapper via Deno) — simplest possible case in the smallest-first batch of standards#253 STEP 3.

  • Deletes fogbinder/package.json stub (rescript-toolchain devDeps only, zero scripts, private: true).
  • fogbinder/deno.json already self-contained — carries npm:rescript via imports map and has full task graph (dev/build/test/bundle/fmt/lint).
  • Adds npm-avoidant entries (standards#67) to root .gitignore: package-lock.json, bun.lockb, yarn.lock, pnpm-lock.yaml, .npmrc.

Scope

Only fogbinder/ sub-tree + root .gitignore. No other workspaces touched.

Refs

  • standards#253 (npm → Deno estate campaign, STEP 3)
  • standards#67 (npm-avoidant gitignore policy)

Test plan

  • fogbinder/deno.json exists and is self-contained (verified pre-commit)
  • No remaining package.json/lockfiles under fogbinder/ (verified by ls fogbinder/)
  • CI green on PR

🤖 Generated with Claude Code

Class B (npm-wrapper via Deno) — simplest case. Deletes
package.json stub (rescript-toolchain devDeps only, zero scripts,
private:true). deno.json carries npm:rescript via imports map.

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 20:56
@sonarqubecloud
Copy link
Copy Markdown

@hyperpolymath hyperpolymath merged commit 142b8fd into main May 30, 2026
6 of 15 checks passed
@hyperpolymath hyperpolymath deleted the campaign-253/migrate-fogbinder-deno branch May 30, 2026 23:15
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 87 issues detected

Severity Count
🔴 Critical 2
🟠 High 34
🟡 Medium 51

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Issue in codeql.yml",
    "type": "missing_workflow",
    "file": "codeql.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in scorecard.yml",
    "type": "missing_workflow",
    "file": "scorecard.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "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 boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.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 instant-sync.yml",
    "type": "missing_timeout_minutes",
    "file": "instant-sync.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