Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeaholicguy/ai-devkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli@0.17.0
Choose a base ref
...
head repository: codeaholicguy/ai-devkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli@0.18.0
Choose a head ref
  • 13 commits
  • 52 files changed
  • 5 contributors

Commits on Mar 9, 2026

  1. 0.17.0

    codeaholicguy committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    4d1fc79 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    1b539c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8202c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d5703 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    120f7ad View commit details
    Browse the repository at this point in the history
  5. feat: allow custom docs folder (#32)

    * feat: allow custom docs folder path via docsDir config
    
    Add a docsDir option to .ai-devkit.json that allows users to
    customize where AI documentation is stored instead of the hardcoded
    docs/ai path. The init command now prompts for the docs directory,
    and templates also support the new field.
    
    Closes #31
    
    * Add --docs-dir CLI flag to init command
    
    Allows setting custom docs directory non-interactively via
    `ai-devkit init --docs-dir .ai-docs`. Priority: CLI flag >
    template config > interactive prompt > default (docs/ai).
    
    * fix: replace hardcoded docs/ai in command templates with custom docsDir
    
    When copying command templates, replace all `docs/ai` references with
    the configured docsDir value. This affects copyCommands, copyGeminiSpecificFiles,
    and copyCommandsToGlobal. Also fix init command to use docsDir-aware
    template manager for environment setup.
    
    * refactor: address PR review feedback for custom docs dir
    
    - Rename config field from flat `docsDir` to namespaced `paths.docs`
    - Change TemplateManager constructor to options object pattern
    - Use {{docsDir}} template variables instead of naive string replacement
    - Separate docsDir from LintOptions into standalone parameter
    - Remove interactive prompt for docsDir during init
    - Remove redundant DOCS_DIR constant re-export
    
    * refactor: remove docsDir from InitTemplateConfig, use paths.docs only
    
    Since the feature hasn't shipped yet, there's no need for backward
    compatibility with docsDir in templates. This eliminates the dual-schema
    confusion and simplifies the fallback chain.
    
    * test: remove redundant docsDir unknown field test
    
    The existing 'throws when unknown field exists' test already covers
    this code path.
    
    ---------
    
    Co-authored-by: sotatek <sotatek@Davids-Mac.local>
    hiiamtrong and sotatek authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    fe99680 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Reimplement Claude Code adapter (#39)

    * Reimplement Claude Code adapter
    
    * Reimplement Claude Code adapter
    
    * Update Claude Code adapter
    
    * Update Claude Code adapter
    codeaholicguy authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    d50bd9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb42a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a20fdad View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Configuration menu
    Copy the full SHA
    5c877f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    3273a66 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    codeaholicguy committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    967f76a View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

    - project: agent-manager 0.4.0
    
    - project: cli 0.18.0
    codeaholicguy committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    9aef515 View commit details
    Browse the repository at this point in the history
Loading