Documentation worker — updates README, architecture docs, adds missing doc comments, fixes inconsistencies. Pure documentation changes, no code behavior changes.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٧ من skills من Mik-pe/launa. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٧ من أصل ٧ skills مجمعة.
Documentation worker — updates README, architecture docs, adds missing doc comments, fixes inconsistencies. Pure documentation changes, no code behavior changes.
لغة النص الأصلي: الإنجليزية
Refactoring worker for app/ and xtask/ crates — module extraction, comment cleanup, dead code removal, deduplication. Preserves all behavior; uses cargo +esp check as gate.
لغة النص الأصلي: الإنجليزية
Refactoring worker for pure structural changes — module splits, deduplication, test cleanup, comment removal, doc additions. Preserves all behavior; uses cargo test/check/fmt as gates.
لغة النص الأصلي: الإنجليزية
Implements features in the ESP32 app/ crate and cross-cutting changes (app + workspace crates, CI, gitignore, xtask). Uses TDD where possible; cargo +esp check for app/ verification.
لغة النص الأصلي: الإنجليزية
Rust workspace crate worker for launa project — implements features with TDD, runs tests, verifies no regressions.
لغة النص الأصلي: الإنجليزية
Pick 2-4 unchecked tasks from TASKS.md, spawn worker subagents to implement them, validate with cargo test, update TASKS.md, and commit. Use when the user wants to make progress on the task list ("pick some tasks and do them", "work on TASKS.md", "grab tasks…
لغة النص الأصلي: الإنجليزية
Autonomous research-and-implement loop for the launa project. Spawns worker subagents to research docs and online references, cross-references findings against the current code, creates tasks in TASKS.md or docs in docs/, then spawns other workers to…
لغة النص الأصلي: الإنجليزية