mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Three private tiles published to the codeflash workspace: - codeflash-internal-rules: 6 eager rules (code-style, architecture, optimization-patterns, git-conventions, testing-rules, multi-language-handlers) - codeflash-internal-docs: 8 lazy doc pages (domain-types, optimization-pipeline, test-generation-pipeline, context-extraction, aiservice/cf-api endpoints, configuration-thresholds, llm-provider-abstraction) - codeflash-internal-skills: 4 on-demand skills (debug-optimization-failure, add-language-support, add-api-endpoint, debug-test-generation)
26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"name": "codeflash/codeflash-internal-rules",
|
|
"version": "0.1.0",
|
|
"summary": "Coding standards and conventions for the codeflash-internal monorepo",
|
|
"private": true,
|
|
"rules": {
|
|
"code-style": {
|
|
"rules": "rules/code-style.md"
|
|
},
|
|
"architecture": {
|
|
"rules": "rules/architecture.md"
|
|
},
|
|
"optimization-patterns": {
|
|
"rules": "rules/optimization-patterns.md"
|
|
},
|
|
"git-conventions": {
|
|
"rules": "rules/git-conventions.md"
|
|
},
|
|
"testing-rules": {
|
|
"rules": "rules/testing-rules.md"
|
|
},
|
|
"multi-language-handlers": {
|
|
"rules": "rules/multi-language-handlers.md"
|
|
}
|
|
}
|
|
}
|