manual-sync: tudo-para-ia-mais-humana 2026-05-01_153128
This commit is contained in:
@@ -19,8 +19,8 @@ Executar a cada 5 minutos um ciclo nao destrutivo de inventario, fetch, comparac
|
||||
|
||||
```powershell
|
||||
$python = 'C:\Users\Ami\.cache\codex-runtimes\codex-primary-runtime\dependencies\python\python.exe'
|
||||
$repo = 'G:\_codex-git\tudo-para-ia-mais-humana-plataform'
|
||||
$central = 'G:\_codex-git\nucleo-gestao-operacional\central-de-ordem-de-servico\projects\15_repo_tudo-para-ia-mais-humana'
|
||||
$repo = 'G:\_codex-git\tudo-para-ia-mais-humana'
|
||||
$central = 'G:\_codex-git\nucleo-gestao-operacional\central-de-ordem-de-servico\projects\15_repo_tudo-para-ia-mais-humana-platform'
|
||||
$action = New-ScheduledTaskAction -Execute $python -Argument "-m mais_humana.cli repo-mesh --ecosystem-root G:\_codex-git --project-root $repo --central-platform-folder $central --fetch"
|
||||
$trigger = New-ScheduledTaskTrigger -Once -At (Get-Date) -RepetitionInterval (New-TimeSpan -Minutes 5)
|
||||
Register-ScheduledTask -TaskName 'TudoParaIA-RepositoryMeshSync' -Action $action -Trigger $trigger
|
||||
@@ -29,12 +29,12 @@ Register-ScheduledTask -TaskName 'TudoParaIA-RepositoryMeshSync' -Action $action
|
||||
## Cron Linux sugerido
|
||||
|
||||
```cron
|
||||
*/5 * * * * cd /root/__gpt-codex/tudo-para-ia-mais-humana-plataform && python -m mais_humana.cli repo-mesh --ecosystem-root /root/__gpt-codex --fetch
|
||||
*/5 * * * * cd /root/__gpt-codex/tudo-para-ia-mais-humana && python -m mais_humana.cli repo-mesh --ecosystem-root /root/__gpt-codex --fetch
|
||||
```
|
||||
|
||||
## Estado desta rodada
|
||||
|
||||
- report_id: `repository-mesh-25823a78b901`
|
||||
- report_id: `repository-mesh-35b019255f98`
|
||||
- blocked: `15`
|
||||
- attention: `0`
|
||||
- credential_errors: `0`
|
||||
@@ -51,7 +51,7 @@ Register-ScheduledTask -TaskName 'TudoParaIA-RepositoryMeshSync' -Action $action
|
||||
- tudo-para-ia-identity-platform: 2 hashes distintos; 2 materializacoes ausentes/inacessiveis; 2 divergencias nominais
|
||||
- tudo-para-ia-integracoes-platform: 2 hashes distintos; 2 materializacoes ausentes/inacessiveis; 2 remotes divergentes; 4 divergencias nominais
|
||||
- tudo-para-ia-intelligence-platform: hash unico 0ebe258ed33e; 3 materializacoes ausentes/inacessiveis; 1 worktrees sujos; 2 divergencias nominais; 1 bloqueios contra sync destrutiva
|
||||
- tudo-para-ia-mais-humana-plataform: hash unico 3d2748adf5e0; 3 materializacoes ausentes/inacessiveis; 1 worktrees sujos; 3 divergencias nominais; 1 bloqueios contra sync destrutiva
|
||||
- tudo-para-ia-mais-humana-platform: hash unico b79fdce99dcb; 3 materializacoes ausentes/inacessiveis; 1 worktrees sujos; 2 divergencias nominais; 1 bloqueios contra sync destrutiva
|
||||
- tudo-para-ia-mcps-internos-plataform: 2 hashes distintos; 2 materializacoes ausentes/inacessiveis; 2 divergencias nominais
|
||||
- tudo-para-ia-platform-base: 2 hashes distintos; 2 materializacoes ausentes/inacessiveis; 2 worktrees sujos; 2 divergencias nominais; 4 bloqueios contra sync destrutiva
|
||||
- tudo-para-ia-public-platform: hash unico b1bad49c12a4; 3 materializacoes ausentes/inacessiveis; 2 divergencias nominais
|
||||
|
||||
Reference in New Issue
Block a user