Put one more technology into a project this tool already generated, without starting over.
cd my-app npx ai-project-bootstrap add stripe npx ai-project-bootstrap add stripe --dry-run npx ai-project-bootstrap add stripe --dir ../my-app
It loads the project's ai-project.config.json, adds the technology to the saved selection, and regenerates through the same path a --config replay uses — with the same fingerprint-based preservation, so anything you have hand-edited since generation is left alone.
A category that only allows one choice — payments, database, backend — can be filled when empty, or swapped with --replace. You never name what is being replaced: with one answer per single-select category, it is inferred from the project itself.
npx ai-project-bootstrap add supabase --replace npx ai-project-bootstrap add supabase --replace --dry-run
--replace does not apply to analytics, testing or crash-reporting, and there is no add-side way to remove a single item from one yet.