Skip to content

npx aidd@latest installs incomplete framework content #211

@ianwhitedeveloper

Description

@ianwhitedeveloper

Summary

npx aidd@latest does not install the full set of skills, commands, rules, and related framework content. A local install from a cloned repo restores the missing assets.

Reproduction

  1. In a project, install via npx:
    npx aidd@latest --force
  2. Observe that some skills, commands, rules, etc. are missing (e.g. aidd-rtc, /aidd-rtc, and related ai/skills / ai/commands entries).
  3. Clone the aidd repo locally:
    git clone https://github.com/paralleldrive/aidd.git
  4. Link or run the local CLI into the project, for example:
    cd aidd && npm link
    cd /path/to/project && npx aidd --force
    Or invoke the CLI directly from the clone path.
  5. Observe that all skills, commands, rules, etc. are installed as expected.

Expected

npx aidd@latest --force should install the same complete framework content as running the CLI from a current local clone.

Actual

Published npx install omits multiple framework assets that appear in the repository.

Environment

  • Install command: npx aidd@latest --force
  • Workaround: local clone + npm link or npx <path-to-local-aidd-cli>
  • Example missing content: aidd-rtc skill and /aidd-rtc command

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions