Skip to content

ci(gitignore): ignore generated/* artefacts (Refs standards#93)#60

Merged
hyperpolymath merged 1 commit into
mainfrom
ci/gitignore-generated-stanza
May 20, 2026
Merged

ci(gitignore): ignore generated/* artefacts (Refs standards#93)#60
hyperpolymath merged 1 commit into
mainfrom
ci/gitignore-generated-stanza

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Summary

  • Apply the prepared .gitignore stanza from standards#93 so future regenerated generated/* outputs aren't committed.
  • Existing tracked files are intentionally NOT removed — that waits on standards#91 Phase E (production-wired regen gateway, ~8-12 wk).

Refs

Test plan

  • .gitignore patches cleanly; no tracked files touched
  • git status after change shows no spurious diffs (existing tracked generated/* files remain tracked)
  • CI green on this PR

🤖 Generated with Claude Code

Apply the prepared .gitignore stanza from
hyperpolymath/standards#93 so that future
regenerated outputs from boj-server -mcp cartridges (k9iser, tlaiser,
wokelangiser, alloyiser) and hand-generated abi/* don't get
accidentally committed.

Existing tracked `generated/*` files are intentionally NOT removed:
that step waits on the http-capability-gateway tier-2 production
wiring (standards#91 Phase E / standards#100, ~8-12 wk). Until the
regen path is wired, consumers depend on the committed copies.

Refs hyperpolymath/standards#93.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 238 issues detected

Severity Count
🔴 Critical 32
🟠 High 108
🟡 Medium 98

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Issue in quality.yml",
    "type": "missing_workflow",
    "file": "quality.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in security-policy.yml",
    "type": "missing_workflow",
    "file": "security-policy.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action denoland/setup-deno@v2 needs attention",
    "type": "unpinned_action",
    "file": "e2e.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action denoland/setup-deno@v2 needs attention",
    "type": "unpinned_action",
    "file": "e2e.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/stapeln/stapeln/container-stack/vordr/src/mcp-adapter/src/ipv6_bridge.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/stapeln/stapeln/container-stack/vordr/src/mcp-adapter/http-server.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/stapeln/stapeln/tests/unit/container_types_test.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/stapeln/stapeln/tests/aspect/security_test.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/stapeln/stapeln/tests/e2e/container_lifecycle_test.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath hyperpolymath merged commit abafba3 into main May 20, 2026
22 of 23 checks passed
@hyperpolymath hyperpolymath deleted the ci/gitignore-generated-stanza branch May 20, 2026 09:48
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