We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe215c commit dbaf3eeCopy full SHA for dbaf3ee
img/codebase-diagram.mermaid
@@ -0,0 +1,27 @@
1
+graph TD
2
+ subgraph "Codebase Context Specification"
3
+ Root[Root Directory]
4
+ Spec[Specification CODEBASE-CONTEXT.md]
5
+ MainDoc[Main Documentation README.md]
6
+ Linters[Linters Directory]
7
+ TypeScript[TypeScript Linter]
8
+ Python[Python Linter]
9
+
10
+ Root --> Spec
11
+ Root --> MainDoc
12
+ Root --> Linters
13
+ Linters --> TypeScript
14
+ Linters --> Python
15
+ end
16
17
+ subgraph "TypeScript Linter"
18
+ TSLinter[context_linter.ts]
19
+ TSTests[Tests]
20
+ TSREADME[TypeScript README]
21
22
+ TypeScript --> TSLinter
23
+ TypeScript --> TSTests
24
+ TypeScript --> TSREADME
25
26
27
img/codebase-context.png renamed to img/codebase-diagram2.png
0 commit comments