Skip to content

Commit cf6a6a5

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2024-09-03) ### Bug Fixes * add unit test for string_utils ([62cd8bd](62cd8bd)) * Implement linter for .context.md and related CCS files ([67eb9a7](67eb9a7)) * Improve context linter validation and structure ([2f82465](2f82465)) * Remove unused .context.md file ([4946be8](4946be8)) * Remove unused context linter test file ([1a112d6](1a112d6)) * Update CLI command name in PUBLISH.md and README.md ([af6c288](af6c288)) * update spec general parameter lists and validation checks ([56fac43](56fac43)) ### Features * Add AI Context Convention Linters module ([377b533](377b533)) * Add codebase diagram in Mermaid format ([dbaf3ee](dbaf3ee)) * Add context structure utility file ([b170efd](b170efd)) * Add file utility functions and string utility functions ([b428797](b428797)) * Implement recursive handling of context files ([bddb9c9](bddb9c9)) * Improve codebase context documentation ([dbf0319](dbf0319)) * Rename AI Context Convention to Codebase Context Specification ([8f53839](8f53839))
1 parent 62cd8bd commit cf6a6a5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

linters/typescript/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [1.2.0](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.1.0...v1.2.0) (2024-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* add unit test for string_utils ([62cd8bd](https://github.com/Agentic-Insights/codebase-context-spec/commit/62cd8bdfefc214bf214d02db44819dbf10516445))
7+
* Implement linter for .context.md and related CCS files ([67eb9a7](https://github.com/Agentic-Insights/codebase-context-spec/commit/67eb9a787b73cb68db1aefec9dc950d610363a9d))
8+
* Improve context linter validation and structure ([2f82465](https://github.com/Agentic-Insights/codebase-context-spec/commit/2f824656c322510dc000994fbeaafc823184e565))
9+
* Remove unused .context.md file ([4946be8](https://github.com/Agentic-Insights/codebase-context-spec/commit/4946be8435438fb3ed76d8701683993c97b1aa61))
10+
* Remove unused context linter test file ([1a112d6](https://github.com/Agentic-Insights/codebase-context-spec/commit/1a112d6be6669c6d49ce9a3c6ba04865fc0b71d2))
11+
* Update CLI command name in PUBLISH.md and README.md ([af6c288](https://github.com/Agentic-Insights/codebase-context-spec/commit/af6c288d8e0407448cfd55f75f72b171271fae0c))
12+
* update spec general parameter lists and validation checks ([56fac43](https://github.com/Agentic-Insights/codebase-context-spec/commit/56fac43fb991cb271824f793f4a5d0208f6b1878))
13+
14+
15+
### Features
16+
17+
* Add AI Context Convention Linters module ([377b533](https://github.com/Agentic-Insights/codebase-context-spec/commit/377b533fc579fff6c60d7943291336d8a56afe3f))
18+
* Add codebase diagram in Mermaid format ([dbaf3ee](https://github.com/Agentic-Insights/codebase-context-spec/commit/dbaf3ee025d964fa3f8de225b0d2989e4eec15eb))
19+
* Add context structure utility file ([b170efd](https://github.com/Agentic-Insights/codebase-context-spec/commit/b170efda49a1e32f260dbcc1813f8061b005e9f4))
20+
* Add file utility functions and string utility functions ([b428797](https://github.com/Agentic-Insights/codebase-context-spec/commit/b4287976d68e88586f8e8477c20828e603e83f2f))
21+
* Implement recursive handling of context files ([bddb9c9](https://github.com/Agentic-Insights/codebase-context-spec/commit/bddb9c97f3ffce8e72c468501b2b83013c79feff))
22+
* Improve codebase context documentation ([dbf0319](https://github.com/Agentic-Insights/codebase-context-spec/commit/dbf0319ec0d3e9ae3fac4986f1f5f944058f4315))
23+
* Rename AI Context Convention to Codebase Context Specification ([8f53839](https://github.com/Agentic-Insights/codebase-context-spec/commit/8f53839e8b42931f39fad73128ede8604c0e3a08))
24+
125
# [1.1.0](https://github.com/Agentic-Insights/codebase-context-spec/compare/v1.0.0...v1.1.0) (2024-09-01)
226

327

linters/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-context-lint",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "linter for .context.md and related CCS files",
55
"main": "dist/context_linter.js",
66
"bin": {

0 commit comments

Comments
 (0)