docs(claude): codify workflow and task tracking loop#45
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
akiojin
added a commit
that referenced
this pull request
Mar 3, 2026
docs(claude): codify workflow and task tracking loop
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.
Summary
Claude Code運用ワークフローsection toCLAUDE.mdso planning, verification, and autonomous bug-fix behavior are explicit for this repository.tasks/todo.mdandtasks/lessons.mdso non-trivial work tracking and correction-driven learning can be persisted across sessions.CLAUDE.mdimprovement-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
Checklist
cargo clippy,cargo fmt,svelte-check) — N/A: no Rust/Svelte code changes; markdownlint check was executed as documented above.Context
CLAUDE.mdguidance by adding concrete task and lesson artifacts undertasks/, making the new workflow actionable for subsequent development sessions.