docs: tq / tqdev コマンドガイダンスを再整理 - #317
Merged
Merged
Conversation
Centralize build-profile command resolution in the system prompt reference and remove duplicated tracker guidance from the workflow contract. Keep the English and Japanese references synchronized and clarify the tqdev build requirement.\n\nVerification: git diff --check
Avoid hard-coded tq examples in managed-run guidance, clarify when development prompt guidance is injected, and normalize general terminology in the Japanese workflow contract.\n\nVerification: git diff --check
Describe service startup without hard-coding tq, distinguish initial and continuation guidance conditions, and finish terminology cleanup in the Japanese workflow contract.\n\nVerification: git diff --check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tq / tqdev コマンドガイダンスの再整理
Summary
PR #316 で更新した6つの英日ドキュメントをファイル単位で見直し、ビルドプロファイルによるコマンド解決とプロンプト注入の説明を整理します。コマンド解決の正本を System Prompts に集約し、Workflow Contract から重複説明を除去します。
主な変更点:
tq/tqdevの選択、PATH要件、開発用ガイダンスを System Prompts に集約やったこと
tq実行例をプロファイル中立なサブコマンド表記へ変更docs/symphony/SPEC.mdは変更せず、Tasq 固有の契約文書だけを整理動作確認
git diff --check origin/main...HEADgo test ./internal/orchestrator/runner ./internal/config ./internal/cli/tqdocs/symphony/SPEC.mdが未変更であることを確認レビュー & 動作確認 チェックリスト
推奨テスト計画:
{{ tq.command }}とタスク作業プロンプト設定から System Prompts への導線を確認する。その他気になることや相談ごと
PR #316 は
mainへマージ済みです。このPRは文書整理のみを含みます。