This repository was archived by the owner on Oct 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module-name: Codebase Context Specification
33version : 1.0.0
44description : A specification for providing explicit context information about a codebase
55related-modules : []
6- project-type : Specification
76technologies :
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
1515directives :
1616 - Maintain backward compatibility
1717 - Keep documentation up-to-date
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ related-modules:
44 - ../../linters/typescript : TypeScript linter for validating context files
55version : 1.0.0
66description : A sample editor to make it easy for users to create and edit Codebase Context Specification files
7- project-type : Web Application
87technologies :
98 - React
109 - TypeScript
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ related-modules:
44 - ../typescript
55version : 0.0.1
66description : Python implementation of the Codebase Context Specification linter (placeholder)
7- project-type : Linter
87diagrams : []
98technologies :
109 - Python
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ related-modules:
44 - ../python
55version : 1.0.0
66description : TypeScript implementation of the Codebase Context Specification linter
7- project-type : Linter
87diagrams : []
98technologies :
109 - TypeScript
You can’t perform that action at this time.
0 commit comments