docs: brownfield Phase 0.5 — copy-paste prompt block + hyphenate title (#472)#476
Conversation
Both are local-only directories (Python virtualenv and LinkedIn skill cache) that shouldn't be tracked.
…lay title (LLM-Coding#472) Rename display title from "Socratic Code Theory Recovery" to "Socratic Code-Theory Recovery" so it parses as a compound noun (theory of the code, Naur 1985), not four separate words. Slug, filenames, and the contract name in CLAUDE.md stay as socratic-code-theory-recovery for now. Replace the scattered 5-line starting-questions snippet with one self-contained, copy-paste-ready prompt block that includes: - methodology name (Socratic Code-Theory Recovery) - 5 starting questions with Q-IDs - decomposition guides (arc42, Cockburn, ISO 25010, Nygard ADRs) - leaf classification rules ([ANSWERED] with evidence vs [OPEN] with Category and Ask role) - output files (QUESTION_TREE.adoc, OPEN_QUESTIONS.adoc) DE version not touched here — depends on LLM-Coding#471 (DE/EN parity) to first port the missing Phase 0.5 section. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ 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 |
Closes #472
Summary
Two changes to `docs/brownfield-workflow.adoc` Phase 0.5:
1. Display-title rename — "Socratic Code Theory Recovery" → "Socratic Code-Theory Recovery" so it parses as a compound noun (the theory of the code, Naur 1985) rather than four separate words. Slug, filenames, and the contract name in CLAUDE.md keep the old form for now; a future issue can do the full slug rename + redirect if desired.
2. Copy-paste prompt block — replaces the scattered 5-line starting-questions snippet with one self-contained AsciiDoc `[source,txt]` block (2565 chars rendered) that includes:
A reader can now copy-and-paste the prompt 1:1 into an LLM session without assembling it from prose.
Scope
Test plan
Related
🤖 Generated with Claude Code