From ffe3e72a9c056569bb0fd65dc11f7baa0bc2b128 Mon Sep 17 00:00:00 2001 From: IndyDevDan Date: Sat, 7 Jun 2025 11:12:32 -0500 Subject: [PATCH] progress --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e1e9a5b..db3d3a2 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,6 @@ Continuous generation in waves until context limits are reached, with progressiv 4. **Quality Assurance**: Ensures each iteration is unique and spec-compliant 5. **Wave Management**: For infinite mode, manages successive waves of agents -## File Structure - -- `ai_docs/` - Claude Code documentation -- `specs/` - Markdown specification files defining generation requirements -- `.claude/commands/infinite.md` - The custom slash command implementation -- `.claude/commands/prime.md` - Setup claude code for the project - -## Requirements - -- Claude Code -- Project with `.claude/commands/` directory structure -- Specification files in markdown format in `specs/` - -This experimental approach demonstrates advanced AI coordination patterns for scalable content generation. - ## Directions you can take to enhance this pattern - Apply this to a use case of your choice. @@ -78,4 +63,6 @@ This experimental approach demonstrates advanced AI coordination patterns for sc ## Master AI Coding Learn to code with AI with foundational [Principles of AI Coding](https://agenticengineer.com/principled-ai-coding?y=infageloop) -Follow the [IndyDevDan youtube channel](https://www.youtube.com/@indydevdan) for more AI coding tips and tricks. \ No newline at end of file +Follow the [IndyDevDan youtube channel](https://www.youtube.com/@indydevdan) for more AI coding tips and tricks. + +Use the best Agentic Coding tool: [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) \ No newline at end of file