@symbeon/orbit-devops 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/PULL_REQUEST_TEMPLATE.md +24 -51
- package/.github/workflows/ci.yml +29 -0
- package/CONTRIBUTING.md +15 -195
- package/README.md +2 -1
- package/bin/orbit.js +5 -5
- package/eslint.config.js +32 -0
- package/package.json +45 -39
- package/test/cli.test.js +23 -0
- package/FullRAMReport_Local.txt +0 -0
- package/FullRAMReport_UTF8.txt +0 -1400
- package/deep_downloads_org_log.txt +0 -15
- package/diagnostic_error.txt +0 -83
- package/diskpart_log.txt +0 -0
- package/downloads_audit.txt +0 -32
- package/downloads_audit_clear.txt +0 -27
- package/downloads_org_log.txt +0 -85
- package/sizes.txt +0 -6
- /package/{AdditionalCleanup.ps1 → scripts/cleanup/AdditionalCleanup.ps1} +0 -0
- /package/{ExecuteCleanup.ps1 → scripts/cleanup/ExecuteCleanup.ps1} +0 -0
- /package/{ExecuteTotalCleanup.ps1 → scripts/cleanup/ExecuteTotalCleanup.ps1} +0 -0
- /package/{PostRebootCleanup.ps1 → scripts/cleanup/PostRebootCleanup.ps1} +0 -0
- /package/{SafeSurgery.ps1 → scripts/cleanup/SafeSurgery.ps1} +0 -0
- /package/{Orbit.ps1 → scripts/core/Orbit.ps1} +0 -0
- /package/{AnalyzeCursor.ps1 → scripts/diagnostic/AnalyzeCursor.ps1} +0 -0
- /package/{AppDataAudit.ps1 → scripts/diagnostic/AppDataAudit.ps1} +0 -0
- /package/{CategorizedScan.ps1 → scripts/diagnostic/CategorizedScan.ps1} +0 -0
- /package/{CategorizedScan_v2.ps1 → scripts/diagnostic/CategorizedScan_v2.ps1} +0 -0
- /package/{CheckAnaconda.ps1 → scripts/diagnostic/CheckAnaconda.ps1} +0 -0
- /package/{CheckAppData.ps1 → scripts/diagnostic/CheckAppData.ps1} +0 -0
- /package/{CheckAppDataRoaming.ps1 → scripts/diagnostic/CheckAppDataRoaming.ps1} +0 -0
- /package/{CheckBackupSizes.ps1 → scripts/diagnostic/CheckBackupSizes.ps1} +0 -0
- /package/{CheckCacheSize.ps1 → scripts/diagnostic/CheckCacheSize.ps1} +0 -0
- /package/{CheckNodeModules.ps1 → scripts/diagnostic/CheckNodeModules.ps1} +0 -0
- /package/{CheckSpace.ps1 → scripts/diagnostic/CheckSpace.ps1} +0 -0
- /package/{CheckTargetSizes.ps1 → scripts/diagnostic/CheckTargetSizes.ps1} +0 -0
- /package/{CheckUserRoot.ps1 → scripts/diagnostic/CheckUserRoot.ps1} +0 -0
- /package/{DeepStorageAnalysis.ps1 → scripts/diagnostic/DeepStorageAnalysis.ps1} +0 -0
- /package/{DetailedBloatAudit.ps1 → scripts/diagnostic/DetailedBloatAudit.ps1} +0 -0
- /package/{DetailedBloatAudit_v3.ps1 → scripts/diagnostic/DetailedBloatAudit_v3.ps1} +0 -0
- /package/{DetailedProcessAudit.ps1 → scripts/diagnostic/DetailedProcessAudit.ps1} +0 -0
- /package/{DiagnosticoSistema.ps1 → scripts/diagnostic/DiagnosticoSistema.ps1} +0 -0
- /package/{FinalCategorizedReport.ps1 → scripts/diagnostic/FinalCategorizedReport.ps1} +0 -0
- /package/{FinalDeepDive.ps1 → scripts/diagnostic/FinalDeepDive.ps1} +0 -0
- /package/{ForensicRAMAudit.ps1 → scripts/diagnostic/ForensicRAMAudit.ps1} +0 -0
- /package/{ForensicRAMAudit_UTF8.ps1 → scripts/diagnostic/ForensicRAMAudit_UTF8.ps1} +0 -0
- /package/{ForensicRAMAudit_v2.ps1 → scripts/diagnostic/ForensicRAMAudit_v2.ps1} +0 -0
- /package/{ForensicRAMAudit_v3.ps1 → scripts/diagnostic/ForensicRAMAudit_v3.ps1} +0 -0
- /package/{GiantHunt.ps1 → scripts/diagnostic/GiantHunt.ps1} +0 -0
- /package/{GlobalRAMAudit.ps1 → scripts/diagnostic/GlobalRAMAudit.ps1} +0 -0
- /package/{MeasureSuspects.ps1 → scripts/diagnostic/MeasureSuspects.ps1} +0 -0
- /package/{RAMAudit.ps1 → scripts/diagnostic/RAMAudit.ps1} +0 -0
- /package/{RAMAudit_v2.ps1 → scripts/diagnostic/RAMAudit_v2.ps1} +0 -0
- /package/{RootAudit.ps1 → scripts/diagnostic/RootAudit.ps1} +0 -0
- /package/{RunDiagnostic.ps1 → scripts/diagnostic/RunDiagnostic.ps1} +0 -0
- /package/{RunDiagnosticSimple.ps1 → scripts/diagnostic/RunDiagnosticSimple.ps1} +0 -0
- /package/{ScanPrograms.ps1 → scripts/diagnostic/ScanPrograms.ps1} +0 -0
- /package/{ScanRepoWaste.ps1 → scripts/diagnostic/ScanRepoWaste.ps1} +0 -0
- /package/{ScanStorage.ps1 → scripts/diagnostic/ScanStorage.ps1} +0 -0
- /package/{ScanTargets.ps1 → scripts/diagnostic/ScanTargets.ps1} +0 -0
- /package/{SimpleSurgicalAudit.ps1 → scripts/diagnostic/SimpleSurgicalAudit.ps1} +0 -0
- /package/{SurgicalBloatAudit.ps1 → scripts/diagnostic/SurgicalBloatAudit.ps1} +0 -0
- /package/{SurgicalScan.ps1 → scripts/diagnostic/SurgicalScan.ps1} +0 -0
- /package/{SystemDiagnostic.ps1 → scripts/diagnostic/SystemDiagnostic.ps1} +0 -0
- /package/{SystemDiagnosticSimple.ps1 → scripts/diagnostic/SystemDiagnosticSimple.ps1} +0 -0
- /package/{SystemDiagnosticUser.ps1 → scripts/diagnostic/SystemDiagnosticUser.ps1} +0 -0
- /package/{SystemDiagnosticUser_v2.ps1 → scripts/diagnostic/SystemDiagnosticUser_v2.ps1} +0 -0
- /package/{UserAudit.ps1 → scripts/diagnostic/UserAudit.ps1} +0 -0
- /package/{ForcePush.ps1 → scripts/legacy/ForcePush.ps1} +0 -0
- /package/{check_environment.ps1 → scripts/setup/check_environment.ps1} +0 -0
- /package/{setup_environment.ps1 → scripts/setup/setup_environment.ps1} +0 -0
- /package/{verify_environment.ps1 → scripts/setup/verify_environment.ps1} +0 -0
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
[23:35:32] === STARTING DEEP DOWNLOADS ORGANIZATION ===
|
|
2
|
-
[23:35:32] Creating directory: C:\Users\João\Downloads\Develop\Projects
|
|
3
|
-
[23:35:32] Moving Project: th3m1s-core -> Develop\Projects\th3m1s-core
|
|
4
|
-
[23:35:32] Moving Project: AGILIZE-AI -> Develop\Projects\AGILIZE-AI
|
|
5
|
-
[23:35:32] Moving Project: GuardFlow_AgilizeAI -> Develop\Projects\GuardFlow_AgilizeAI
|
|
6
|
-
[23:35:32] Moving Project: KRONOS -> Develop\Projects\KRONOS
|
|
7
|
-
[23:35:32] Moving Project: GuardDrive -> Develop\Projects\GuardDrive
|
|
8
|
-
[23:35:32] Moving Project: SYMBEON DESIGN -> Develop\Projects\SYMBEON DESIGN
|
|
9
|
-
[23:35:32] Creating directory: C:\Users\João\Downloads\Applications\Extracted
|
|
10
|
-
[23:35:32] Moving Installer: Nitro Sense_Acer_5.0.1473_20241009_W11x64_A -> Applications\Extracted\Nitro Sense_Acer_5.0.1473_20241009_W11x64_A
|
|
11
|
-
[23:35:32] Moving Installer: Reset_L3250 -> Applications\Extracted\Reset_L3250
|
|
12
|
-
[23:35:32] Moving Installer: temp_installers -> Applications\Extracted\temp_installers
|
|
13
|
-
[23:35:32] Creating directory: C:\Users\João\Downloads\Archives\GameData
|
|
14
|
-
[23:35:32] Moving Game Data: The_matrix -> Archives\GameData\The_matrix
|
|
15
|
-
[23:35:32] === DEEP ORGANIZATION COMPLETE ===
|
package/diagnostic_error.txt
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
No C:\Users\João\Desk
|
|
2
|
-
top\PROJETOS\04_DEVEL
|
|
3
|
-
OPER_TOOLS\orbit-devo
|
|
4
|
-
ps\SystemDiagnosticUs
|
|
5
|
-
er.ps1:52
|
|
6
|
-
caractere:80
|
|
7
|
-
+ ... ve
|
|
8
|
-
$($_.DriveLetter):
|
|
9
|
-
$free GB livres de
|
|
10
|
-
$total GB
|
|
11
|
-
($pctFree%) - $sta
|
|
12
|
-
...
|
|
13
|
-
+
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
~
|
|
17
|
-
É necessário
|
|
18
|
-
fornecer uma
|
|
19
|
-
expressão de valor
|
|
20
|
-
após o operador '%'.
|
|
21
|
-
No C:\Users\João\Desk
|
|
22
|
-
top\PROJETOS\04_DEVEL
|
|
23
|
-
OPER_TOOLS\orbit-devo
|
|
24
|
-
ps\SystemDiagnosticUs
|
|
25
|
-
er.ps1:83
|
|
26
|
-
caractere:24
|
|
27
|
-
+
|
|
28
|
-
Write-Log "$t:
|
|
29
|
-
Instalado
|
|
30
|
-
($($cmd.Source))"
|
|
31
|
-
+
|
|
32
|
-
~~~
|
|
33
|
-
Referência de
|
|
34
|
-
variável inválida.
|
|
35
|
-
':' não era seguido
|
|
36
|
-
de um caractere de
|
|
37
|
-
nome de variável
|
|
38
|
-
válido. Considere
|
|
39
|
-
usar ${} para
|
|
40
|
-
delimitar o nome.
|
|
41
|
-
No C:\Users\João\Desk
|
|
42
|
-
top\PROJETOS\04_DEVEL
|
|
43
|
-
OPER_TOOLS\orbit-devo
|
|
44
|
-
ps\SystemDiagnosticUs
|
|
45
|
-
er.ps1:86
|
|
46
|
-
caractere:24
|
|
47
|
-
+
|
|
48
|
-
Write-Log "$t: NÃO
|
|
49
|
-
encontrado"
|
|
50
|
-
+
|
|
51
|
-
~~~
|
|
52
|
-
Referência de
|
|
53
|
-
variável inválida.
|
|
54
|
-
':' não era seguido
|
|
55
|
-
de um caractere de
|
|
56
|
-
nome de variável
|
|
57
|
-
válido. Considere
|
|
58
|
-
usar ${} para
|
|
59
|
-
delimitar o nome.
|
|
60
|
-
No C:\Users\João\Desk
|
|
61
|
-
top\PROJETOS\04_DEVEL
|
|
62
|
-
OPER_TOOLS\orbit-devo
|
|
63
|
-
ps\SystemDiagnosticUs
|
|
64
|
-
er.ps1:92
|
|
65
|
-
caractere:36
|
|
66
|
-
+ Write-Log
|
|
67
|
-
"`nDiagnostico
|
|
68
|
-
Concluido."
|
|
69
|
-
+
|
|
70
|
-
~
|
|
71
|
-
A cadeia de
|
|
72
|
-
caracteres não tem o
|
|
73
|
-
terminador: ".
|
|
74
|
-
+ CategoryInfo
|
|
75
|
-
: Parser
|
|
76
|
-
Error: (:) [], P
|
|
77
|
-
arentContainsErr
|
|
78
|
-
orRecordExceptio n
|
|
79
|
-
+ FullyQualified
|
|
80
|
-
ErrorId : Expect
|
|
81
|
-
edValueExpressio
|
|
82
|
-
n
|
|
83
|
-
|
package/diskpart_log.txt
DELETED
|
File without changes
|
package/downloads_audit.txt
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
Name
|
|
3
|
-
----
|
|
4
|
-
Missão com análise de arquivos e…
|
|
5
|
-
Nitro Sense_Acer_5.0.1473_202410…
|
|
6
|
-
GUARDRIVE_TECH
|
|
7
|
-
Diagramas_Sistemas
|
|
8
|
-
Marcas própias
|
|
9
|
-
Documents
|
|
10
|
-
th3m1s-core
|
|
11
|
-
AGILIZE-AI
|
|
12
|
-
Archives
|
|
13
|
-
Reset_L3250
|
|
14
|
-
Images
|
|
15
|
-
Applications
|
|
16
|
-
The_matrix
|
|
17
|
-
Develop
|
|
18
|
-
DesingGaming
|
|
19
|
-
temp_installers
|
|
20
|
-
Estudos BigData e Inteligência A…
|
|
21
|
-
Media
|
|
22
|
-
SYMBEON DESIGN
|
|
23
|
-
GuardFlow_AgilizeAI
|
|
24
|
-
Desenvolvimento Cursor
|
|
25
|
-
Projeto agrocircular-(ES#1)
|
|
26
|
-
Gerador de chave
|
|
27
|
-
KRONOS
|
|
28
|
-
GuardDrive
|
|
29
|
-
Criando um aplicativo web ou sit…
|
|
30
|
-
-1
|
|
31
|
-
|
|
32
|
-
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
9002 files | 0.14 GB | Missão com análise de arquivos enviados
|
|
2
|
-
148 files | 0.63 GB | Nitro Sense_Acer_5.0.1473_20241009_W11x64_A
|
|
3
|
-
45 files | 0.06 GB | GUARDRIVE_TECH
|
|
4
|
-
38 files | 0.06 GB | Diagramas_Sistemas
|
|
5
|
-
38 files | 0.05 GB | Marcas própias
|
|
6
|
-
34 files | 0.03 GB | Documents
|
|
7
|
-
27 files | 0.03 GB | th3m1s-core
|
|
8
|
-
18 files | 0.03 GB | AGILIZE-AI
|
|
9
|
-
15 files | 5.34 GB | Archives
|
|
10
|
-
13 files | 0 GB | Reset_L3250
|
|
11
|
-
10 files | 0.01 GB | Images
|
|
12
|
-
9 files | 0.98 GB | Applications
|
|
13
|
-
6 files | 3.48 GB | The_matrix
|
|
14
|
-
5 files | 0 GB | Develop
|
|
15
|
-
5 files | 0.01 GB | DesingGaming
|
|
16
|
-
3 files | 0.04 GB | temp_installers
|
|
17
|
-
3 files | 0 GB | Estudos BigData e Inteligência Analítica
|
|
18
|
-
3 files | 0.08 GB | Media
|
|
19
|
-
2 files | 0 GB | SYMBEON DESIGN
|
|
20
|
-
2 files | 0 GB | GuardFlow_AgilizeAI
|
|
21
|
-
2 files | 0 GB | Desenvolvimento Cursor
|
|
22
|
-
1 files | 0 GB | Projeto agrocircular-(ES#1)
|
|
23
|
-
1 files | 0 GB | Gerador de chave
|
|
24
|
-
1 files | 0 GB | KRONOS
|
|
25
|
-
0 files | 0 GB | GuardDrive
|
|
26
|
-
0 files | 0 GB | Criando um aplicativo web ou site_
|
|
27
|
-
0 files | 0 GB | -1
|
package/downloads_org_log.txt
DELETED
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
[23:23:46] === STARTING DOWNLOADS ORGANIZATION ===
|
|
2
|
-
[23:23:46] Creating directory: Archives
|
|
3
|
-
[23:23:46] Moving: aion-core-0.2.0.zip -> Archives
|
|
4
|
-
[23:23:46] Moving: cyberpunk+robot+3d+model.zip -> Archives
|
|
5
|
-
[23:23:46] Moving: Enter_the_Matrix_v2.00_PS2_ISO_USA.zip -> Archives
|
|
6
|
-
[23:23:46] Moving: Enter_the_Matrix_Win_ISO_EN.zip -> Archives
|
|
7
|
-
[23:23:46] Moving: FICHA DE ANAMNESE KRONOS.csv.zip -> Archives
|
|
8
|
-
[23:23:46] Moving: Gerador de chave (1).rar -> Archives
|
|
9
|
-
[23:23:46] Moving: Gerador de chave.rar -> Archives
|
|
10
|
-
[23:23:46] Moving: GuardDrive.zip -> Archives
|
|
11
|
-
[23:23:46] Moving: KRONOS_SYNC (1).zip -> Archives
|
|
12
|
-
[23:23:46] Moving: Missão com análise de arquivos enviados.zip -> Archives
|
|
13
|
-
[23:23:46] Moving: OREON Inteligência Simbiótica para Estratégias e Execução Avançadas (1).zip -> Archives
|
|
14
|
-
[23:23:46] Moving: QuicFlow.zip -> Archives
|
|
15
|
-
[23:23:46] Moving: Reset_L3250_3210_5290 (1).rar -> Archives
|
|
16
|
-
[23:23:46] Moving: Reset_L3250_3210_5290.rar -> Archives
|
|
17
|
-
[23:23:46] Moving: senhor+morcego+3d+model.zip -> Archives
|
|
18
|
-
[23:23:46] Creating directory: Applications
|
|
19
|
-
[23:23:46] Moving: 560.81-notebook-win10-win11-64bit-international-dch-whql.exe -> Applications
|
|
20
|
-
[23:23:46] Moving: Antigravity.exe -> Applications
|
|
21
|
-
[23:23:46] Moving: epson642526eu.exe -> Applications
|
|
22
|
-
[23:23:46] Moving: gh_2.74.1_windows_amd64.msi -> Applications
|
|
23
|
-
[23:23:46] Moving: L3250_L3251_Lite_LA.exe -> Applications
|
|
24
|
-
[23:23:46] Moving: node-v22.16.0-x64.msi -> Applications
|
|
25
|
-
[23:23:46] Moving: nse-323295948118066206-a8318b65-26ee-4002-ba3e-104bdb6593ac.bin -> Applications
|
|
26
|
-
[23:23:46] Moving: PowerShell-7.4.7-win-x64.msi -> Applications
|
|
27
|
-
[23:23:46] Moving: wsl_update_x64.msi -> Applications
|
|
28
|
-
[23:23:46] Creating directory: Develop
|
|
29
|
-
[23:23:46] Moving: BioFold_main.py -> Develop
|
|
30
|
-
[23:23:46] Moving: client_secret_648570404676-7sskini6fch2v2c54mgj95rhm5s8hn2v.apps.googleusercontent.com.json -> Develop
|
|
31
|
-
[23:23:46] Moving: client_secret_648570404676-ccl1bq5f43f6sg9rm60d6vjmufc10ct3.apps.googleusercontent.com.json -> Develop
|
|
32
|
-
[23:23:46] Moving: examples_cannabis_optimization.py -> Develop
|
|
33
|
-
[23:23:46] Moving: tests_test_core.py -> Develop
|
|
34
|
-
[23:23:46] Creating directory: Documents
|
|
35
|
-
[23:23:46] Moving: 606_-_CONTRATO_DE_LOCACAO_assinado.pdf -> Documents
|
|
36
|
-
[23:23:46] Moving: 606_-_CONTRATO_DE_LOCACAO_assinado_assinado.pdf -> Documents
|
|
37
|
-
[23:23:46] Moving: 606_-_LAUDO_DE_VISTORIA_assinado.pdf -> Documents
|
|
38
|
-
[23:23:46] Moving: 606_-_LAUDO_DE_VISTORIA_assinado_assinado.pdf -> Documents
|
|
39
|
-
[23:23:46] Moving: Analise_Viabilidade_Patente_SEVE_v1.pdf -> Documents
|
|
40
|
-
[23:23:46] Moving: Backup-codes-galeria.kronos.txt -> Documents
|
|
41
|
-
[23:23:46] Moving: BasesdeDadosdeAcessoLivreporAreadeConhecimentobuuscaativa_20200921182758( Base de dados de Acesso Livre).csv -> Documents
|
|
42
|
-
[23:23:46] Moving: boleto-aberto.pdf -> Documents
|
|
43
|
-
[23:23:46] Moving: buga_arxiv_paper.tex -> Documents
|
|
44
|
-
[23:23:46] Moving: Certificado.pdf -> Documents
|
|
45
|
-
[23:23:46] Moving: clientes.csv -> Documents
|
|
46
|
-
[23:23:46] Moving: Comparação entre metodologias de gerenciamento de projetos ágil.pdf -> Documents
|
|
47
|
-
[23:23:46] Moving: CURRICULO_JX[1].pdf -> Documents
|
|
48
|
-
[23:23:46] Moving: d3b776ce-cc92-4526-b029-16c5e704def6_SEMIOGRAFIA_CIBERNTICA.pdf -> Documents
|
|
49
|
-
[23:23:46] Moving: DicasdePesquisa_BA_20200915104842.pdf -> Documents
|
|
50
|
-
[23:23:46] Moving: DiretrizesComputao_20200828153749.pdf -> Documents
|
|
51
|
-
[23:23:46] Moving: docs_Strategic_Analysis.md -> Documents
|
|
52
|
-
[23:23:46] Moving: docs_SynPhytica_Mathematical_Formalization.tex -> Documents
|
|
53
|
-
[23:23:46] Moving: Documento de Requisitos.pdf -> Documents
|
|
54
|
-
[23:23:46] Moving: dossie_pedro_santos.md -> Documents
|
|
55
|
-
[23:23:46] Moving: extrato-semestral (1).pdf -> Documents
|
|
56
|
-
[23:23:46] Moving: extrato-semestral.pdf -> Documents
|
|
57
|
-
[23:23:46] Moving: github-recovery-codes (1).txt -> Documents
|
|
58
|
-
[23:23:46] Moving: github-recovery-codes.txt -> Documents
|
|
59
|
-
[23:23:46] Moving: GuardDrive_Tech.pdf -> Documents
|
|
60
|
-
[23:23:46] Moving: GuardFlowAgilize_ai.pdf -> Documents
|
|
61
|
-
[23:23:46] Moving: Lgica_Interna__Clculo_da_Diria_Ideal_(KRONOS).pdf -> Documents
|
|
62
|
-
[23:23:46] Moving: Metodologias_ageis_no_contexto_de_desenv_20200828105423.pdf -> Documents
|
|
63
|
-
[23:23:46] Moving: nse-4782207962801395388-ee70cebe-80e9-4d7f-8c9e-404eba71b6fb.pdf -> Documents
|
|
64
|
-
[23:23:46] Moving: Organizando_documentos_para_finalizando_de_proposta_jurdica_.pdf -> Documents
|
|
65
|
-
[23:23:46] Moving: relatorio-JOÃO MANOEL OLIVEIRA SILVA.pdf -> Documents
|
|
66
|
-
[23:23:46] Moving: relatorio_financeiro_2026-01-09.csv -> Documents
|
|
67
|
-
[23:23:46] Moving: SESSION.md -> Documents
|
|
68
|
-
[23:23:46] Moving: Trinity OS Presentation.html -> Documents
|
|
69
|
-
[23:23:46] Moving: vendas.csv -> Documents
|
|
70
|
-
[23:23:46] Creating directory: Images
|
|
71
|
-
[23:23:46] Moving: ChatGPT Image 18 de set. de 2025, 20_25_41.png -> Images
|
|
72
|
-
[23:23:46] Moving: ChatGPT Image 5 de jun. de 2025, 12_56_38.png -> Images
|
|
73
|
-
[23:23:46] Moving: generated-image.png -> Images
|
|
74
|
-
[23:23:46] Moving: GuardFlow.NFE_NFT.png -> Images
|
|
75
|
-
[23:23:46] Moving: GX-0004_glyph.svg -> Images
|
|
76
|
-
[23:23:46] Moving: Imagem do WhatsApp de 2025-11-27 à(s) 15.08.18_bd2e46fd.jpg -> Images
|
|
77
|
-
[23:23:46] Moving: Imagem do WhatsApp de 2025-12-09 à(s) 09.31.20_1b5772d8.jpg -> Images
|
|
78
|
-
[23:23:46] Moving: relatorio-JOÃO MANOEL OLIVEIRA SILVA.png -> Images
|
|
79
|
-
[23:23:46] Moving: roadmap_table.png -> Images
|
|
80
|
-
[23:23:46] Moving: WhatsApp Image 2026-01-20 at 16.18.34.jpeg -> Images
|
|
81
|
-
[23:23:46] Creating directory: Media
|
|
82
|
-
[23:23:46] Moving: GuardFlow_Decifrado__Como_o_Sistema_Dual-Rail_Acelera_o_Varejo,.mp4 -> Media
|
|
83
|
-
[23:23:46] Moving: GuardFlow__O_Novo_Checkout (1).mp4 -> Media
|
|
84
|
-
[23:23:46] Moving: GuardFlow__O_Novo_Checkout.mp4 -> Media
|
|
85
|
-
[23:23:46] === ORGANIZATION COMPLETE ===
|
package/sizes.txt
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|