Files
pi-kit/config/company.json
Aleksey Shakhmatov 76b3d71340 chore: add package manifest, config source-of-truth and tsconfig
- package.json with pi section (extensions/skills/prompts) and Pi libs as peerDependencies (*)
- config/company.json as the single source of truth (values are TODO, gitHost set)
- tsconfig.json for optional local typecheck
2026-07-16 10:53:55 +03:00

13 lines
291 B
JSON

{
"gitHost": "git.codelab.vc",
"trackerUrl": "TODO",
"docsUrl": "TODO",
"repoMap": "TODO: где какой код лежит",
"rules": [
"не коммитить секреты",
"не пушить в main",
"MR обязателен"
],
"remoteConfigUrl": null
}