synor/MISAR.md
Gulshan Yadav 0b249a1196
Some checks failed
CI / Check (push) Failing after 2s
CI / Test (push) Failing after 2s
CI / Build (Linux x86_64) (push) Has been skipped
Security Audit / Vulnerability Scan (push) Failing after 2s
Security Audit / License & Security Policy (push) Failing after 2s
Security Audit / Static Analysis (Clippy) (push) Failing after 2s
Security Audit / Secret Detection (push) Failing after 2s
Security Audit / Check Outdated Dependencies (push) Failing after 2s
Security Audit / Unsafe Code Audit (push) Failing after 2s
Security Audit / Property-Based Testing (push) Failing after 2s
Security Audit / WASM Module Security (push) Failing after 2s
CI / Benchmarks (push) Has been skipped
CI / CI Success (push) Failing after 1s
feat: add configuration files for MCP and update project documentation
2026-03-30 08:24:08 +05:30

20 lines
586 B
Markdown

# synor.cc
## Project Context
<!-- Describe your project here. Misar Code reads this file to understand your codebase. -->
## Rules
<!-- Add project-specific rules for the AI assistant. Examples: -->
<!-- - Always use TypeScript strict mode -->
<!-- - Prefer functional components over class components -->
<!-- - Use pnpm as the package manager -->
## Stack
<!-- List your tech stack so the AI gives relevant suggestions. Examples: -->
<!-- - Framework: Next.js 15 (App Router) -->
<!-- - Language: TypeScript -->
<!-- - Styling: Tailwind CSS -->
<!-- - Database: PostgreSQL -->