diff --git a/recipes/wip/demos/comfy/recipe.toml b/recipes/wip/demos/comfy/recipe.toml
index 4969fa30543446a471d3548544e061e096a4461d..23b16557514e30bffff20f843e77f301988f42c0 100644
--- a/recipes/wip/demos/comfy/recipe.toml
+++ b/recipes/wip/demos/comfy/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/darthdeus/comfy"
 [build]
diff --git a/recipes/wip/demos/console-rs/recipe.toml b/recipes/wip/demos/console-rs/recipe.toml
index 020bc40f46b63dcff5ae9e2a5775bd0d0d6254ad..87425992713f42e4cd9d692f1e7b6e0c4ced4c0d 100644
--- a/recipes/wip/demos/console-rs/recipe.toml
+++ b/recipes/wip/demos/console-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/console-rs/console"
 [build]
diff --git a/recipes/wip/demos/contrast-renderer/recipe.toml b/recipes/wip/demos/contrast-renderer/recipe.toml
index b615843766892f625cb6bf6690a8735d369ae956..a2b8426e65af03da6309043756ec63fdd0baa869 100644
--- a/recipes/wip/demos/contrast-renderer/recipe.toml
+++ b/recipes/wip/demos/contrast-renderer/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/Lichtso/contrast_renderer"
 [build]
diff --git a/recipes/wip/demos/cubecl/recipe.toml b/recipes/wip/demos/cubecl/recipe.toml
index 9aa8e268f06b05eaedb3585f660d0e83ab22cc9d..94699865e858ede4ece878c4a75b2866078be72f 100644
--- a/recipes/wip/demos/cubecl/recipe.toml
+++ b/recipes/wip/demos/cubecl/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO cubecl-macros crate error
 [source]
 git = "https://github.com/tracel-ai/cubecl"
 [build]
diff --git a/recipes/wip/demos/dioxus-examples/recipe.toml b/recipes/wip/demos/dioxus-examples/recipe.toml
index a394969dde34bb47d83125225ea620b35c322c36..ec46366b9ffa1247de425591139e297f325cba01 100644
--- a/recipes/wip/demos/dioxus-examples/recipe.toml
+++ b/recipes/wip/demos/dioxus-examples/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO wry crate error
 [source]
 git = "https://github.com/DioxusLabs/dioxus"
 [build]
diff --git a/recipes/wip/demos/doomfire/recipe.toml b/recipes/wip/demos/doomfire/recipe.toml
index b2e4eb33341ddf039e422654f9870fb62c3c6612..fa44ec97eaa61a57a89a1252d16521ce95962265 100644
--- a/recipes/wip/demos/doomfire/recipe.toml
+++ b/recipes/wip/demos/doomfire/recipe.toml
@@ -4,5 +4,5 @@ git = "https://github.com/r-marques/doomfire"
 [build]
 template = "custom"
 script = """
-cookbook_cargo_packages doomfire-minifb
+cookbook_cargo_examples doomfire-minifb
 """