From 6b0c8fe2da8abcb28eb607be630d28d7f1321c6d Mon Sep 17 00:00:00 2001 From: Baptiste LAFOURCADE Date: Mon, 15 Jun 2026 08:43:11 +0200 Subject: [PATCH] chore(framework): rename repository URLs aidd-framework to framework The GitHub repo ai-driven-dev/aidd-framework was renamed to ai-driven-dev/framework. Update all repository URLs (badges, links, plugin manifests, package.json, issue templates, CITATION, local checkout examples) to the new path. Marketplace name (@aidd-framework), release archive prefixes (aidd-framework-), and breadcrumb labels are intentionally unchanged - they are decoupled from the GitHub repo name. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Baptiste LAFOURCADE --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++--- .github/SUPPORT.md | 4 ++-- .github/labels.yml | 2 +- CITATION.cff | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 10 +++++----- CONTRIBUTORS.md | 4 ++-- README.md | 16 ++++++++-------- ROADMAP.md | 2 +- SECURITY.md | 2 +- UPGRADE.md | 4 ++-- docs/CREATE_PLUGIN.md | 2 +- docs/FAQ.md | 4 ++-- docs/MAINTAINERS.md | 2 +- docs/TROUBLESHOOTING.md | 2 +- package.json | 4 ++-- plugins/aidd-context/.claude-plugin/plugin.json | 2 +- .../skills/02-project-init/assets/README.md | 2 +- plugins/aidd-dev/.claude-plugin/plugin.json | 2 +- .../aidd-orchestrator/.claude-plugin/plugin.json | 2 +- .../00-async-dev/actions/setup/02-ask-config.md | 4 ++-- .../assets/setup/config-template.json | 2 +- plugins/aidd-pm/.claude-plugin/plugin.json | 2 +- plugins/aidd-refine/.claude-plugin/plugin.json | 2 +- plugins/aidd-vcs/.claude-plugin/plugin.json | 2 +- 27 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 89ab2066..02f7fc07 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -7,7 +7,7 @@ body: attributes: value: | Thanks for reporting. Fill in the fields below so a maintainer can reproduce quickly. - For **usage questions**, use [Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions) instead. + For **usage questions**, use [Discussions](https://github.com/ai-driven-dev/framework/discussions) instead. - type: textarea id: description attributes: @@ -69,5 +69,5 @@ body: attributes: label: Code of Conduct options: - - label: I agree to follow this project's [Code of Conduct](https://github.com/ai-driven-dev/aidd-framework/blob/main/CODE_OF_CONDUCT.md). + - label: I agree to follow this project's [Code of Conduct](https://github.com/ai-driven-dev/framework/blob/main/CODE_OF_CONDUCT.md). required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f60d32b6..93da66b8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Question or idea (Discussions) - url: https://github.com/ai-driven-dev/aidd-framework/discussions + url: https://github.com/ai-driven-dev/framework/discussions about: Ask a question, propose a feature, or vote on ideas. Support questions belong here, not in issues. - name: Discord community url: https://discord.gg/ai-driven-dev @@ -10,5 +10,5 @@ contact_links: url: https://www.ai-driven-dev.fr/ about: Read the AI-Driven Dev methodology, guides, and announcements. - name: Report a security vulnerability - url: https://github.com/ai-driven-dev/aidd-framework/security/advisories/new + url: https://github.com/ai-driven-dev/framework/security/advisories/new about: Disclose a vulnerability privately via GitHub Security Advisories. Do not open a public issue. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ec26390c..71f57cec 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,8 +7,8 @@ body: attributes: value: | Have an idea? You can also post and upvote it in - [Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions) - - popular ideas get promoted to a roadmap vote (see [ROADMAP.md](https://github.com/ai-driven-dev/aidd-framework/blob/main/ROADMAP.md)). + [Discussions](https://github.com/ai-driven-dev/framework/discussions) - + popular ideas get promoted to a roadmap vote (see [ROADMAP.md](https://github.com/ai-driven-dev/framework/blob/main/ROADMAP.md)). - type: textarea id: problem attributes: @@ -54,5 +54,5 @@ body: attributes: label: Code of Conduct options: - - label: I agree to follow this project's [Code of Conduct](https://github.com/ai-driven-dev/aidd-framework/blob/main/CODE_OF_CONDUCT.md). + - label: I agree to follow this project's [Code of Conduct](https://github.com/ai-driven-dev/framework/blob/main/CODE_OF_CONDUCT.md). required: true diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 203dab18..506eec51 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -5,7 +5,7 @@ Where to get help with the AI-Driven Dev framework. ## Asking questions - **Usage questions, ideas, show-and-tell** - open a thread in - [GitHub Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions). + [GitHub Discussions](https://github.com/ai-driven-dev/framework/discussions). This is the best place if you are not sure something is a bug. - **Real-time chat** - join the community on [Discord](https://discord.gg/ai-driven-dev). @@ -17,7 +17,7 @@ Discussions. ## Reporting a problem - **Bug** (incorrect content, broken syntax, missing field) - open a - [Bug Report](https://github.com/ai-driven-dev/aidd-framework/issues/new/choose). + [Bug Report](https://github.com/ai-driven-dev/framework/issues/new/choose). - **Feature request** - open a Feature Request issue or an idea in Discussions; the community votes on priority (see [`ROADMAP.md`](../ROADMAP.md#how-to-influence)). diff --git a/.github/labels.yml b/.github/labels.yml index 0fd349c0..48bc27cd 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -1,4 +1,4 @@ -# Canonical issue and PR label list for ai-driven-dev/aidd-framework. +# Canonical issue and PR label list for ai-driven-dev/framework. # # This file is the source of truth. When the GitHub label set drifts from # this file, sync manually with: diff --git a/CITATION.cff b/CITATION.cff index 14df1f59..916a80ae 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,7 @@ abstract: >- type: software authors: - name: "The AI-Driven Dev contributors" -repository-code: "https://github.com/ai-driven-dev/aidd-framework" +repository-code: "https://github.com/ai-driven-dev/framework" url: "https://www.ai-driven-dev.fr/" license: MIT keywords: diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e46a2129..2861489c 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -10,7 +10,7 @@ The Code of Conduct applies to all community spaces, and also applies when an in ## Reporting -Instances of conduct that violate the Covenant may be reported privately by email to `conduct@ai-driven-dev.fr`, or via [GitHub Security Advisories](https://github.com/ai-driven-dev/aidd-framework/security/advisories/new) for time-sensitive cases. Reports are routed to the active maintainer team listed in [`GOVERNANCE.md`](./GOVERNANCE.md). +Instances of conduct that violate the Covenant may be reported privately by email to `conduct@ai-driven-dev.fr`, or via [GitHub Security Advisories](https://github.com/ai-driven-dev/framework/security/advisories/new) for time-sensitive cases. Reports are routed to the active maintainer team listed in [`GOVERNANCE.md`](./GOVERNANCE.md). All reports will be reviewed and investigated promptly and fairly. The maintainers are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f42446ca..68c0afea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Every commit then runs the framework checks (json/yaml validity, schema validati Before opening a PR, exercise the skills you touched in a real session. Clone the framework, then point your assistant at the checkout instead of a published release: ```bash -git clone https://github.com/ai-driven-dev/aidd-framework ~/projects/aidd-framework +git clone https://github.com/ai-driven-dev/framework ~/projects/framework ``` #### Claude Code @@ -53,7 +53,7 @@ git clone https://github.com/ai-driven-dev/aidd-framework ~/projects/aidd-framew Register the checkout as a local marketplace, then install the plugins: ```text -/plugin marketplace add ~/projects/aidd-framework +/plugin marketplace add ~/projects/framework /plugin install aidd-context@aidd-framework /plugin install aidd-dev@aidd-framework /plugin install aidd-vcs@aidd-framework @@ -72,7 +72,7 @@ To load the plugins into a personal project, point its `.claude/settings.local.j "aidd-framework": { "source": { "source": "directory", - "path": "~/projects/aidd-framework" + "path": "~/projects/framework" } } }, @@ -92,7 +92,7 @@ To load the plugins into a personal project, point its `.claude/settings.local.j Register the checkout (pass an absolute path; `./` is rejected), then install the plugins: ```bash -codex plugin marketplace add ~/projects/aidd-framework +codex plugin marketplace add ~/projects/framework codex plugin add aidd-context@aidd-framework codex plugin add aidd-dev@aidd-framework codex plugin add aidd-vcs@aidd-framework @@ -164,7 +164,7 @@ Config: `release-please-config.json` + `.release-please-manifest.json` (pre-rele ## Reporting issues -[Open an issue](https://github.com/ai-driven-dev/aidd-framework/issues/new/choose) (🐛 Bug or ✨ Feature). New issues are auto-added to the [AIDD Roadmap board](https://github.com/orgs/ai-driven-dev/projects/8). For **usage questions**, use [Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions), not issues (see [`SUPPORT.md`](./.github/SUPPORT.md)). +[Open an issue](https://github.com/ai-driven-dev/framework/issues/new/choose) (🐛 Bug or ✨ Feature). New issues are auto-added to the [AIDD Roadmap board](https://github.com/orgs/ai-driven-dev/projects/8). For **usage questions**, use [Discussions](https://github.com/ai-driven-dev/framework/discussions), not issues (see [`SUPPORT.md`](./.github/SUPPORT.md)). ## Reference diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ece0c341..b65551f5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -6,9 +6,9 @@ Roles are defined in [`GOVERNANCE.md`](./GOVERNANCE.md). Open a PR, get it merged, and your avatar appears below automatically - no manual list to maintain. The mosaic is generated from the GitHub -[contributors graph](https://github.com/ai-driven-dev/aidd-framework/graphs/contributors). +[contributors graph](https://github.com/ai-driven-dev/framework/graphs/contributors). -[![Contributors](https://contrib.rocks/image?repo=ai-driven-dev/aidd-framework)](https://github.com/ai-driven-dev/aidd-framework/graphs/contributors) +[![Contributors](https://contrib.rocks/image?repo=ai-driven-dev/framework)](https://github.com/ai-driven-dev/framework/graphs/contributors) > The avatar mosaic renders only once the repository is **public** (the > contrib.rocks image API needs public access). Until then, see the graph link diff --git a/README.md b/README.md index 1dc85ee1..cbf2e583 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://www.conventionalcommits.org/) [![Git hooks: lefthook](https://img.shields.io/badge/git%20hooks-lefthook-007ACC.svg)](https://lefthook.dev/) [![Built for Claude Code](https://img.shields.io/badge/built%20for-Claude%20Code-D97757.svg)](https://code.claude.com/docs/en/discover-plugins) -[![Maintained](https://img.shields.io/badge/maintained-yes-success.svg)](https://github.com/ai-driven-dev/aidd-framework/commits/main) +[![Maintained](https://img.shields.io/badge/maintained-yes-success.svg)](https://github.com/ai-driven-dev/framework/commits/main) [![Made in France](https://img.shields.io/badge/made%20in-France-0055A4?labelColor=EF4135)](https://www.ai-driven-dev.fr/) -[![Latest Release](https://img.shields.io/github/v/release/ai-driven-dev/aidd-framework?include_prereleases&sort=semver)](https://github.com/ai-driven-dev/aidd-framework/releases) -[![CI](https://github.com/ai-driven-dev/aidd-framework/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ai-driven-dev/aidd-framework/actions/workflows/ci.yml) +[![Latest Release](https://img.shields.io/github/v/release/ai-driven-dev/framework?include_prereleases&sort=semver)](https://github.com/ai-driven-dev/framework/releases) +[![CI](https://github.com/ai-driven-dev/framework/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ai-driven-dev/framework/actions/workflows/ci.yml) @@ -60,7 +60,7 @@ Nothing beyond the AI tool is required just to register the marketplace. Register the marketplace and install the core plugins (Claude Code slash commands, not shell): ```text -/plugin marketplace add ai-driven-dev/aidd-framework +/plugin marketplace add ai-driven-dev/framework /plugin install aidd-context@aidd-framework /plugin install aidd-refine@aidd-framework /plugin install aidd-dev@aidd-framework @@ -108,13 +108,13 @@ flowchart TD ### Another AI tool? The marketplace is Claude Code native. For Cursor, GitHub Copilot, Codex, or OpenCode, each -[release](https://github.com/ai-driven-dev/aidd-framework/releases/latest) attaches a target-native +[release](https://github.com/ai-driven-dev/framework/releases/latest) attaches a target-native archive. Download the one for your tool, unzip it, and install per the table - then map each tier to that tool's model via the **LLM tier reference** below. | Tool | Download (release asset) | Install | | --- | --- | --- | -| **Claude Code** | — (native) | `/plugin marketplace add ai-driven-dev/aidd-framework` (no download needed) | +| **Claude Code** | — (native) | `/plugin marketplace add ai-driven-dev/framework` (no download needed) | | **GitHub Copilot** | `aidd-framework-copilot-marketplace-.zip` | unzip, then `aidd marketplace add aidd-framework ./aidd-framework-copilot-marketplace-` | | **Codex** | `aidd-framework-codex-marketplace-.zip` | unzip, then `aidd marketplace add aidd-framework ./aidd-framework-codex-marketplace-` | | **Cursor** | `aidd-framework-cursor-flat-.zip` | unzip into your project (materializes `.cursor/`) | @@ -286,7 +286,7 @@ If you spot a vulnerability, please report it privately via [SECURITY.md](./SECU | Support | [`.github/SUPPORT.md`](./.github/SUPPORT.md) | | Security policy | [`SECURITY.md`](./SECURITY.md) | | Third-party licenses | [`THIRD_PARTY_LICENSES.md`](./THIRD_PARTY_LICENSES.md) | -| Changelog | [`CHANGELOG.md`](./CHANGELOG.md) (see also [GitHub Releases](https://github.com/ai-driven-dev/aidd-framework/releases)) | +| Changelog | [`CHANGELOG.md`](./CHANGELOG.md) (see also [GitHub Releases](https://github.com/ai-driven-dev/framework/releases)) | | Anthropic plugin docs | [code.claude.com/docs/en/plugins](https://code.claude.com/docs/en/plugins) | Note: `aidd_docs/` and similar directories generated by `aidd-context:02-project-init` belong to user projects, not to this marketplace. Do not link them from framework-level documentation. @@ -316,7 +316,7 @@ Install issues, load problems, and the framework's current limits → [`docs/TRO ## Contributing -Everyone can shape this project. **Anyone** can open issues, react, and upvote ideas in [Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions) (a signal); a counted roadmap vote is a benefit of **Core Team** membership in the [AIDD](https://www.ai-driven-dev.fr/) programme (training/community/coaching) and up, and **pull-request rights** are held by [Certifié and Habilité contributors](./GOVERNANCE.md#roles) so the standard stays consistent. Contributions are made under the [DCO](./CONTRIBUTING.md#2-commit) (sign off with `git commit -s`). See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the contribution flow, the commit scope discipline, and the templates each surface (skill, agent, rule, command) follows, and [`GOVERNANCE.md`](./GOVERNANCE.md) for the roles and how decisions get made. +Everyone can shape this project. **Anyone** can open issues, react, and upvote ideas in [Discussions](https://github.com/ai-driven-dev/framework/discussions) (a signal); a counted roadmap vote is a benefit of **Core Team** membership in the [AIDD](https://www.ai-driven-dev.fr/) programme (training/community/coaching) and up, and **pull-request rights** are held by [Certifié and Habilité contributors](./GOVERNANCE.md#roles) so the standard stays consistent. Contributions are made under the [DCO](./CONTRIBUTING.md#2-commit) (sign off with `git commit -s`). See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the contribution flow, the commit scope discipline, and the templates each surface (skill, agent, rule, command) follows, and [`GOVERNANCE.md`](./GOVERNANCE.md) for the roles and how decisions get made. To build and ship a brand-new plugin through this marketplace, see [`docs/CREATE_PLUGIN.md`](docs/CREATE_PLUGIN.md). diff --git a/ROADMAP.md b/ROADMAP.md index 6076557e..83f0a705 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,7 +6,7 @@ The live roadmap - **Now / Next / Later** with per-item status across the framew Priority is set by a community vote - full mechanism (who votes, weighting, polls) in [`GOVERNANCE.md`](./GOVERNANCE.md#roadmap-voting). To influence it: -- Open a `feat:` issue or an idea in [GitHub Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions), and 👍 / upvote what you want - the signal that promotes an item to a vote. +- Open a `feat:` issue or an idea in [GitHub Discussions](https://github.com/ai-driven-dev/framework/discussions), and 👍 / upvote what you want - the signal that promotes an item to a vote. - Discuss on [Discord](https://discord.gg/ai-driven-dev). - Sponsored work: see [`.github/FUNDING.yml`](./.github/FUNDING.yml). diff --git a/SECURITY.md b/SECURITY.md index 5ca1fabb..4cbd4677 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Reporting a vulnerability -If you discover a security vulnerability in the AI-Driven Dev framework or any of its plugins, please report it privately via [GitHub Security Advisories](https://github.com/ai-driven-dev/aidd-framework/security/advisories/new). +If you discover a security vulnerability in the AI-Driven Dev framework or any of its plugins, please report it privately via [GitHub Security Advisories](https://github.com/ai-driven-dev/framework/security/advisories/new). If GitHub Security Advisories are unreachable, email `security@ai-driven-dev.fr` instead. PGP-encrypted reports are accepted on request to the same address. diff --git a/UPGRADE.md b/UPGRADE.md index 02374068..0ae82b59 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -51,7 +51,7 @@ Each plugin ships: Type these inside a Claude Code session (they are slash commands, not shell commands): ```text -/plugin marketplace add ai-driven-dev/aidd-framework +/plugin marketplace add ai-driven-dev/framework /plugin install aidd-context@aidd-framework /plugin install aidd-dev@aidd-framework /plugin install aidd-vcs@aidd-framework @@ -189,7 +189,7 @@ Invocation in v4 is `plugin:NN-action`. Where a column says "sub-flow", the old **The old invocation used `:` between number and name. Is that still valid?** No. The skill name uses a hyphen: `aidd-dev:02-implement`, not `aidd-dev:02:implement`. The colon form can silently fail on non-Claude hosts. -**How do I get help?** Open an issue: . +**How do I get help?** Open an issue: . --- diff --git a/docs/CREATE_PLUGIN.md b/docs/CREATE_PLUGIN.md index 6b4a5b59..dce4d5b6 100644 --- a/docs/CREATE_PLUGIN.md +++ b/docs/CREATE_PLUGIN.md @@ -64,7 +64,7 @@ A plugin can bundle any of the Claude Code surfaces above; only the manifest and "author": { "name": "AI-Driven Dev", "url": "https://github.com/ai-driven-dev" }, "skills": ["./skills/01-hello"], "keywords": ["example"], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" } diff --git a/docs/FAQ.md b/docs/FAQ.md index 7554addd..8dfc4411 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -7,7 +7,7 @@ Most "how do I…" answers live in the README; this page covers what isn't docum - **Install / first run** → [Quick start](../README.md#quick-start). - **Update plugins** → [Versioning and updates](../README.md#versioning-and-updates). - **Private repo?** Yes - `/plugin marketplace add` just needs GitHub read access (via `gh auth login` or a PAT). -- **Cursor / Copilot / Codex / OpenCode?** This repo is the Claude Code distribution; for another tool, grab the per-release archive (`aidd-framework---.zip`) attached to each [release](https://github.com/ai-driven-dev/aidd-framework/releases/latest), unzip, and install per the [Another AI tool?](../README.md#another-ai-tool) table. +- **Cursor / Copilot / Codex / OpenCode?** This repo is the Claude Code distribution; for another tool, grab the per-release archive (`aidd-framework---.zip`) attached to each [release](https://github.com/ai-driven-dev/framework/releases/latest), unzip, and install per the [Another AI tool?](../README.md#another-ai-tool) table. ## Cost and quotas @@ -23,7 +23,7 @@ Most "how do I…" answers live in the README; this page covers what isn't docum ## Contributing - **Write your own plugin** → [`CREATE_PLUGIN.md`](CREATE_PLUGIN.md). -- **File a bug / request a feature** → [issue templates](https://github.com/ai-driven-dev/aidd-framework/issues/new/choose). +- **File a bug / request a feature** → [issue templates](https://github.com/ai-driven-dev/framework/issues/new/choose). - **Community** → [Discord](https://discord.gg/ai-driven-dev) · [website](https://www.ai-driven-dev.fr/) (more links in the [README](../README.md#what-is-the-aidd-framework)). ## Troubleshooting diff --git a/docs/MAINTAINERS.md b/docs/MAINTAINERS.md index 0336b457..0bf47dc1 100644 --- a/docs/MAINTAINERS.md +++ b/docs/MAINTAINERS.md @@ -48,7 +48,7 @@ The App: ID in secret `AIDD_BOT_APP_ID`, key in `AIDD_BOT_PRIVATE_KEY`. If the A To change protection, edit `.github/rulesets/main.json`, then apply it live: ```bash -gh api -X PUT repos/ai-driven-dev/aidd-framework/rulesets/ --input .github/rulesets/main.json +gh api -X PUT repos/ai-driven-dev/framework/rulesets/ --input .github/rulesets/main.json ``` Keep the file and the live ruleset in sync. diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 47ef2435..8b5dab49 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -29,4 +29,4 @@ Run `/reload-plugins` in the same session, or restart the tool if a hook config ## Still stuck? -Ask in [Discussions](https://github.com/ai-driven-dev/aidd-framework/discussions) or on [Discord](https://discord.gg/ai-driven-dev). For a bug, open an [issue](https://github.com/ai-driven-dev/aidd-framework/issues/new/choose). See [`SUPPORT.md`](../.github/SUPPORT.md). +Ask in [Discussions](https://github.com/ai-driven-dev/framework/discussions) or on [Discord](https://discord.gg/ai-driven-dev). For a bug, open an [issue](https://github.com/ai-driven-dev/framework/issues/new/choose). See [`SUPPORT.md`](../.github/SUPPORT.md). diff --git a/package.json b/package.json index a4f64e1d..e8606bee 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "homepage": "https://www.ai-driven-dev.fr/", "repository": { "type": "git", - "url": "https://github.com/ai-driven-dev/aidd-framework.git" + "url": "https://github.com/ai-driven-dev/framework.git" }, "bugs": { - "url": "https://github.com/ai-driven-dev/aidd-framework/issues" + "url": "https://github.com/ai-driven-dev/framework/issues" }, "keywords": [ "claude-code", diff --git a/plugins/aidd-context/.claude-plugin/plugin.json b/plugins/aidd-context/.claude-plugin/plugin.json index f2b6fc1e..55231a85 100644 --- a/plugins/aidd-context/.claude-plugin/plugin.json +++ b/plugins/aidd-context/.claude-plugin/plugin.json @@ -24,7 +24,7 @@ "mermaid", "onboard" ], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" } diff --git a/plugins/aidd-context/skills/02-project-init/assets/README.md b/plugins/aidd-context/skills/02-project-init/assets/README.md index 2f11741f..3527cc4a 100644 --- a/plugins/aidd-context/skills/02-project-init/assets/README.md +++ b/plugins/aidd-context/skills/02-project-init/assets/README.md @@ -43,7 +43,7 @@ Skills are grouped into plugins by domain. Install only the plugins you need. | aidd-vcs | VCS workflows: commit, pull/merge request, release tag, issue creation | `01-commit`, `02-pull-request`, `04-issue-create` | | aidd-orchestrator | Async orchestration of the SDLC on labeled issues (optional, extra) | `00-async-dev` (router with setup / run / review sub-flows) | -> See the [CATALOG](https://github.com/ai-driven-dev/aidd-framework/blob/main/docs/CATALOG.md) for the exhaustive list of skills and actions. +> See the [CATALOG](https://github.com/ai-driven-dev/framework/blob/main/docs/CATALOG.md) for the exhaustive list of skills and actions. ### Framework Structure diff --git a/plugins/aidd-dev/.claude-plugin/plugin.json b/plugins/aidd-dev/.claude-plugin/plugin.json index 8c4521cf..903203f7 100644 --- a/plugins/aidd-dev/.claude-plugin/plugin.json +++ b/plugins/aidd-dev/.claude-plugin/plugin.json @@ -32,7 +32,7 @@ "refactor", "debug" ], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" } diff --git a/plugins/aidd-orchestrator/.claude-plugin/plugin.json b/plugins/aidd-orchestrator/.claude-plugin/plugin.json index bdc6b57d..8d608758 100644 --- a/plugins/aidd-orchestrator/.claude-plugin/plugin.json +++ b/plugins/aidd-orchestrator/.claude-plugin/plugin.json @@ -17,7 +17,7 @@ "pull-request", "automation" ], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" } diff --git a/plugins/aidd-orchestrator/skills/00-async-dev/actions/setup/02-ask-config.md b/plugins/aidd-orchestrator/skills/00-async-dev/actions/setup/02-ask-config.md index dfcdb294..aa1532b1 100644 --- a/plugins/aidd-orchestrator/skills/00-async-dev/actions/setup/02-ask-config.md +++ b/plugins/aidd-orchestrator/skills/00-async-dev/actions/setup/02-ask-config.md @@ -31,7 +31,7 @@ Interactively collects the small set of runtime parameters from the user. } }, "marketplace": { - "repo": "ai-driven-dev/aidd-framework", + "repo": "ai-driven-dev/framework", "access": "public", "token_secret_name": null }, @@ -67,7 +67,7 @@ Interactively collects the small set of runtime parameters from the user. bob-gh-username: CLAUDE_CODE_OAUTH_TOKEN_BOB ``` The actual secrets are created in action `08-configure-remote-secrets`. -3. Ask the marketplace location: `marketplace.repo` (default `ai-driven-dev/aidd-framework`) and `marketplace.access`: `public` or `private`. +3. Ask the marketplace location: `marketplace.repo` (default `ai-driven-dev/framework`) and `marketplace.access`: `public` or `private`. - If `private`: ask `token_secret_name` (default `AIDD_FRAMEWORK_TOKEN`). The user must add a fine-grained PAT with `Contents: Read` on the marketplace repo. - If `public`: leave `token_secret_name` null and the workflow uses `${{ github.token }}` for the clone. 4. Ask `github_write_auth.mode`: how `claude-code-action` authenticates for git write operations (push, commit, `gh pr create`, audit-log commit). This is independent of the marketplace clone token (step 3) and of the Anthropic auth (step 2). diff --git a/plugins/aidd-orchestrator/skills/00-async-dev/assets/setup/config-template.json b/plugins/aidd-orchestrator/skills/00-async-dev/assets/setup/config-template.json index e6862c6b..52132ae5 100644 --- a/plugins/aidd-orchestrator/skills/00-async-dev/assets/setup/config-template.json +++ b/plugins/aidd-orchestrator/skills/00-async-dev/assets/setup/config-template.json @@ -18,7 +18,7 @@ "account_routing": {} }, "marketplace": { - "repo": "ai-driven-dev/aidd-framework", + "repo": "ai-driven-dev/framework", "access": "public", "token_secret_name": null }, diff --git a/plugins/aidd-pm/.claude-plugin/plugin.json b/plugins/aidd-pm/.claude-plugin/plugin.json index 88dc3966..de942605 100644 --- a/plugins/aidd-pm/.claude-plugin/plugin.json +++ b/plugins/aidd-pm/.claude-plugin/plugin.json @@ -20,7 +20,7 @@ "specification", "tickets" ], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" } diff --git a/plugins/aidd-refine/.claude-plugin/plugin.json b/plugins/aidd-refine/.claude-plugin/plugin.json index f5653a35..b102d349 100644 --- a/plugins/aidd-refine/.claude-plugin/plugin.json +++ b/plugins/aidd-refine/.claude-plugin/plugin.json @@ -21,7 +21,7 @@ "meta-cognition", "refinement" ], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" } diff --git a/plugins/aidd-vcs/.claude-plugin/plugin.json b/plugins/aidd-vcs/.claude-plugin/plugin.json index 148e4001..f847341a 100644 --- a/plugins/aidd-vcs/.claude-plugin/plugin.json +++ b/plugins/aidd-vcs/.claude-plugin/plugin.json @@ -20,7 +20,7 @@ "release", "version-control" ], - "repository": "https://github.com/ai-driven-dev/aidd-framework", + "repository": "https://github.com/ai-driven-dev/framework", "homepage": "https://ai-driven.dev", "license": "MIT" }