Skip to content

Update docs workflow configuration#256

Merged
version-1 merged 2 commits into
mainfrom
docs/add-markdown-code-highlighting
Jul 7, 2026
Merged

Update docs workflow configuration#256
version-1 merged 2 commits into
mainfrom
docs/add-markdown-code-highlighting

Conversation

@version-1

@version-1 version-1 commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Update Docs Workflow Configuration

Summary

Add Markdown code highlighting support and expand Workflow Configuration docs with front matter behavior and load timing.

主な変更点:

  • Added Prism Markdown highlighting for md / markdown fenced code blocks.
  • Documented WORKFLOW.md YAML front matter and its role as machine-readable orchestration configuration.
  • Documented that workflows are resolved per project when queued work is evaluated and an agent run is prepared.

チケットへのリンク

ここはまだない

やったこと

  • Updated docs/site/docusaurus.config.ts.
  • Updated English and Japanese Workflow Configuration guide pages.

動作確認

  • npm run build from docs/site
  • Confirmed generated Agent Tutorial HTML contains tokenized language-md code blocks

レビュー & 動作確認 チェックリスト

  • Markdown code blocks - md fenced blocks render with syntax highlighting.
  • Workflow front matter docs - Front matter/body responsibilities and load timing are clear.
  • Japanese docs parity - Japanese guide matches the English guide.

推奨テスト計画:

  1. Run npm run build from docs/site.
  2. Open Workflow Configuration in English and Japanese.
  3. Open Agent Tutorial or Setup Guide and check md code block highlighting.

その他気になることや相談ごと

なし

Notes
Requested by: user

version-1 added 2 commits July 7, 2026 14:40
Register Prism markdown support so md fenced blocks in Getting Started pages render with syntax highlighting.

Verification: npm run build in docs/site and checked generated agent tutorial HTML for tokenized language-md blocks.
Explain WORKFLOW.md YAML front matter, how it differs from the Markdown body, and when Tasq resolves workflows for queued agent work.

Verification: npm run build in docs/site.
@version-1 version-1 changed the title Add Markdown code highlighting to docs site Update docs workflow configuration Jul 7, 2026
@version-1 version-1 merged commit 17b0629 into main Jul 7, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant