u-foo 2.4.6 → 2.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/README.zh-CN.md +5 -5
- package/SKILLS/ufoo/SKILL.md +2 -2
- package/SKILLS/uinit/SKILL.md +8 -11
- package/package.json +1 -2
- package/src/agents/controller/controllerToolExecutor.js +2 -0
- package/src/agents/controller/ufooAgent.js +55 -18
- package/src/agents/internal/internalRunner.js +2 -6
- package/src/agents/launch/launcher.js +1 -13
- package/src/agents/prompts/groupBootstrap.js +7 -0
- package/src/agents/prompts/native/system.js +1 -1
- package/src/agents/prompts/native/ufoo.js +3 -3
- package/src/app/chat/commandExecutor.js +3 -3
- package/src/app/chat/commands.js +2 -2
- package/src/app/cli/features/doctor.js +11 -18
- package/src/app/cli/features/init.js +12 -191
- package/src/app/cli/run.js +11 -6
- package/src/code/UCODE_PROMPT.md +3 -3
- package/src/code/launcher/ucodeBootstrap.js +3 -7
- package/src/code/taskDecomposer.js +49 -7
- package/src/coordination/context/doctor.js +4 -22
- package/src/runtime/daemon/index.js +1 -1
- package/src/runtime/daemon/mcpServer.js +1 -1
- package/src/runtime/terminal/index.js +1 -1
- package/src/ui/ink/ChatApp.js +3 -3
- package/src/ui/ink/MultilineInput.js +8 -2
- package/src/ui/ink/UcodeApp.js +5 -2
- package/templates/groups/build-lane.json +7 -35
- package/modules/AGENTS.template.md +0 -8
- package/modules/bus/README.md +0 -140
- package/modules/context/README.md +0 -60
- package/modules/online/README.md +0 -92
- package/modules/resources/ICONS/README.md +0 -12
- package/modules/resources/ICONS/libraries/README.md +0 -17
- package/modules/resources/ICONS/libraries/heroicons/LICENSE +0 -22
- package/modules/resources/ICONS/libraries/heroicons/README.md +0 -15
- package/modules/resources/ICONS/libraries/heroicons/arrow-right.svg +0 -4
- package/modules/resources/ICONS/libraries/heroicons/check.svg +0 -4
- package/modules/resources/ICONS/libraries/heroicons/chevron-down.svg +0 -4
- package/modules/resources/ICONS/libraries/heroicons/cog-6-tooth.svg +0 -5
- package/modules/resources/ICONS/libraries/heroicons/magnifying-glass.svg +0 -4
- package/modules/resources/ICONS/libraries/heroicons/x-mark.svg +0 -4
- package/modules/resources/ICONS/libraries/lucide/LICENSE +0 -40
- package/modules/resources/ICONS/libraries/lucide/README.md +0 -15
- package/modules/resources/ICONS/libraries/lucide/arrow-right.svg +0 -15
- package/modules/resources/ICONS/libraries/lucide/check.svg +0 -14
- package/modules/resources/ICONS/libraries/lucide/chevron-down.svg +0 -14
- package/modules/resources/ICONS/libraries/lucide/search.svg +0 -15
- package/modules/resources/ICONS/libraries/lucide/settings.svg +0 -15
- package/modules/resources/ICONS/libraries/lucide/x.svg +0 -15
- package/modules/resources/ICONS/rules.md +0 -7
- package/modules/resources/README.md +0 -9
- package/modules/resources/UI/ANTI-PATTERNS.md +0 -6
- package/modules/resources/UI/TONE.md +0 -6
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# resources
|
|
2
|
-
|
|
3
|
-
Optional resources for AI-assisted coding workflows.
|
|
4
|
-
|
|
5
|
-
This repository intentionally contains non-core materials such as:
|
|
6
|
-
- `UI/` tone + anti-pattern references
|
|
7
|
-
- `ICONS/` reference icon subsets (with licenses)
|
|
8
|
-
|
|
9
|
-
It is designed to be installed and managed by `ufoo` under `~/.ufoo/modules/resources`.
|