Navegador

1
2
<!doctype html>
3
<html lang="en" class="no-js">
4
<head>
5
6
<meta charset="utf-8">
7
<meta name="viewport" content="width=device-width,initial-scale=1">
8
9
<meta name="description" content="Project knowledge graph for AI coding agents — code structure, business rules, and architectural decisions in one queryable graph">
10
11
12
<meta name="author" content="CONFLICT LLC">
13
14
15
<link rel="canonical" href="https://navegador.dev/architecture/graph-schema/">
16
17
18
<link rel="prev" href="../overview/">
19
20
21
<link rel="next" href="../../api/sdk/">
22
23
24
25
26
27
<link rel="icon" href="../../assets/images/favicon.png">
28
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
29
30
31
32
<title>Graph Schema - Navegador</title>
33
34
35
36
<link rel="stylesheet" href="../../assets/stylesheets/main.484c7ddc.min.css">
37
38
39
<link rel="stylesheet" href="../../assets/stylesheets/palette.ab4e12ef.min.css">
40
41
42
43
44
45
46
47
48
49
50
51
52
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
53
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
54
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
55
56
57
58
<link rel="stylesheet" href="../../assets/_mkdocstrings.css">
59
60
<link rel="stylesheet" href="../../assets/css/custom.css">
61
62
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
63
64
65
66
67
68
</head>
69
70
71
72
73
74
75
76
77
78
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom">
79
80
81
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
82
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
83
<label class="md-overlay" for="__drawer"></label>
84
<div data-md-component="skip">
85
86
87
<a href="#graph-schema" class="md-skip">
88
Skip to content
89
</a>
90
91
</div>
92
<div data-md-component="announce">
93
94
</div>
95
96
97
98
99
<header class="md-header" data-md-component="header">
100
<nav class="md-header__inner md-grid" aria-label="Header">
101
<a href="../.." title="Navegador" class="md-header__button md-logo" aria-label="Navegador" data-md-component="logo">
102
103
<img src="../../assets/images/conflict-logo.svg" alt="logo">
104
105
</a>
106
<label class="md-header__button md-icon" for="__drawer">
107
108
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
109
</label>
110
<div class="md-header__title" data-md-component="header-title">
111
<div class="md-header__ellipsis">
112
<div class="md-header__topic">
113
<span class="md-ellipsis">
114
Navegador
115
</span>
116
</div>
117
<div class="md-header__topic" data-md-component="header-topic">
118
<span class="md-ellipsis">
119
120
Graph Schema
121
122
</span>
123
</div>
124
</div>
125
</div>
126
127
128
<form class="md-header__option" data-md-component="palette">
129
130
131
132
133
<input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_0">
134
135
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
136
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
137
</label>
138
139
140
141
142
143
<input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
144
145
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_0" hidden>
146
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
147
</label>
148
149
150
</form>
151
152
153
154
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
155
156
157
158
159
160
<label class="md-header__button md-icon" for="__search">
161
162
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
163
</label>
164
<div class="md-search" data-md-component="search" role="dialog">
165
<label class="md-search__overlay" for="__search"></label>
166
<div class="md-search__inner" role="search">
167
<form class="md-search__form" name="search">
168
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
169
<label class="md-search__icon md-icon" for="__search">
170
171
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
172
173
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
174
</label>
175
<nav class="md-search__options" aria-label="Search">
176
177
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
178
179
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
180
</button>
181
</nav>
182
183
<div class="md-search__suggest" data-md-component="search-suggest"></div>
184
185
</form>
186
<div class="md-search__output">
187
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
188
<div class="md-search-result" data-md-component="search-result">
189
<div class="md-search-result__meta">
190
Initializing search
191
</div>
192
<ol class="md-search-result__list" role="presentation"></ol>
193
</div>
194
</div>
195
</div>
196
</div>
197
</div>
198
199
200
201
<div class="md-header__source">
202
<a href="https://github.com/ConflictHQ/navegador" title="Go to repository" class="md-source" data-md-component="source">
203
<div class="md-source__icon md-icon">
204
205
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
206
</div>
207
<div class="md-source__repository">
208
ConflictHQ/navegador
209
</div>
210
</a>
211
</div>
212
213
</nav>
214
215
</header>
216
217
<div class="md-container" data-md-component="container">
218
219
220
221
222
223
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
224
<div class="md-grid">
225
<ul class="md-tabs__list">
226
227
228
229
230
231
232
<li class="md-tabs__item">
233
<a href="../.." class="md-tabs__link">
234
235
236
237
238
239
Home
240
241
</a>
242
</li>
243
244
245
246
247
248
249
250
251
252
253
<li class="md-tabs__item">
254
<a href="../../getting-started/installation/" class="md-tabs__link">
255
256
257
258
Getting Started
259
260
</a>
261
</li>
262
263
264
265
266
267
268
269
270
271
272
273
<li class="md-tabs__item">
274
<a href="../../guide/ingestion/" class="md-tabs__link">
275
276
277
278
Guide
279
280
</a>
281
</li>
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<li class="md-tabs__item md-tabs__item--active">
296
<a href="../overview/" class="md-tabs__link">
297
298
299
300
Architecture
301
302
</a>
303
</li>
304
305
306
307
308
309
310
311
312
313
314
315
<li class="md-tabs__item">
316
<a href="../../api/sdk/" class="md-tabs__link">
317
318
319
320
API Reference
321
322
</a>
323
</li>
324
325
326
327
328
</ul>
329
</div>
330
</nav>
331
332
333
334
<main class="md-main" data-md-component="main">
335
<div class="md-main__inner md-grid">
336
337
338
339
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
340
<div class="md-sidebar__scrollwrap">
341
<div class="md-sidebar__inner">
342
343
344
345
346
347
348
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
349
<label class="md-nav__title" for="__drawer">
350
<a href="../.." title="Navegador" class="md-nav__button md-logo" aria-label="Navegador" data-md-component="logo">
351
352
<img src="../../assets/images/conflict-logo.svg" alt="logo">
353
354
</a>
355
Navegador
356
</label>
357
358
<div class="md-nav__source">
359
<a href="https://github.com/ConflictHQ/navegador" title="Go to repository" class="md-source" data-md-component="source">
360
<div class="md-source__icon md-icon">
361
362
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
363
</div>
364
<div class="md-source__repository">
365
ConflictHQ/navegador
366
</div>
367
</a>
368
</div>
369
370
<ul class="md-nav__list" data-md-scrollfix>
371
372
373
374
375
376
377
378
<li class="md-nav__item">
379
<a href="../.." class="md-nav__link">
380
381
382
383
<span class="md-ellipsis">
384
385
386
Home
387
388
389
390
</span>
391
392
393
394
</a>
395
</li>
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<li class="md-nav__item md-nav__item--nested">
416
417
418
419
420
421
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_2" >
422
423
424
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
425
426
427
428
<span class="md-ellipsis">
429
430
431
Getting Started
432
433
434
435
</span>
436
437
438
439
<span class="md-nav__icon md-icon"></span>
440
</label>
441
442
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
443
<label class="md-nav__title" for="__nav_2">
444
<span class="md-nav__icon md-icon"></span>
445
446
447
Getting Started
448
449
450
</label>
451
<ul class="md-nav__list" data-md-scrollfix>
452
453
454
455
456
457
458
459
<li class="md-nav__item">
460
<a href="../../getting-started/installation/" class="md-nav__link">
461
462
463
464
<span class="md-ellipsis">
465
466
467
Installation
468
469
470
471
</span>
472
473
474
475
</a>
476
</li>
477
478
479
480
481
482
483
484
485
486
487
<li class="md-nav__item">
488
<a href="../../getting-started/quickstart/" class="md-nav__link">
489
490
491
492
<span class="md-ellipsis">
493
494
495
Quick Start
496
497
498
499
</span>
500
501
502
503
</a>
504
</li>
505
506
507
508
509
510
511
512
513
514
515
<li class="md-nav__item">
516
<a href="../../getting-started/configuration/" class="md-nav__link">
517
518
519
520
<span class="md-ellipsis">
521
522
523
Configuration
524
525
526
527
</span>
528
529
530
531
</a>
532
</li>
533
534
535
536
537
</ul>
538
</nav>
539
540
</li>
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<li class="md-nav__item md-nav__item--nested">
561
562
563
564
565
566
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_3" >
567
568
569
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="0">
570
571
572
573
<span class="md-ellipsis">
574
575
576
Guide
577
578
579
580
</span>
581
582
583
584
<span class="md-nav__icon md-icon"></span>
585
</label>
586
587
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
588
<label class="md-nav__title" for="__nav_3">
589
<span class="md-nav__icon md-icon"></span>
590
591
592
Guide
593
594
595
</label>
596
<ul class="md-nav__list" data-md-scrollfix>
597
598
599
600
601
602
603
604
<li class="md-nav__item">
605
<a href="../../guide/ingestion/" class="md-nav__link">
606
607
608
609
<span class="md-ellipsis">
610
611
612
Ingesting a Repo
613
614
615
616
</span>
617
618
619
620
</a>
621
</li>
622
623
624
625
626
627
628
629
630
631
632
<li class="md-nav__item">
633
<a href="../../guide/context-loading/" class="md-nav__link">
634
635
636
637
<span class="md-ellipsis">
638
639
640
Loading Context
641
642
643
644
</span>
645
646
647
648
</a>
649
</li>
650
651
652
653
654
655
656
657
658
659
660
<li class="md-nav__item">
661
<a href="../../guide/framework-enrichment/" class="md-nav__link">
662
663
664
665
<span class="md-ellipsis">
666
667
668
Framework Enrichment
669
670
671
672
</span>
673
674
675
676
</a>
677
</li>
678
679
680
681
682
683
684
685
686
687
688
<li class="md-nav__item">
689
<a href="../../guide/analysis/" class="md-nav__link">
690
691
692
693
<span class="md-ellipsis">
694
695
696
Structural Analysis
697
698
699
700
</span>
701
702
703
704
</a>
705
</li>
706
707
708
709
710
711
712
713
714
715
716
<li class="md-nav__item">
717
<a href="../../guide/intelligence/" class="md-nav__link">
718
719
720
721
<span class="md-ellipsis">
722
723
724
Intelligence Layer
725
726
727
728
</span>
729
730
731
732
</a>
733
</li>
734
735
736
737
738
739
740
741
742
743
744
<li class="md-nav__item">
745
<a href="../../guide/sdk/" class="md-nav__link">
746
747
748
749
<span class="md-ellipsis">
750
751
752
Python SDK
753
754
755
756
</span>
757
758
759
760
</a>
761
</li>
762
763
764
765
766
767
768
769
770
771
772
<li class="md-nav__item">
773
<a href="../../guide/graph-queries/" class="md-nav__link">
774
775
776
777
<span class="md-ellipsis">
778
779
780
Graph Queries
781
782
783
784
</span>
785
786
787
788
</a>
789
</li>
790
791
792
793
794
795
796
797
798
799
800
<li class="md-nav__item">
801
<a href="../../guide/mcp-integration/" class="md-nav__link">
802
803
804
805
<span class="md-ellipsis">
806
807
808
MCP Integration
809
810
811
812
</span>
813
814
815
816
</a>
817
</li>
818
819
820
821
822
823
824
825
826
827
828
<li class="md-nav__item">
829
<a href="../../guide/ci-cd/" class="md-nav__link">
830
831
832
833
<span class="md-ellipsis">
834
835
836
CI/CD
837
838
839
840
</span>
841
842
843
844
</a>
845
</li>
846
847
848
849
850
851
852
853
854
855
856
<li class="md-nav__item">
857
<a href="../../guide/cluster/" class="md-nav__link">
858
859
860
861
<span class="md-ellipsis">
862
863
864
Cluster Mode
865
866
867
868
</span>
869
870
871
872
</a>
873
</li>
874
875
876
877
878
879
880
881
882
883
884
<li class="md-nav__item">
885
<a href="../../guide/agent-hooks/" class="md-nav__link">
886
887
888
889
<span class="md-ellipsis">
890
891
892
Agent Hooks
893
894
895
896
</span>
897
898
899
900
</a>
901
</li>
902
903
904
905
906
907
908
909
910
911
912
<li class="md-nav__item">
913
<a href="../../guide/planopticon/" class="md-nav__link">
914
915
916
917
<span class="md-ellipsis">
918
919
920
Planopticon
921
922
923
924
</span>
925
926
927
928
</a>
929
</li>
930
931
932
933
934
</ul>
935
</nav>
936
937
</li>
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
<li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
963
964
965
966
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" checked>
967
968
969
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="">
970
971
972
973
<span class="md-ellipsis">
974
975
976
Architecture
977
978
979
980
</span>
981
982
983
984
<span class="md-nav__icon md-icon"></span>
985
</label>
986
987
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="true">
988
<label class="md-nav__title" for="__nav_4">
989
<span class="md-nav__icon md-icon"></span>
990
991
992
Architecture
993
994
995
</label>
996
<ul class="md-nav__list" data-md-scrollfix>
997
998
999
1000
1001
1002
1003
1004
<li class="md-nav__item">
1005
<a href="../overview/" class="md-nav__link">
1006
1007
1008
1009
<span class="md-ellipsis">
1010
1011
1012
Overview
1013
1014
1015
1016
</span>
1017
1018
1019
1020
</a>
1021
</li>
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
<li class="md-nav__item md-nav__item--active">
1035
1036
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
1037
1038
1039
1040
1041
1042
<label class="md-nav__link md-nav__link--active" for="__toc">
1043
1044
1045
1046
<span class="md-ellipsis">
1047
1048
1049
Graph Schema
1050
1051
1052
1053
</span>
1054
1055
1056
1057
<span class="md-nav__icon md-icon"></span>
1058
</label>
1059
1060
<a href="./" class="md-nav__link md-nav__link--active">
1061
1062
1063
1064
<span class="md-ellipsis">
1065
1066
1067
Graph Schema
1068
1069
1070
1071
</span>
1072
1073
1074
1075
</a>
1076
1077
1078
1079
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
1080
1081
1082
1083
1084
1085
1086
<label class="md-nav__title" for="__toc">
1087
<span class="md-nav__icon md-icon"></span>
1088
Table of contents
1089
</label>
1090
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1091
1092
<li class="md-nav__item">
1093
<a href="#node-labels" class="md-nav__link">
1094
<span class="md-ellipsis">
1095
1096
Node labels
1097
1098
</span>
1099
</a>
1100
1101
<nav class="md-nav" aria-label="Node labels">
1102
<ul class="md-nav__list">
1103
1104
<li class="md-nav__item">
1105
<a href="#code-layer" class="md-nav__link">
1106
<span class="md-ellipsis">
1107
1108
Code layer
1109
1110
</span>
1111
</a>
1112
1113
</li>
1114
1115
<li class="md-nav__item">
1116
<a href="#knowledge-layer" class="md-nav__link">
1117
<span class="md-ellipsis">
1118
1119
Knowledge layer
1120
1121
</span>
1122
</a>
1123
1124
</li>
1125
1126
</ul>
1127
</nav>
1128
1129
</li>
1130
1131
<li class="md-nav__item">
1132
<a href="#edge-types" class="md-nav__link">
1133
<span class="md-ellipsis">
1134
1135
Edge types
1136
1137
</span>
1138
</a>
1139
1140
</li>
1141
1142
<li class="md-nav__item">
1143
<a href="#schema-diagram" class="md-nav__link">
1144
<span class="md-ellipsis">
1145
1146
Schema diagram
1147
1148
</span>
1149
</a>
1150
1151
</li>
1152
1153
<li class="md-nav__item">
1154
<a href="#code-vs-knowledge-layer-distinction" class="md-nav__link">
1155
<span class="md-ellipsis">
1156
1157
Code vs knowledge layer distinction
1158
1159
</span>
1160
</a>
1161
1162
</li>
1163
1164
</ul>
1165
1166
</nav>
1167
1168
</li>
1169
1170
1171
1172
1173
</ul>
1174
</nav>
1175
1176
</li>
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
<li class="md-nav__item md-nav__item--nested">
1197
1198
1199
1200
1201
1202
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_5" >
1203
1204
1205
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
1206
1207
1208
1209
<span class="md-ellipsis">
1210
1211
1212
API Reference
1213
1214
1215
1216
</span>
1217
1218
1219
1220
<span class="md-nav__icon md-icon"></span>
1221
</label>
1222
1223
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
1224
<label class="md-nav__title" for="__nav_5">
1225
<span class="md-nav__icon md-icon"></span>
1226
1227
1228
API Reference
1229
1230
1231
</label>
1232
<ul class="md-nav__list" data-md-scrollfix>
1233
1234
1235
1236
1237
1238
1239
1240
<li class="md-nav__item">
1241
<a href="../../api/sdk/" class="md-nav__link">
1242
1243
1244
1245
<span class="md-ellipsis">
1246
1247
1248
Python SDK
1249
1250
1251
1252
</span>
1253
1254
1255
1256
</a>
1257
</li>
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
<li class="md-nav__item">
1269
<a href="../../api/ingestion/" class="md-nav__link">
1270
1271
1272
1273
<span class="md-ellipsis">
1274
1275
1276
Ingestion
1277
1278
1279
1280
</span>
1281
1282
1283
1284
</a>
1285
</li>
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
<li class="md-nav__item">
1297
<a href="../../api/analysis/" class="md-nav__link">
1298
1299
1300
1301
<span class="md-ellipsis">
1302
1303
1304
Analysis
1305
1306
1307
1308
</span>
1309
1310
1311
1312
</a>
1313
</li>
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
<li class="md-nav__item">
1325
<a href="../../api/graph/" class="md-nav__link">
1326
1327
1328
1329
<span class="md-ellipsis">
1330
1331
1332
Graph
1333
1334
1335
1336
</span>
1337
1338
1339
1340
</a>
1341
</li>
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
<li class="md-nav__item">
1353
<a href="../../api/mcp/" class="md-nav__link">
1354
1355
1356
1357
<span class="md-ellipsis">
1358
1359
1360
MCP Server
1361
1362
1363
1364
</span>
1365
1366
1367
1368
</a>
1369
</li>
1370
1371
1372
1373
1374
</ul>
1375
</nav>
1376
1377
</li>
1378
1379
1380
1381
</ul>
1382
</nav>
1383
</div>
1384
</div>
1385
</div>
1386
1387
1388
1389
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
1390
<div class="md-sidebar__scrollwrap">
1391
<div class="md-sidebar__inner">
1392
1393
1394
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
1395
1396
1397
1398
1399
1400
1401
<label class="md-nav__title" for="__toc">
1402
<span class="md-nav__icon md-icon"></span>
1403
Table of contents
1404
</label>
1405
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1406
1407
<li class="md-nav__item">
1408
<a href="#node-labels" class="md-nav__link">
1409
<span class="md-ellipsis">
1410
1411
Node labels
1412
1413
</span>
1414
</a>
1415
1416
<nav class="md-nav" aria-label="Node labels">
1417
<ul class="md-nav__list">
1418
1419
<li class="md-nav__item">
1420
<a href="#code-layer" class="md-nav__link">
1421
<span class="md-ellipsis">
1422
1423
Code layer
1424
1425
</span>
1426
</a>
1427
1428
</li>
1429
1430
<li class="md-nav__item">
1431
<a href="#knowledge-layer" class="md-nav__link">
1432
<span class="md-ellipsis">
1433
1434
Knowledge layer
1435
1436
</span>
1437
</a>
1438
1439
</li>
1440
1441
</ul>
1442
</nav>
1443
1444
</li>
1445
1446
<li class="md-nav__item">
1447
<a href="#edge-types" class="md-nav__link">
1448
<span class="md-ellipsis">
1449
1450
Edge types
1451
1452
</span>
1453
</a>
1454
1455
</li>
1456
1457
<li class="md-nav__item">
1458
<a href="#schema-diagram" class="md-nav__link">
1459
<span class="md-ellipsis">
1460
1461
Schema diagram
1462
1463
</span>
1464
</a>
1465
1466
</li>
1467
1468
<li class="md-nav__item">
1469
<a href="#code-vs-knowledge-layer-distinction" class="md-nav__link">
1470
<span class="md-ellipsis">
1471
1472
Code vs knowledge layer distinction
1473
1474
</span>
1475
</a>
1476
1477
</li>
1478
1479
</ul>
1480
1481
</nav>
1482
</div>
1483
</div>
1484
</div>
1485
1486
1487
1488
<div class="md-content" data-md-component="content">
1489
1490
<article class="md-content__inner md-typeset">
1491
1492
1493
1494
1495
1496
1497
1498
1499
<h1 id="graph-schema">Graph Schema<a class="headerlink" href="#graph-schema" title="Permanent link">&para;</a></h1>
1500
<h2 id="node-labels">Node labels<a class="headerlink" href="#node-labels" title="Permanent link">&para;</a></h2>
1501
<h3 id="code-layer">Code layer<a class="headerlink" href="#code-layer" title="Permanent link">&para;</a></h3>
1502
<table>
1503
<thead>
1504
<tr>
1505
<th>Label</th>
1506
<th>Properties</th>
1507
<th>Description</th>
1508
</tr>
1509
</thead>
1510
<tbody>
1511
<tr>
1512
<td><code>Repository</code></td>
1513
<td><code>name</code>, <code>path</code>, <code>url</code>, <code>ingested_at</code></td>
1514
<td>Top-level repo node</td>
1515
</tr>
1516
<tr>
1517
<td><code>File</code></td>
1518
<td><code>path</code>, <code>language</code>, <code>lines</code>, <code>size</code></td>
1519
<td>Source file</td>
1520
</tr>
1521
<tr>
1522
<td><code>Module</code></td>
1523
<td><code>name</code>, <code>file</code>, <code>path</code></td>
1524
<td>Python module or TS namespace</td>
1525
</tr>
1526
<tr>
1527
<td><code>Class</code></td>
1528
<td><code>name</code>, <code>file</code>, <code>line</code>, <code>end_line</code>, <code>docstring</code>, <code>is_abstract</code></td>
1529
<td>Class definition</td>
1530
</tr>
1531
<tr>
1532
<td><code>Function</code></td>
1533
<td><code>name</code>, <code>file</code>, <code>line</code>, <code>end_line</code>, <code>signature</code>, <code>docstring</code>, <code>is_async</code></td>
1534
<td>Top-level function</td>
1535
</tr>
1536
<tr>
1537
<td><code>Method</code></td>
1538
<td><code>name</code>, <code>file</code>, <code>line</code>, <code>end_line</code>, <code>signature</code>, <code>docstring</code>, <code>is_async</code>, <code>is_classmethod</code>, <code>is_staticmethod</code></td>
1539
<td>Class method</td>
1540
</tr>
1541
<tr>
1542
<td><code>Variable</code></td>
1543
<td><code>name</code>, <code>file</code>, <code>line</code>, <code>type_annotation</code></td>
1544
<td>Module-level variable</td>
1545
</tr>
1546
<tr>
1547
<td><code>Import</code></td>
1548
<td><code>name</code>, <code>alias</code>, <code>file</code>, <code>line</code>, <code>from_module</code></td>
1549
<td>Import statement</td>
1550
</tr>
1551
<tr>
1552
<td><code>Decorator</code></td>
1553
<td><code>name</code>, <code>expression</code>, <code>file</code>, <code>line</code></td>
1554
<td>Decorator applied to function/class</td>
1555
</tr>
1556
</tbody>
1557
</table>
1558
<h3 id="knowledge-layer">Knowledge layer<a class="headerlink" href="#knowledge-layer" title="Permanent link">&para;</a></h3>
1559
<table>
1560
<thead>
1561
<tr>
1562
<th>Label</th>
1563
<th>Properties</th>
1564
<th>Description</th>
1565
</tr>
1566
</thead>
1567
<tbody>
1568
<tr>
1569
<td><code>Domain</code></td>
1570
<td><code>name</code>, <code>description</code>, <code>created_at</code></td>
1571
<td>Top-level grouping for concepts, rules, decisions</td>
1572
</tr>
1573
<tr>
1574
<td><code>Concept</code></td>
1575
<td><code>name</code>, <code>description</code>, <code>domain</code>, <code>status</code>, <code>created_at</code></td>
1576
<td>Named domain concept or design pattern</td>
1577
</tr>
1578
<tr>
1579
<td><code>Rule</code></td>
1580
<td><code>name</code>, <code>description</code>, <code>domain</code>, <code>severity</code>, <code>rationale</code>, <code>created_at</code></td>
1581
<td>Enforceable constraint; severity: <code>info</code>, <code>warning</code>, <code>critical</code></td>
1582
</tr>
1583
<tr>
1584
<td><code>Decision</code></td>
1585
<td><code>name</code>, <code>description</code>, <code>domain</code>, <code>rationale</code>, <code>alternatives</code>, <code>date</code>, <code>status</code>, <code>created_at</code></td>
1586
<td>Architectural decision record; status: <code>proposed</code>, <code>accepted</code>, <code>deprecated</code>, <code>superseded</code></td>
1587
</tr>
1588
<tr>
1589
<td><code>WikiPage</code></td>
1590
<td><code>title</code>, <code>content</code>, <code>url</code>, <code>source</code>, <code>updated_at</code></td>
1591
<td>Wiki page or document</td>
1592
</tr>
1593
<tr>
1594
<td><code>Person</code></td>
1595
<td><code>name</code>, <code>email</code>, <code>role</code>, <code>team</code>, <code>created_at</code></td>
1596
<td>Team member or contributor</td>
1597
</tr>
1598
</tbody>
1599
</table>
1600
<hr />
1601
<h2 id="edge-types">Edge types<a class="headerlink" href="#edge-types" title="Permanent link">&para;</a></h2>
1602
<table>
1603
<thead>
1604
<tr>
1605
<th>Edge</th>
1606
<th>From</th>
1607
<th>To</th>
1608
<th>Meaning</th>
1609
</tr>
1610
</thead>
1611
<tbody>
1612
<tr>
1613
<td><code>CONTAINS</code></td>
1614
<td>Repository, File, Module, Class</td>
1615
<td>File, Class, Function, Method, Variable, Import</td>
1616
<td>Structural containment</td>
1617
</tr>
1618
<tr>
1619
<td><code>DEFINES</code></td>
1620
<td>File, Class</td>
1621
<td>Class, Function, Method</td>
1622
<td>Definition site</td>
1623
</tr>
1624
<tr>
1625
<td><code>IMPORTS</code></td>
1626
<td>File</td>
1627
<td>Import</td>
1628
<td>File imports a module or symbol</td>
1629
</tr>
1630
<tr>
1631
<td><code>DEPENDS_ON</code></td>
1632
<td>File, Module</td>
1633
<td>File, Module</td>
1634
<td>Module-level dependency</td>
1635
</tr>
1636
<tr>
1637
<td><code>CALLS</code></td>
1638
<td>Function, Method</td>
1639
<td>Function, Method</td>
1640
<td>Direct function call (static analysis)</td>
1641
</tr>
1642
<tr>
1643
<td><code>REFERENCES</code></td>
1644
<td>Function, Method, File</td>
1645
<td>Variable, Class, Function</td>
1646
<td>Name reference (not a call)</td>
1647
</tr>
1648
<tr>
1649
<td><code>INHERITS</code></td>
1650
<td>Class</td>
1651
<td>Class</td>
1652
<td>Class inherits from parent</td>
1653
</tr>
1654
<tr>
1655
<td><code>IMPLEMENTS</code></td>
1656
<td>Class, Function</td>
1657
<td>Concept</td>
1658
<td>Code implements a concept or interface</td>
1659
</tr>
1660
<tr>
1661
<td><code>DECORATES</code></td>
1662
<td>Decorator</td>
1663
<td>Function, Method, Class</td>
1664
<td>Decorator applied to target</td>
1665
</tr>
1666
<tr>
1667
<td><code>BELONGS_TO</code></td>
1668
<td>Concept, Rule, Decision, Person</td>
1669
<td>Domain</td>
1670
<td>Membership in a domain</td>
1671
</tr>
1672
<tr>
1673
<td><code>RELATED_TO</code></td>
1674
<td>Any</td>
1675
<td>Any</td>
1676
<td>General semantic relationship</td>
1677
</tr>
1678
<tr>
1679
<td><code>GOVERNS</code></td>
1680
<td>Rule</td>
1681
<td>Function, Method, Class, File</td>
1682
<td>Rule applies to code node</td>
1683
</tr>
1684
<tr>
1685
<td><code>DOCUMENTS</code></td>
1686
<td>WikiPage</td>
1687
<td>Concept, Function, Class, File</td>
1688
<td>Documentation relationship</td>
1689
</tr>
1690
<tr>
1691
<td><code>ANNOTATES</code></td>
1692
<td>Concept, Rule</td>
1693
<td>Function, Method, Class, File, Module</td>
1694
<td>Knowledge node annotates code node</td>
1695
</tr>
1696
<tr>
1697
<td><code>ASSIGNED_TO</code></td>
1698
<td>Rule, Decision</td>
1699
<td>Person</td>
1700
<td>Work item or decision assigned to person</td>
1701
</tr>
1702
<tr>
1703
<td><code>DECIDED_BY</code></td>
1704
<td>Decision</td>
1705
<td>Person</td>
1706
<td>Decision was made by person</td>
1707
</tr>
1708
<tr>
1709
<td><code>TESTS</code></td>
1710
<td>Function, Method</td>
1711
<td>Function, Method, Class</td>
1712
<td>Test function exercises a source function or class</td>
1713
</tr>
1714
<tr>
1715
<td><code>COUPLED_WITH</code></td>
1716
<td>File, Module</td>
1717
<td>File, Module</td>
1718
<td>Files that change together frequently (from churn analysis)</td>
1719
</tr>
1720
<tr>
1721
<td><code>OWNS</code></td>
1722
<td>Person</td>
1723
<td>File, Module, Class</td>
1724
<td>Ownership from CODEOWNERS or annotation</td>
1725
</tr>
1726
</tbody>
1727
</table>
1728
<hr />
1729
<h2 id="schema-diagram">Schema diagram<a class="headerlink" href="#schema-diagram" title="Permanent link">&para;</a></h2>
1730
<pre class="mermaid"><code>graph LR
1731
subgraph Knowledge["Knowledge Layer"]
1732
Domain
1733
Concept
1734
Rule
1735
Decision
1736
WikiPage
1737
Person
1738
end
1739
1740
subgraph Code["Code Layer"]
1741
Repository
1742
File
1743
Module
1744
Class
1745
Function
1746
Method
1747
Decorator
1748
Import
1749
Variable
1750
end
1751
1752
Repository --&gt;|CONTAINS| File
1753
File --&gt;|CONTAINS| Class
1754
File --&gt;|CONTAINS| Function
1755
File --&gt;|IMPORTS| Import
1756
Class --&gt;|DEFINES| Method
1757
Function --&gt;|CALLS| Function
1758
Method --&gt;|CALLS| Function
1759
Method --&gt;|CALLS| Method
1760
Class --&gt;|INHERITS| Class
1761
Decorator --&gt;|DECORATES| Function
1762
Decorator --&gt;|DECORATES| Class
1763
Decorator --&gt;|DECORATES| Method
1764
1765
Domain --&gt;|"(inverse) BELONGS_TO"| Concept
1766
Domain --&gt;|"(inverse) BELONGS_TO"| Rule
1767
Domain --&gt;|"(inverse) BELONGS_TO"| Decision
1768
WikiPage --&gt;|DOCUMENTS| Concept
1769
WikiPage --&gt;|DOCUMENTS| Function
1770
1771
Rule --&gt;|GOVERNS| Function
1772
Rule --&gt;|GOVERNS| Class
1773
Concept --&gt;|ANNOTATES| Function
1774
Concept --&gt;|ANNOTATES| Class
1775
Class --&gt;|IMPLEMENTS| Concept
1776
Decision --&gt;|DECIDED_BY| Person
1777
Rule --&gt;|ASSIGNED_TO| Person
1778
Function --&gt;|TESTS| Function
1779
Function --&gt;|TESTS| Class
1780
File --&gt;|COUPLED_WITH| File
1781
Person --&gt;|OWNS| File</code></pre>
1782
<hr />
1783
<h2 id="code-vs-knowledge-layer-distinction">Code vs knowledge layer distinction<a class="headerlink" href="#code-vs-knowledge-layer-distinction" title="Permanent link">&para;</a></h2>
1784
<p>The two layers have different <strong>lifecycle</strong> and <strong>provenance</strong>:</p>
1785
<table>
1786
<thead>
1787
<tr>
1788
<th>Dimension</th>
1789
<th>Code layer</th>
1790
<th>Knowledge layer</th>
1791
</tr>
1792
</thead>
1793
<tbody>
1794
<tr>
1795
<td>Source</td>
1796
<td>tree-sitter AST parsing</td>
1797
<td>Manual curation, wiki, Planopticon</td>
1798
</tr>
1799
<tr>
1800
<td>Refresh</td>
1801
<td>On every <code>navegador ingest</code></td>
1802
<td>On demand (<code>navegador add</code>, <code>wiki ingest</code>, <code>planopticon ingest</code>)</td>
1803
</tr>
1804
<tr>
1805
<td>Change rate</td>
1806
<td>Fast (changes with every commit)</td>
1807
<td>Slow (changes with design decisions)</td>
1808
</tr>
1809
<tr>
1810
<td>Authorship</td>
1811
<td>Derived from code</td>
1812
<td>Human or meeting-authored</td>
1813
</tr>
1814
<tr>
1815
<td>Queryability</td>
1816
<td>Names, signatures, call graphs</td>
1817
<td>Domain semantics, rationale, history</td>
1818
</tr>
1819
</tbody>
1820
</table>
1821
<p>Cross-layer edges (<code>ANNOTATES</code>, <code>GOVERNS</code>, <code>IMPLEMENTS</code>, <code>DOCUMENTS</code>) are the join points between the two layers. They are created explicitly by humans via <code>navegador annotate</code> or inferred during wiki/Planopticon ingestion.</p>
1822
<p>Analysis edges (<code>TESTS</code>, <code>COUPLED_WITH</code>) are created by analysis commands (<code>navegador testmap</code>, <code>navegador churn</code>) and are derived rather than curated. They are refreshed whenever those commands are re-run.</p>
1823
<p><code>OWNS</code> edges are populated from CODEOWNERS file parsing (<code>navegador codeowners</code>) and from explicit <code>navegador annotate --owner</code> assignments.</p>
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
</article>
1838
</div>
1839
1840
1841
<script>var tabs=__md_get("__tabs");if(Array.isArray(tabs))e:for(var set of document.querySelectorAll(".tabbed-set")){var labels=set.querySelector(".tabbed-labels");for(var tab of tabs)for(var label of labels.getElementsByTagName("label"))if(label.innerText.trim()===tab){var input=document.getElementById(label.htmlFor);input.checked=!0;continue e}}</script>
1842
1843
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
1844
</div>
1845
1846
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
1847
1848
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
1849
Back to top
1850
</button>
1851
1852
</main>
1853
1854
<footer class="md-footer">
1855
1856
<div class="md-footer-meta md-typeset">
1857
<div class="md-footer-meta__inner md-grid">
1858
<div class="md-copyright">
1859
1860
<div class="md-copyright__highlight">
1861
Copyright &copy; 2026 CONFLICT LLC
1862
</div>
1863
1864
1865
Made with
1866
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
1867
Material for MkDocs
1868
</a>
1869
1870
</div>
1871
1872
1873
<div class="md-social">
1874
1875
1876
1877
1878
1879
1880
1881
1882
<a href="https://github.com/ConflictHQ/navegador" target="_blank" rel="noopener" title="github.com" class="md-social__link">
1883
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
1884
</a>
1885
1886
</div>
1887
1888
</div>
1889
</div>
1890
</footer>
1891
1892
</div>
1893
<div class="md-dialog" data-md-component="dialog">
1894
<div class="md-dialog__inner md-typeset"></div>
1895
</div>
1896
1897
1898
1899
1900
1901
<script id="__config" type="application/json">{"annotate": null, "base": "../..", "features": ["navigation.instant", "navigation.tabs", "navigation.sections", "navigation.expand", "navigation.top", "search.suggest", "search.highlight", "content.code.copy", "content.tabs.link", "header.autohide"], "search": "../../assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
1902
1903
1904
<script src="../../assets/javascripts/bundle.79ae519e.min.js"></script>
1905
1906
1907
</body>
1908
</html>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button