TinyClaw: Add markdown-defined commands and skills via Terraphim shared parsing

Offen
#592 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

Bewertung

Schwierigkeit
4/5
Geschätzter Aufwand
3-5 Tage
Anfängerfreundlichkeit
38/100
Issue-Typ
Feature
Klarheit
Größtenteils klar
Aktivitätsstatus
Veraltet
Tech-Stack
rust
Bereich
ai, backend

Rechercherichtung

Start with docs/plans/tinyclaw-openclaw-parity-design-2026-02-27.md and the existing Terraphim frontmatter/command parsing patterns. Then inspect crates/terraphim_tinyclaw/src/commands/, skills/markdown.rs, agent/agent_loop.rs, and main.rs, along with the shared parser modules. Done means markdown commands and skills load and execute, metadata is documented with examples, and tests cover parse failures, validation, and successful execution.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Beschreibung

architecture enhancement

Summary

Add markdown-defined commands and markdown-defined skills to TinyClaw, leveraging Terraphim’s existing frontmatter/command parsing patterns.

Extend Existing Terraphim Functionality

  • Reuse Terraphim markdown frontmatter parsing/runtime patterns.
  • Adjust existing Terraphim crate boundaries/features if needed.
  • Avoid new one-off TinyClaw-only parser implementations.

Implementation Notes

  • crates/terraphim_tinyclaw/src/commands/ (new)
  • crates/terraphim_tinyclaw/src/skills/markdown.rs (new)
  • crates/terraphim_tinyclaw/src/agent/agent_loop.rs
  • crates/terraphim_tinyclaw/src/main.rs
  • terraphim shared parser/runtime module(s) as needed

Acceptance Criteria

  • TinyClaw loads markdown command definitions from configured directory.
  • Slash command dispatcher can execute markdown-defined commands.
  • TinyClaw can load markdown-defined skills (in addition to JSON skills).
  • Format and metadata are documented with examples.
  • Tests cover parse failures, validation, and execution happy paths.

References

  • docs/plans/tinyclaw-openclaw-parity-design-2026-02-27.md (Step 3)
Vorherrschende Sprache
Rust
Sterne
62
Forks
5
Ø Merge
2 Std. 27 Min.
Gemergte PRs (30 T.)
1

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
  3. Forken Sie das Repository und arbeiten Sie in einem Branch.
  4. Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.

Mehr aus terraphim/terraphim-ai

Alle Issues in terraphim/terraphim-ai

Ähnliche Issues

Weitere Issues zu Rust

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.