UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

14 lines (13 loc) 381 B
id: research/frontmatter-date-format name: Date format compliance description: Dates in frontmatter should follow ISO 8601 (YYYY-MM-DD) severity: warn applies-to: glob: findings/REF-*.md checks: - type: frontmatter-format field: documented_date pattern: "^\\d{4}-\\d{2}-\\d{2}$" - type: frontmatter-format field: access_date pattern: "^\\d{4}-\\d{2}-\\d{2}$"