feat(sproutclaw): modularize webui, extensions, and agent config layout
Some checks failed
CI / build-check-test (push) Has been cancelled
Some checks failed
CI / build-check-test (push) Has been cancelled
Restructure local extensions into per-feature directories, split WebUI into backend modules with slash commands and systemd support, and track prompts/skills under .pi/agent for portable Gitea deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
3
packages/coding-agent/test/fixtures/skills/skills-dir-readme/README.md
vendored
Normal file
3
packages/coding-agent/test/fixtures/skills/skills-dir-readme/README.md
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# Skills
|
||||
|
||||
Documentation for this skills directory. Not a skill file.
|
||||
6
packages/coding-agent/test/fixtures/skills/skills-dir-readme/nested-skill/SKILL.md
vendored
Normal file
6
packages/coding-agent/test/fixtures/skills/skills-dir-readme/nested-skill/SKILL.md
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
name: nested-skill
|
||||
description: Nested skill beside a README.
|
||||
---
|
||||
|
||||
# Nested Skill
|
||||
Reference in New Issue
Block a user