Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 884280b

Browse files
committed
fix: context files
1 parent e47ee1e commit 884280b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: A specification for providing explicit context information about a
55
related-modules:
66
- TypeScript Linter: ./linters/typescript
77
- Codebase Context Editor: ./examples/context-editor
8-
- Three: ./invalid
98
technologies:
109
- Markdown
1110
- YAML

linters/.context.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
module-name: Codebase Context Specification Linters
33
related-modules:
4-
- ../examples
4+
- TypeScript Linter: ./typescript
5+
- Python Linter: ./python
56
version: 1.0.0
67
description: Contains linting tools for validating Codebase Context Specification files
78
diagrams: []

linters/typescript/.context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
module-name: TypeScript Linter for Codebase Context Specification
33
related-modules:
4-
- ../python
4+
- Python Linter: ../python
55
version: 1.0.0
66
description: TypeScript implementation of the Codebase Context Specification linter
77
diagrams: []

0 commit comments

Comments
 (0)