2026-02-15 00:20:40 +00:00
|
|
|
{
|
|
|
|
|
"name": "codeflash",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"tessl/pypi-pytest": {
|
|
|
|
|
"version": "8.4.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-gitpython": {
|
|
|
|
|
"version": "3.1.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-libcst": {
|
|
|
|
|
"version": "1.8.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-jedi": {
|
|
|
|
|
"version": "0.19.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-tree-sitter": {
|
|
|
|
|
"version": "0.25.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-tomlkit": {
|
|
|
|
|
"version": "0.13.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-pydantic": {
|
|
|
|
|
"version": "1.10.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-humanize": {
|
|
|
|
|
"version": "4.13.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-posthog": {
|
|
|
|
|
"version": "6.7.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-click": {
|
|
|
|
|
"version": "8.2.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-inquirer": {
|
|
|
|
|
"version": "3.4.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-sentry-sdk": {
|
|
|
|
|
"version": "1.45.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-parameterized": {
|
|
|
|
|
"version": "0.9.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-dill": {
|
|
|
|
|
"version": "0.4.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-rich": {
|
|
|
|
|
"version": "13.9.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-lxml": {
|
|
|
|
|
"version": "5.4.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-crosshair-tool": {
|
|
|
|
|
"version": "0.0.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-coverage": {
|
|
|
|
|
"version": "7.10.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-platformdirs": {
|
|
|
|
|
"version": "4.4.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-pygls": {
|
|
|
|
|
"version": "1.3.0"
|
|
|
|
|
},
|
|
|
|
|
"tessl/pypi-filelock": {
|
|
|
|
|
"version": "3.19.0"
|
feat: add private tessl tiles for codeflash rules, docs, and skills
Three private tiles in the codeflash workspace:
- codeflash-rules: 6 steering rules (code-style, architecture, optimization-patterns, git-conventions, testing-rules, language-rules)
- codeflash-docs: 7 doc pages (domain-types, optimization-pipeline, context-extraction, verification, ai-service, configuration)
- codeflash-skills: 2 skills (debug-optimization-failure, add-codeflash-feature)
2026-02-15 01:55:06 +00:00
|
|
|
},
|
|
|
|
|
"codeflash/codeflash-rules": {
|
|
|
|
|
"version": "0.1.0"
|
|
|
|
|
},
|
|
|
|
|
"codeflash/codeflash-docs": {
|
|
|
|
|
"version": "0.1.0"
|
|
|
|
|
},
|
|
|
|
|
"codeflash/codeflash-skills": {
|
2026-02-15 02:07:24 +00:00
|
|
|
"version": "0.2.0"
|
2026-02-15 00:20:40 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|