-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·166 lines (157 loc) · 8.44 KB
/
mkdocs.yml
File metadata and controls
executable file
·166 lines (157 loc) · 8.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
site_name: "GitGalaxy"
site_description: "The deterministic structural architecture of massive software repositories."
site_author: "Joseph Michael Esquibel"
site_url: "https://squid-protocol.github.io/gitgalaxy/"
site_dir: "docs_build"
repo_name: "squid-protocol/gitgalaxy"
repo_url: "https://github.com/squid-protocol/gitgalaxy"
copyright: "Copyright © 2026 Joseph Michael Esquibel"
theme:
name: "material"
palette:
scheme: "slate"
primary: "deep purple"
accent: "cyan"
extra:
social:
- icon: "fontawesome/solid/globe"
link: "[https://gitgalaxy.io/](https://gitgalaxy.io/)"
name: "GitGalaxy Visualizer"
- icon: "fontawesome/brands/github"
link: "[https://github.com/squid-protocol/gitgalaxy](https://github.com/squid-protocol/gitgalaxy)"
name: "GitHub Source Code"
docs_dir: "docs/wiki"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- tables
- pymdownx.arithmatex:
generic: true
plugins:
- search
extra_javascript:
- "javascripts/mathjax.js"
- "[https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js](https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js)"
nav:
- '🌌 Open GitGalaxy Visualizer': "[https://gitgalaxy.io/](https://gitgalaxy.io/)"
- 'Home': "index.md"
- 'Enterprise Cookbook (Use Cases)':
- 'Enable 24/7 Delta Monitoring': "cookbook/continuous-delta-monitoring.md"
- 'Generate LLM Architecture Briefs': "cookbook/generate-llm-architecture-briefs.md"
- 'Generate Zero-Trust SBOMs': "cookbook/generate-zero-trust-sbom.md"
- 'Block LLM Agent RCE': "cookbook/prevent-agentic-rce.md"
- 'Sandbox Autonomous Agents': "cookbook/sandbox-autonomous-agents.md"
- 'Hunt PII Leaks in Terabyte Logs': "cookbook/hunt-pii-leaks.md"
- 'Prove Dead Code via Log Scanning': "cookbook/prove-dead-code-logs.md"
- 'Hunt Shadow APIs (API Drift)': "cookbook/hunt-shadow-apis.md"
- 'Block Secrets in CI/CD': "cookbook/deploy-vault-sentinel.md"
- 'Enforce Supply Chain Firewall': "cookbook/enforce-supply-chain-firewall.md"
- 'Hunt Encrypted Payloads (X-Ray)': "cookbook/detect-binary-anomalies.md"
- 'Audit Local AI Models (Zero-RAM)': "cookbook/audit-local-ai-models.md"
- 'Detect Architectural Drift & Trojans': "cookbook/detect-architectural-drift.md"
- 'Map Legacy COBOL Monoliths': "cookbook/map-cobol-monoliths.md"
- 'Scaffold Java Spring Boot': "cookbook/scaffold-spring-boot.md"
- '1. Foundation & Architecture':
- 'Project Overview': "01-project-overview.md"
- 'GalaxyScope CLI Reference': "01-02-galaxyscope-cli-reference.md"
- 'The blAST Paradigm (ASTs vs LLMs)': "01-03-the-blast-paradigm.md"
- 'Installation & Airgap Setup': "01-04-airgap-installation.md"
- 'How to Read the Galaxy (Visuals)': "01-05-how-to-read-the-galaxy.md"
- '2. Data Pipeline':
- 'Pipeline Overview': "02-01-pipeline-overview.md"
- 'Optical Orchestration': "02-02-optical-orchestration.md"
- 'Aperture Filter': "02-03-aperture-filter.md"
- 'GuideStar Protocol': "02-04-guidestar-protocol.md"
- 'Language Lens': "02-05-language-lens.md"
- 'Security Lens': "02-06-security-lens.md"
- 'The Prism': "02-07-the-prism.md"
- 'The Detector': "02-08-the-detector.md"
- 'Signal Processing': "02-09-signal-processing.md"
- 'Spectral Audit': "02-11-spectral-audit.md"
- 'Audit Recorder': "02-12-audit-recorder.md"
- 'GPU Recorder': "02-13-gpu-recorder.md"
- 'LLM Recorder': "02-14-llm-recorder.md"
- 'The Chronometer': "02-15-chronometer.md"
- 'Network Risk Sensor': "02-16-network-risk-sensor.md"
- 'AI AppSec Sensor': "02-17-ai-appsec-sensor.md"
- 'Dev Agent Firewall': "02-18-dev-agent-firewall.md"
- 'Neural Auditor': "02-19-neural-auditor.md"
- 'Security Auditor (XGBoost)': "02-20-security-auditor.md"
- 'SQLite Record Keeper': "02-21-record-keeper.md"
- 'State Rehydrator': "02-22-state-rehydrator.md"
- '3. Validation & Outlook':
- 'Claim 1 (Search Strategies)': "03-01-claim-1-search-strategies.md"
- 'Claim 2 (Explicitness)': "03-02-claim-2-explicitness.md"
- 'Claim 3 (Taxonomy Map)': "03-03-claim-3-taxonomy-map.md"
- 'Claim 4 (Comparing Languages)': "03-04-claim-4-comparing-languages.md"
- 'Claim 5 (File Archetypes)': "03-05-claim-5-file-archetypes.md"
- 'Claim 6 (Keyword Fingerprinting)': "03-06-claim-6-keyword-fingerprinting.md"
- 'Claim 7 (Comparing DOOM Ports)': "03-07-claim-7-doom-comparisons.md"
- 'Future Outlooks': "03-08-future-outlooks.md"
- '4. Security Tools & Spokes':
- 'Full API Network Map': "04-01-full-api-network-map.md"
- 'SBOM Generator': "04-02-sbom-generator.md"
- 'Supply Chain Firewall': "04-03-supply-chain-firewall.md"
- 'Vault Sentinel': "04-04-vault-sentinel.md"
- 'Binary Anomaly Detector': "04-05-binary-anomaly-detector.md"
- 'PII Leak Hunter': "04-06-pii-leak-hunter.md"
- 'Terabyte Log Scanner': "04-07-terabyte-log-scanner.md"
- '5. Legacy Modernization':
- 'Legacy Refraction Controller': "05-01-legacy-refraction-controller.md"
- 'Spring Boot Scaffolding': "05-02-spring-boot-scaffolding.md"
- 'Entity & Memory Mapping': "05-03-entity-and-memory-mapping.md"
- 'API & Service Contracts': "05-04-api-and-service-contracts.md"
- 'Autonomous Agent Tickets': "05-05-autonomous-agent-tickets.md"
- 'Batch Test Harness': "05-06-batch-test-harness.md"
- 'Mainframe Compiler Forge': "05-07-mainframe-compiler-forge.md"
- 'DAG Architect': "05-08-dag-architect.md"
- 'ETL Unpacker': "05-09-etl-unpacker.md"
- 'Graveyard Reaper': "05-10-graveyard-reaper.md"
- 'Zero-Trust Meta Auditor': "05-11-jcl-meta-auditor.md"
- 'Zero-Trust JCL Forge': "05-12-zero-trust-jcl-forge.md"
- 'Lexical Patcher': "05-13-lexical-patcher.md"
- 'Microservice Slicer': "05-14-microservice-slicer.md"
- 'Cloud Schema Forge': "05-15-cloud-schema-forge.md"
- 'Anomaly Agent Task Forge': "05-16-anomaly-agent-task-forge.md"
- 'System Limits Reporter': "05-17-system-limits-reporter.md"
- '6. Configurations & Standards':
- 'GitGalaxy Config': "06-01-gitgalaxy-config.md"
- 'Language Standards': "06-02-language-standards.md"
- 'Analysis Lens (Math Constants)': "06-03-analysis-lens.md"
- '7. Physical Structure (3D Galaxy)':
- 'Code Complexity': "07-01-code-complexity.md"
- 'Stars Size': "07-02-stars-size.md"
- 'Stars Pulse Rate': "07-03-stars-pulse-rate.md"
- 'Stars Shape': "07-04-stars-shape.md"
- 'Satellite Unit': "07-05-satellite-unit.md"
- 'Satellite Orbital Distance': "07-06-satellite-orbital-distance.md"
- 'Number of satellites': "07-07-number-of-satellites.md"
- 'Relative Positioning': "07-08-relative-positioning.md"
- 'Node Size (Argument Count)': "07-09-node-size.md"
- 'Planetary Rings': "07-10-planetary-rings.md"
- 'Sequence Affinity': "07-11-sequence-affinity.md"
- 'Misc Equations': "07-12-misc-equations.md"
- '8. Risk Exposures & Color Labeling':
- 'Methodology': "08-01-methodology.md"
- 'Sub-Equations': "08-02-sub-equations.md"
- 'Transforming Regex Counts': "08-03-transforming-regex-counts.md"
- 'Ownership Entropy': "08-04-ownership-entropy.md"
- 'Cognitive Load Exposure': "08-05-cognitive-load.md"
- 'Deep Churn': "08-06-deep-churn.md"
- 'Structural Fortification': "08-07-structural-fortification.md"
- 'Technical Debt Exposure': "08-08-technical-debt.md"
- 'Documentation Risk': "08-09-documentation-risk.md"
- 'File Stability (Heat)': "08-10-file-stability.md"
- 'Test Coverage': "08-11-test-coverage.md"
- 'Civil War (Tabs vs Spaces)': "08-12-civil-war.md"
- 'Graveyard Detector': "08-13-graveyard-detector.md"
- 'API Exposure': "08-14-api-exposure.md"
- 'Concurrency Exposure': "08-15-concurrency-exposure.md"
- 'State Flux Exposure': "08-16-state-flux-exposure.md"
- 'Specification Alignment': "08-18-specification-alignment.md"
- 'Obscured Payload Exposure': "08-19-obscured-payload-exposure.md"
- 'Logic Bomb Exposure': "08-20-logic-bomb-exposure.md"
- 'Injection Surface Exposure': "08-21-injection-surface-exposure.md"
- 'Memory Corruption Exposure': "08-22-memory-corruption-exposure.md"
- 'Hardcoded Secrets Exposure': "08-23-hardcoded-secrets-exposure.md"