ai-cognitive-framework
Version:
A system for transforming AI interactions from assumption-based guesswork to systematic, evidence-driven excellence.
48 lines (33 loc) • 1.46 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.6] - 2025-08-05
### Changed
- Refined README instructions for natural language loading in CLI, separating command execution from paste action.
## [1.0.5] - 2025-08-05
### Changed
- Finalized README instructions for AI loading, removing redundant "Paste in:" instructions.
## [1.0.3] - 2025-08-05
### Changed
- Finalized README instructions for AI loading, removing automated priming section.
- Added specific CLI command examples for natural language loading in README.
## [1.0.2] - 2025-08-05
### Changed
- Refined README instructions for AI loading, removing automated priming section.
- Prioritized Cursor, Claude, and Gemini instructions in README.
## [1.0.1] - 2025-08-05
### Changed
- Converted project to TypeScript.
- Refined README instructions for AI loading, prioritizing Claude and Gemini.
- Updated Jest configuration for TypeScript.
### Fixed
- Resolved various Jest/TypeScript configuration issues.
## [1.0.0] - 2025-08-05
### Added
- Initial release of the `ai-cognitive-framework` package.
- Core framework files under the `framework/` directory.
- `aicf` command-line tool.
- `init` command to copy framework files into a user's project.
- Support for `--path` argument in the `init` command.
- Jest testing suite with initial tests for the `init` command.
- ESLint configuration for code quality.
- `CONTRIBUTING.md` and `CHANGELOG.md`.