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

Commit ac5faa1

Browse files
committed
fix: context files project-name
1 parent 5120faa commit ac5faa1

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module-name: Codebase Context Specification
33
version: 1.0.0
44
description: A specification for providing explicit context information about a codebase
55
related-modules: []
6-
project-type: Specification
76
technologies:
87
- Markdown
98
- YAML
@@ -12,6 +11,7 @@ conventions:
1211
- Follow Markdown best practices
1312
- Use YAML for structured data
1413
- Consistent naming conventions
14+
- use lowercase and underscores for all .ts files
1515
directives:
1616
- Maintain backward compatibility
1717
- Keep documentation up-to-date

examples/context-editor/.context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ related-modules:
44
- ../../linters/typescript: TypeScript linter for validating context files
55
version: 1.0.0
66
description: A sample editor to make it easy for users to create and edit Codebase Context Specification files
7-
project-type: Web Application
87
technologies:
98
- React
109
- TypeScript

linters/python/.context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ related-modules:
44
- ../typescript
55
version: 0.0.1
66
description: Python implementation of the Codebase Context Specification linter (placeholder)
7-
project-type: Linter
87
diagrams: []
98
technologies:
109
- Python

linters/typescript/.context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ related-modules:
44
- ../python
55
version: 1.0.0
66
description: TypeScript implementation of the Codebase Context Specification linter
7-
project-type: Linter
87
diagrams: []
98
technologies:
109
- TypeScript

0 commit comments

Comments
 (0)