diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..d60a6ac Binary files /dev/null and b/.DS_Store differ diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..fdc5b27 --- /dev/null +++ b/TODO.md @@ -0,0 +1,6 @@ +- Compare all of the existing CLI commands and run them vs. the existing CLI (for example the add command or the new component command). For now you can skip the upgrade command as it is not done yet. +- The existing CLI command is `pnpm create qwik@beta` <--- creates a new Qwik v2 application with the currentCLI +- Document all bugs or features that don't seem intended (potentially hallucinated or clear bugs) +- Create a failing test that proves this fails. (by hand or by agent) +- Implement the code to make it pass (by hand or by agent) +- If all flows appear to be fixed and working, then we will reach out to Maieul Chevalier from the Qwik team to discuss how we need to improve our upgrade script further. diff --git a/src/.DS_Store b/src/.DS_Store new file mode 100644 index 0000000..450f020 Binary files /dev/null and b/src/.DS_Store differ diff --git a/stubs/.DS_Store b/stubs/.DS_Store new file mode 100644 index 0000000..9d82996 Binary files /dev/null and b/stubs/.DS_Store differ diff --git a/tests/.DS_Store b/tests/.DS_Store new file mode 100644 index 0000000..3b8fc01 Binary files /dev/null and b/tests/.DS_Store differ