Skip to content

docs(claude): codify workflow and task tracking loop#45

Merged
akiojin merged 1 commit into
developfrom
feature/update-claude-md
Feb 27, 2026
Merged

docs(claude): codify workflow and task tracking loop#45
akiojin merged 1 commit into
developfrom
feature/update-claude-md

Conversation

@akiojin

@akiojin akiojin commented Feb 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a Claude Code運用ワークフロー section to CLAUDE.md so planning, verification, and autonomous bug-fix behavior are explicit for this repository.
  • Create tasks/todo.md and tasks/lessons.md so non-trivial work tracking and correction-driven learning can be persisted across sessions.
  • Wire CLAUDE.md improvement-loop rules to concrete files so the workflow can be executed immediately instead of remaining conceptual.

Changes

  • CLAUDE.md: Added workflow rules for plan-first execution, subagent strategy, verification-before-done, elegance checks, autonomous bug fixing, and task/lesson file linkage.
  • tasks/todo.md: Added a reusable task log template and recorded this implementation as the initial completed entry.
  • tasks/lessons.md: Added a reusable lessons template and recorded an environment fallback rule for markdown lint execution.

Testing

  • npx --yes markdownlint-cli CLAUDE.md tasks/todo.md tasks/lessons.md --config .markdownlint.json --ignore-path .markdownlintignore — command exits with status 0.

Related Issues / Links

  • None

Checklist

  • Tests added/updated — N/A: documentation/template-only change.
  • Lint/format passed (cargo clippy, cargo fmt, svelte-check) — N/A: no Rust/Svelte code changes; markdownlint check was executed as documented above.
  • Documentation updated (if user-facing change)
  • Migration/backfill plan included (if schema/data change) — N/A: no schema/data changes.
  • CHANGELOG impact considered (breaking change flagged in commit) — N/A: no breaking/runtime behavior change.

Context

  • This branch implements follow-up work to operationalize CLAUDE.md guidance by adding concrete task and lesson artifacts under tasks/, making the new workflow actionable for subsequent development sessions.

@coderabbitai

coderabbitai Bot commented Feb 27, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/update-claude-md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@akiojin
akiojin merged commit 7af9174 into develop Feb 27, 2026
13 checks passed
@akiojin
akiojin deleted the feature/update-claude-md branch February 27, 2026 01:50
akiojin added a commit that referenced this pull request Mar 3, 2026
docs(claude): codify workflow and task tracking loop
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