AI Governance Layer — one command to add AI coding rules, skills, hooks, and quality gates to any project

0 stars 0 forks 0 watchers TypeScript MIT License
5 Open Issues Need Help Last updated: Mar 8, 2026

Open Issues Need Help

View All on GitHub
enhancement good first issue

AI Governance Layer — one command to add AI coding rules, skills, hooks, and quality gates to any project

TypeScript

AI Summary: This GitHub issue requests adding an `--output <path>` flag to the `assess` and `migrate` commands. This flag will direct the machine-readable JSON report (generated with `--json`) to the specified file path, while simultaneously ensuring a summary is still printed to the terminal. The task also includes implementing error handling for file writing and adding comprehensive tests.

Complexity: 3/5
enhancement good first issue

AI Governance Layer — one command to add AI coding rules, skills, hooks, and quality gates to any project

TypeScript

AI Summary: The issue aims to implement Rust-specific governance rules within the project's stack detector. This involves creating a new TypeScript file (`rust.ts`) with rules covering error handling, ownership, unsafe code, Cargo conventions, and testing patterns, then integrating these rules into the existing generator (`claude-md.ts`) and adding comprehensive tests to ensure they are correctly applied when Rust projects are detected.

Complexity: 3/5
enhancement good first issue

AI Governance Layer — one command to add AI coding rules, skills, hooks, and quality gates to any project

TypeScript

AI Summary: This GitHub issue requests the addition of Go-specific governance rules to a stack detector system. The task involves creating a new `go.ts` template file with rules for error handling, context propagation, goroutine leak prevention, interface design, and package organization. These rules then need to be integrated into the `claude-md.ts` generator to ensure they are applied when Go projects are detected, and comprehensive tests must be added.

Complexity: 3/5
enhancement good first issue

AI Governance Layer — one command to add AI coding rules, skills, hooks, and quality gates to any project

TypeScript

AI Summary: The `forge-ai-init` tool currently detects Svelte/SvelteKit projects but lacks specific governance rules for them. This issue requires creating a new `svelte.ts` template file containing best practices for Svelte features like reactive declarations, stores, component composition, and SvelteKit-specific functions. The new rules must then be integrated into the rule generation logic and tested to ensure they are correctly applied when Svelte/SvelteKit is detected.

Complexity: 3/5
enhancement good first issue

AI Governance Layer — one command to add AI coding rules, skills, hooks, and quality gates to any project

TypeScript