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)
7 lines
202 B
JSON
7 lines
202 B
JSON
{
|
|
"name": "codeflash/codeflash-internal-docs",
|
|
"version": "0.1.0",
|
|
"summary": "Internal documentation for the codeflash-internal aiservice backend",
|
|
"private": true,
|
|
"docs": "docs/index.md"
|
|
}
|