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

オープン
#592 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
rust
領域
ai, backend

調査の方向性

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.

索引モデルが issue の本文から書いたものです。

説明

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)
主要言語
Rust
スター
62
フォーク
5
平均マージ
2時間 27分
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

terraphim/terraphim-ai のほかの issue

terraphim/terraphim-ai の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。