Skip to content

Commit 2204261

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-09-01) ### Bug Fixes * Lint JSON files correctly ([1559964](1559964)) * Update CLI usage message ([6d4bbf9](6d4bbf9)) * update package-lock.json to version 0.0.0-development ([2e0a4bf](2e0a4bf)) ### Features * Add AI Context Convention specification and linter implementation ([a760aac](a760aac)) * Add Codebase Context Specification (CCS) convention ([781eb1d](781eb1d)) * Add LICENSE.md file ([88a5b07](88a5b07)) * Add linting for .contextdocs.md and .contextignore files ([7c49a7f](7c49a7f)) * Add PUBLISH.md for publishing the AI Context Convention Linter to npm ([8ea8513](8ea8513)) * Add release workflow and configuration ([903543c](903543c)) * Add tooling recommendations and future directions sections ([1dd204d](1dd204d)) * Add TypeScript linter for AI Context Convention files ([3d8d081](3d8d081)) * Bump version to 0.0.3 ([a056c13](a056c13)) * Bump version to 0.0.4 ([a223d1e](a223d1e)) * Bump version to 0.0.6 ([98a2d30](98a2d30)) * Expand AI Context Convention with role-specific sections ([b5a9197](b5a9197)) * Implement markdown, YAML, and JSON file linting ([ba514f8](ba514f8)) * Improve README formatting and add icons ([f2a96d2](f2a96d2)) * new specification for codebase context ([af17b2b](af17b2b)) * Rename project to Codebase Context Specification ([ad92e70](ad92e70)) * Update codebase context specification and linter package ([118284d](118284d)) * Upgrade TypeScript linter to use async/await ([e4578e9](e4578e9))
1 parent 6d4bbf9 commit 2204261

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

Diff for: linters/typescript/CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 1.0.0 (2024-09-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Lint JSON files correctly ([1559964](https://github.com/Agentic-Insights/codebase-context-spec/commit/1559964767d15082799587c97ef5fbd6021fee12))
7+
* Update CLI usage message ([6d4bbf9](https://github.com/Agentic-Insights/codebase-context-spec/commit/6d4bbf9dd5ecc6498bb51d40a6ed7110a190fd88))
8+
* update package-lock.json to version 0.0.0-development ([2e0a4bf](https://github.com/Agentic-Insights/codebase-context-spec/commit/2e0a4bf66f643d391b0f2739bfdec22d3b2e840e))
9+
10+
11+
### Features
12+
13+
* Add AI Context Convention specification and linter implementation ([a760aac](https://github.com/Agentic-Insights/codebase-context-spec/commit/a760aac075231a30fbc9e100a6305397840657f7))
14+
* Add Codebase Context Specification (CCS) convention ([781eb1d](https://github.com/Agentic-Insights/codebase-context-spec/commit/781eb1d36ad1eaf48612f6b552f1aac8c2a45d57))
15+
* Add LICENSE.md file ([88a5b07](https://github.com/Agentic-Insights/codebase-context-spec/commit/88a5b074e4322fe9ed37a54d42d4f74df39b20af))
16+
* Add linting for .contextdocs.md and .contextignore files ([7c49a7f](https://github.com/Agentic-Insights/codebase-context-spec/commit/7c49a7f8ff366be6d16ab85a1511a4b9c9ff5d83))
17+
* Add PUBLISH.md for publishing the AI Context Convention Linter to npm ([8ea8513](https://github.com/Agentic-Insights/codebase-context-spec/commit/8ea85136f3f2c2b8ad0b8429af00c33cc0f8c8c0))
18+
* Add release workflow and configuration ([903543c](https://github.com/Agentic-Insights/codebase-context-spec/commit/903543ca329ef5b18c28f738d8f34953250bbeb2))
19+
* Add tooling recommendations and future directions sections ([1dd204d](https://github.com/Agentic-Insights/codebase-context-spec/commit/1dd204df0dc5f00efb773d37fc45d31d94495263))
20+
* Add TypeScript linter for AI Context Convention files ([3d8d081](https://github.com/Agentic-Insights/codebase-context-spec/commit/3d8d0817907de1ac63359ca762b61d687299e71e))
21+
* Bump version to 0.0.3 ([a056c13](https://github.com/Agentic-Insights/codebase-context-spec/commit/a056c13177a0f0162abf2a78f5c149b0ebc99c4b))
22+
* Bump version to 0.0.4 ([a223d1e](https://github.com/Agentic-Insights/codebase-context-spec/commit/a223d1ea4c0ae878293d38bad33e156ab2339c9c))
23+
* Bump version to 0.0.6 ([98a2d30](https://github.com/Agentic-Insights/codebase-context-spec/commit/98a2d305f24cd7b6558a9b4c4b167e765d9d2b96))
24+
* Expand AI Context Convention with role-specific sections ([b5a9197](https://github.com/Agentic-Insights/codebase-context-spec/commit/b5a9197d096101c425968008919dba45bc3a5f0f))
25+
* Implement markdown, YAML, and JSON file linting ([ba514f8](https://github.com/Agentic-Insights/codebase-context-spec/commit/ba514f8a651445c33c988f7d2d08365256a02f2b))
26+
* Improve README formatting and add icons ([f2a96d2](https://github.com/Agentic-Insights/codebase-context-spec/commit/f2a96d29bb28da224f7dc87524fe21c99c991ca4))
27+
* new specification for codebase context ([af17b2b](https://github.com/Agentic-Insights/codebase-context-spec/commit/af17b2be8ddfe045587ed4c1951437eceb79c119))
28+
* Rename project to Codebase Context Specification ([ad92e70](https://github.com/Agentic-Insights/codebase-context-spec/commit/ad92e700b1658a6a9d05f85265afba202d98c32b))
29+
* Update codebase context specification and linter package ([118284d](https://github.com/Agentic-Insights/codebase-context-spec/commit/118284d9e95de2148dfa91fde9f5ff78f98c3a55))
30+
* Upgrade TypeScript linter to use async/await ([e4578e9](https://github.com/Agentic-Insights/codebase-context-spec/commit/e4578e950885b57a16135c3be2ce1eff592fd7e5))

Diff for: 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": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "CLI linter for AI Context Convention files",
55
"main": "dist/context_linter.js",
66
"bin": {

0 commit comments

Comments
 (0)