Skip to content

Latest commit

 

History

History
365 lines (219 loc) · 15.4 KB

File metadata and controls

365 lines (219 loc) · 15.4 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

  • Fix publish workflow to build before publishing #101

26 January 2026

  • Fix npm provenance verification by adding repository field #100

26 January 2026

  • Fix npm trusted publishing and remove redundant test step #99

26 January 2026

  • Update publish workflow to use pnpm for dependencies #98

26 January 2026

  • Add GitHub Actions workflow for automated npm publishing #97
  • support recursive presets #95
  • Fix Windows preset path parsing in extractNamespaceFromPresetPath #96

19 January 2026

  • feat: add subagents support for Cursor and Claude Code #94

7 January 2026

  • feat: add Agent Skills support #93
  • add faq about rules and commands reference #92
  • clean command doesn't need to load presest #91

22 November 2025

  • fix: bug with relative path rewrite for presets #90

21 November 2025

  • Convention-over-Configuration API #89
  • Support cursor project hooks #88

21 November 2025

  • docs: better explain workspaces in readme #87
  • refactor: separate install workspaces into a separate file #86
  • feat: copy auxiliary files referenced by commands in workspace mode #85
  • fix a bug with rewriting relative path of commands in presets #84
  • update np to not run tests locally, we run them on prs 3046a18

19 November 2025

  • clean removes empty directories #83

19 November 2025

  • aicm clean #82

19 November 2025

  • support rewriting any kind of path in commands #81
  • preserves subdirectory structure in command asset links #80
  • readme 💅 #79

18 November 2025

  • Support for Copying Arbitrary Files #77

21 October 2025

  • Aggregate workspace commands at root #76

21 October 2025

  • Implement cursor commands support #75

7 July 2025

  • feat: add claude target support #72

17 June 2025

  • feat: skip install option #70
  • docs: restore dry run option and rename test #71
  • Implement workspace MCP merge #69
  • Improve codex rule metadata handling #67

10 June 2025

  • fix: improve install logs #66

10 June 2025

  • build before tests & do it on publish 9a441d9

9 June 2025

  • docs: clarify dry run usage #65

9 June 2025

  • cleanup 🧹 #64
  • Validate configuration keys #63
  • fix init config default #62
  • readme improvements 💅 #61
  • fix link in test.mdc rule f138826

9 June 2025

  • fix: support having no root config in workspaces mode #60

9 June 2025

  • breaking: Simplified Configuration #59
  • improve error logging in tests #58

8 June 2025

  • Fix preset glob pattern base path #56
  • do not run tests on release (we work with PRs) 83ebd25

8 June 2025

  • change workspaces to be a config option and not a CLI option #55
  • fix: return early when installing on ci #54
  • feat: verbose mode should output error stack trace #53
  • Remove backticks from file references #52
  • Move AGENTS.md from codex fixture to dynamic creation #51
  • chore: ignore test fixtures in jest #50
  • Remove preset warning #49
  • Simplify init config #48

6 June 2025

  • add np for creating releases #47
  • yarn → pnpm #46
  • Support root rules string syntax #45

5 June 2025

  • Add codex AGENTS.md support #44

3 June 2025

  • feat: Support glob pattern in rules configuration #42
  • Improve repository rules #41
  • Update README.md #40
  • improve best practices a9fb1fe

24 May 2025

  • feat: mark managed mcp configurations #39
  • fix: preserve existing mcp configuration #38
  • Update README.md with video #37
  • update readme 3e6b476

23 May 2025

  • Add Monorepo Support for AICM #36

21 May 2025

  • feat: Support recursive presets #35
  • refactor config model to not perform side effects #34
  • improve e2e infra by setting each test file in a directory #33

20 May 2025

  • feat: Added Support for Preset Namespaced Directories #32
  • advise on using prepare instead of postinstall #31

18 May 2025

  • feat: Do not run installation on CI by default #30

16 May 2025

  • making the demo in the docs to be a one liner #29
  • Remove ides from readme as we now default to "cursor" #28
  • Improve output #27

15 May 2025

15 May 2025

  • feat: support resolving rules and presets from aicm directory #26

15 May 2025

  • refactor: simplify preset loading logic #25

14 May 2025

  • improve demo in readme #24
  • fix: remove redundant log after install #22

14 May 2025

  • output: remove extra space in installation logs #20
  • feat: node api #21
  • docs: demo now uses a preset #19

14 May 2025

  • Always install rules in aicm directory #18
  • feat: support directories in rule keys #17
  • improve readme 💅 654fdc2
  • readme 💅 6cdb4c7
  • improve readme 2b8f1ea

8 May 2025

  • support preset shorthand #16
  • support preset overrides #15
  • simplify install #14
  • improve readme f657d7c

7 May 2025

7 May 2025

  • support mcp servers #13
  • support loading config from package.json #12
  • rename config from rules.json to aicm.json #11
  • rename to aicm #10
  • remove unused internal rules d0490bb
  • fix mcp.json structure f787e62
  • update docs b3fd2ef

4 May 2025

3 May 2025

3 May 2025

  • Support windsurf #8
  • Use rules manager #7
  • refactor test fixtures structure #6
  • improve e2e tests readme 5e2a6f4
  • add note on readme c3cabe9
  • fix readme 12519ac

2 May 2025

  • move from rules-manager.json to rules.json #5
  • improve e2e tests infra #4
  • add ci workflow #3
  • Add formatter #2
  • feat: support presets #1
  • use yarn 18840f7
  • add-changelog 5c2c532
  • improve readme 7e49f0f

v0.2.0

25 April 2025

  • Improve test structure with isolated test directories and global setup 1144e4b
  • Initial project setup with core structure and command files 1b146a2
  • docs 34927d9