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

Commit 2b715b4

Browse files
committed
docs: remove mislabeled main-technologies
1 parent 0bf15fb commit 2b715b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CODEBASE-CONTEXT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ related-modules:
7979
path: ./examples/context-editor
8080
- name: TypeScript Linter
8181
path: https://github.com/Agentic-Insights/codebase-context-spec/tree/main/linters/typescript
82-
main-technologies:
82+
technologies:
8383
- Markdown
8484
- YAML
8585
- JSON
@@ -199,7 +199,7 @@ related-modules:
199199
path: ./examples/context-editor
200200
- name: TypeScript Linter
201201
path: https://github.com/Agentic-Insights/codebase-context-spec/tree/main/linters/typescript
202-
main-technologies:
202+
technologies:
203203
- Markdown
204204
- YAML
205205
- JSON

CODING-ASSISTANT-PROMPT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow these guidelines:
1717

1818
4. For .context.md (json/yaml) files:
1919
- Parse the structured data and understand the relationships between different fields.
20-
- Look for key sections such as module-name, related-modules, description, main-technologies, conventions, and ai-prompts.
20+
- Look for key sections such as module-name, related-modules, description, technologies, conventions, and ai-prompts.
2121

2222
5. When encountering a .contextdocs.md file:
2323
- Understand that it specifies external documentation sources.

GENERATE-CONTEXT-PROMPT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the following sections in the YAML front matter:
1919
2. version
2020
3. description
2121
4. related-modules (if any)
22-
5. technologies (not main-technologies)
22+
5. technologies
2323
6. conventions
2424
7. directives
2525
8. diagrams

0 commit comments

Comments
 (0)