АДРЕСНЫЙ РЕЖИМ - Batch-2 (Phase A/B): стабилизация LLM-маршрутизации жизненного цикла контрагентов и договоров + актуализация документации
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
param(
|
||||
[switch]$SkipPipInstall,
|
||||
[switch]$InstallGitHooks
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$repoRoot = (Resolve-Path (Join-Path $PSScriptRoot "..")).Path
|
||||
Set-Location $repoRoot
|
||||
|
||||
if (-not $SkipPipInstall) {
|
||||
py -m pip install --user graphifyy
|
||||
}
|
||||
|
||||
py -m graphify install --platform codex
|
||||
py -m graphify codex install
|
||||
|
||||
if ($InstallGitHooks) {
|
||||
py -m graphify hook install
|
||||
}
|
||||
|
||||
Write-Host ""
|
||||
Write-Host "Graphify configured for Codex in $repoRoot"
|
||||
Write-Host "Use these commands inside Codex:"
|
||||
Write-Host " `$graphify ."
|
||||
Write-Host " `$graphify . --update"
|
||||
Reference in New Issue
Block a user