Skip to content

Releases: Agentic-Insights/codebase-context-spec

v1.5.0

28 Sep 23:21
Compare
Choose a tag to compare

1.5.0 (2024-09-28)

Bug Fixes

  • Infinite loop when checking ignored files without a .contextignore file created (10f8e17)

Features

  • add new top level tabs (cb1ac6a)
  • dev: Add ts-node for quick local testing (62ed68e)

v1.4.3

22 Sep 17:25
Compare
Choose a tag to compare

1.4.3 (2024-09-22)

Bug Fixes

v1.4.2

12 Sep 22:56
Compare
Choose a tag to compare

1.4.2 (2024-09-12)

Bug Fixes

  • added logging and clean up file traversal (f02d9ab)
  • change output and fix tests (8c07847)
  • fix the recursion and logging (8249570)

v1.4.1

11 Sep 13:43
Compare
Choose a tag to compare

1.4.1 (2024-09-11)

Bug Fixes

  • context files (884280b)
  • recursion and diagram / related modules checks (e47ee1e)

v1.4.0

11 Sep 00:55
Compare
Choose a tag to compare

1.4.0 (2024-09-11)

Bug Fixes

  • 404 on the root url link for .context.md (548e050)
  • add color and icons (bc51dcd)
  • add contextignore recursively (13221b0)
  • add further dotcontext ignore support, normalize linter output (a166724)
  • add the new prompt to generate .context files (faff9e2)
  • context form now poperly supports diagrams and modules and validates them as pathspec/url elements for linking purposes (eec3277)
  • doc bundle area and wording (ca53726)
  • make everything optional on context file form (a36ab27)
  • make form optional, fix type checking (9ab3491)
  • remove deprecated Grid for Grid2 in MUI (e3e488f)
  • resource entry and empty resource in output (ba54314)
  • take out unused icon ref (118fcdd)
  • tests for .contextignore files (9162f5e)

Features

  • Add .contextignore support and normalize linter output (943a7b7)
  • copy, download, and preview (b913115)

v1.3.1

08 Sep 16:42
Compare
Choose a tag to compare

1.3.1 (2024-09-08)

Bug Fixes

  • add devcontainer (e0e21c1)
  • deployment js file static ref broken (15b3100)
  • github pages deployment (b2d613a)

CCS Linter v1.3.0

06 Sep 16:02
Compare
Choose a tag to compare

1.3.0 (2024-09-06)

Bug Fixes

Features

image

  • add and refine the validation errors, use grey-matter (5120faa)
  • add missing fields collection (fec9710)
  • add missing fields report (6ddee02)
  • Add Node.js and Jest context documentation (d5142cc)
  • major improvements to coverage linting and detailing what is missing, prettier output (0cb38e1)

CCS Linter v1.2.0

03 Sep 07:59
Compare
Choose a tag to compare

1.2.0 (2024-09-03)

Install via npm

Bug Fixes

  • add unit test for string_utils (62cd8bd)
  • Implement linter for .context.md and related CCS files (67eb9a7)
  • Improve context linter validation and structure (2f82465)
  • Remove unused .context.md file (4946be8)
  • Remove unused context linter test file (1a112d6)
  • Update CLI command name in PUBLISH.md and README.md (af6c288)
  • update spec general parameter lists and validation checks (56fac43)

Features

  • Add AI Context Convention Linters module (377b533)
  • Add codebase diagram in Mermaid format (dbaf3ee)
  • Add context structure utility file (b170efd)
  • Add file utility functions and string utility functions (b428797)
  • Implement recursive handling of context files (bddb9c9)
  • Improve codebase context documentation (dbf0319)
  • Rename AI Context Convention to Codebase Context Specification (8f53839)

v1.1.0

01 Sep 17:00
Compare
Choose a tag to compare

1.1.0 (2024-09-01)

Features

  • Add guidelines for using Codebase Context Specification with AI assistants (e1207a1)
  • Add npm version badge to README (ea74208)

Linter v1.0.0

01 Sep 04:17
Compare
Choose a tag to compare

1.0.0 (2024-09-01)

Bug Fixes

  • Lint JSON files correctly (1559964)
  • Update CLI usage message (6d4bbf9)
  • update package-lock.json to version 0.0.0-development (2e0a4bf)

Features

  • Add AI Context Convention specification and linter implementation (a760aac)
  • Add Codebase Context Specification (CCS) convention (781eb1d)
  • Add LICENSE.md file (88a5b07)
  • Add linting for .contextdocs.md and .contextignore files (7c49a7f)
  • Add PUBLISH.md for publishing the AI Context Convention Linter to npm (8ea8513)
  • Add release workflow and configuration (903543c)
  • Add tooling recommendations and future directions sections (1dd204d)
  • Add TypeScript linter for AI Context Convention files (3d8d081)
  • Bump version to 0.0.3 (a056c13)
  • Bump version to 0.0.4 (a223d1e)
  • Bump version to 0.0.6 (98a2d30)
  • Expand AI Context Convention with role-specific sections (b5a9197)
  • Implement markdown, YAML, and JSON file linting (ba514f8)
  • Improve README formatting and add icons (f2a96d2)
  • new specification for codebase context (af17b2b)
  • Rename project to Codebase Context Specification (ad92e70)
  • Update codebase context specification and linter package (118284d)
  • Upgrade TypeScript linter to use async/await (e4578e9)