Skip to content

fix(comms-mcp): add GmailResource + CalendarResource enums to Zig FFI (standards#151)#124

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/comms-mcp-gmail-calendar-resources
May 20, 2026
Merged

fix(comms-mcp): add GmailResource + CalendarResource enums to Zig FFI (standards#151)#124
hyperpolymath merged 1 commit into
mainfrom
fix/comms-mcp-gmail-calendar-resources

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Class C ABI gap. GmailResource (4 variants) + CalendarResource (3 variants) were Idris2-only.

iseriser abi-verify → exit 0 (4 enums, 6 transitions); zig build test → 21/21 green.

Closes hyperpolymath/standards#151
Refs hyperpolymath/standards#92, #89

… (standards#151)

Class C ABI gap. `CommsMcp.SafeComms.GmailResource` (4 variants,
`gmResourceToInt` 1–4) and `CalendarResource` (3 variants,
`calResourceToInt` 1–3) were Idris2-only. Adds both matching
`pub const … = enum(c_int)` declarations.

`iseriser abi-verify` → exit 0 (4 enums, 6 transitions); `zig build test` → 21/21 green.

Closes hyperpolymath/standards#151
Refs hyperpolymath/standards#92
Refs hyperpolymath/standards#89

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

🔍 Hypatia Security Scan

Findings: 30 issues detected

Severity Count
🔴 Critical 18
🟠 High 5
🟡 Medium 7

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Stale AI session file -- delete",
    "type": "stale",
    "file": "GEMINI.md",
    "action": "delete",
    "rule_module": "root_hygiene",
    "severity": "medium"
  },
  {
    "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 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/boj-server/boj-server/cartridges/sanctify-mcp/adapter/mod.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/boj-server/boj-server/cartridges/academic-workflow-mcp/adapter/mod.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/boj-server/boj-server/cartridges/fireflag-mcp/adapter/mod.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/boj-server/boj-server/cartridges/ephapax-mcp/adapter/mod.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/boj-server/boj-server/cartridges/bofig-mcp/adapter/mod.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/boj-server/boj-server/cartridges/hesiod-mcp/adapter/mod.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath hyperpolymath merged commit d2612bb into main May 20, 2026
20 of 25 checks passed
@hyperpolymath hyperpolymath deleted the fix/comms-mcp-gmail-calendar-resources branch May 20, 2026 09:11
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.

[#92 Class C] comms-mcp: missing GmailResource + CalendarResource enums in Zig FFI

1 participant