Skip to content

chore(gitignore): ignore npm lockfiles + .editorconfig/.claude (canonical template)#69

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/gitignore-npm-editorconfig-claude-67-68
May 16, 2026
Merged

chore(gitignore): ignore npm lockfiles + .editorconfig/.claude (canonical template)#69
hyperpolymath merged 1 commit into
mainfrom
chore/gitignore-npm-editorconfig-claude-67-68

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Mirrors hyperpolymath/rsr-template-repo#49 so v3-templater-generated projects inherit:

  • package-lock.json / **/package-lock.json — npm-avoidant (Deno>Bun>pnpm>npm).
  • .editorconfig, .claude/ — local-only agent+editor scaffolding (owner decision 2026-05-16: gitignore, not commit).

Source-of-truth pair with rsr-template-repo; consumers follow via propagation playbook + gitbot.

Refs hyperpolymath/standards#67
Refs hyperpolymath/standards#68

🤖 Generated with Claude Code

…-wide

Mirrors the canonical RSR .gitignore change so v3-templater-generated
projects inherit the npm-avoidant + local-only-scaffolding rules.

Refs hyperpolymath/standards#67
Refs hyperpolymath/standards#68

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit cfb9c21 into main May 16, 2026
16 of 29 checks passed
@hyperpolymath hyperpolymath deleted the chore/gitignore-npm-editorconfig-claude-67-68 branch May 16, 2026 19:40
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 12 issues detected

Severity Count
🔴 Critical 0
🟠 High 5
🟡 Medium 7
View findings
[
  {
    "reason": "Download-and-execute pattern (curl|wget pipe to shell) -- verify integrity before execution (3 occurrences, CWE-494)",
    "type": "shell_download_then_run",
    "file": "/home/runner/work/v3-templater/v3-templater/setup.sh",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Js.Dict deprecated -- use Dict (1 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/utils/Escape.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "high"
  },
  {
    "reason": "Js.Json deprecated -- use JSON (1 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/utils/Escape.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "medium"
  },
  {
    "reason": "Js.Dict deprecated -- use Dict (1 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/Compiler.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "high"
  },
  {
    "reason": "Js.Json deprecated -- use JSON (2 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/Compiler.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "medium"
  },
  {
    "reason": "Js.Dict deprecated -- use Dict (1 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/Runtime.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "high"
  },
  {
    "reason": "Js.Json deprecated -- use JSON (6 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/Runtime.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "medium"
  },
  {
    "reason": "Js.Dict deprecated -- use Dict (12 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/v3-templater/v3-templater/src/Cache.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "high"
  },
  {
    "reason": "Repository has 1 non-main remote branch(es). Policy: single main branch only.",
    "type": "GS007",
    "file": ".",
    "action": "delete_remote_branches",
    "rule_module": "git_state",
    "severity": "medium"
  },
  {
    "reason": "References STATE.scm -- should be .machine_readable/6a2/STATE.a2ml",
    "type": "SD007",
    "file": "0-AI-MANIFEST.a2ml",
    "action": "update_reference",
    "rule_module": "structural_drift",
    "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