Skip to content

Comments

Restructure README with table of contents and improved organization#2

Merged
FloLey merged 1 commit intomasterfrom
claude/rewrite-readme-docs-HLfmo
Feb 21, 2026
Merged

Restructure README with table of contents and improved organization#2
FloLey merged 1 commit intomasterfrom
claude/rewrite-readme-docs-HLfmo

Conversation

@FloLey
Copy link
Owner

@FloLey FloLey commented Feb 21, 2026

Summary

Completely restructured the README.md to improve readability, navigation, and user onboarding. The new layout prioritizes quick-start information and provides a clearer information hierarchy with a comprehensive table of contents.

Key Changes

  • Added Table of Contents — New navigation section linking to all major documentation areas
  • Reorganized sections — Moved Installation and Quick Start to the top for faster onboarding
  • Simplified introduction — Replaced lengthy philosophy section with a concise, benefit-focused description
  • Expanded CLI Reference — Broke down the monolithic CLI section into organized subsections (Scanning options, Output options, AI options, Meta commands, Profile flags)
  • Clarified configuration documentation — Detailed schema explanation with examples for ignore_patterns, include_patterns, and profile-specific file filtering
  • Enhanced profile documentation — Added clear field descriptions, practical examples for additional_excludes and additional_includes, and naming conventions
  • Improved workflow guide — Replaced abstract "phases" with concrete, task-oriented examples (focused fixes, spec-driven loops, one-off questions)
  • Streamlined built-in profiles — Converted from table format to individual subsections with usage examples
  • Reorganized AI integration — Moved to dedicated section with provider table, usage examples, and diagnostic tools
  • Removed redundant content — Eliminated duplicate installation/configuration sections and consolidated related information

Notable Details

  • Maintained all technical accuracy while improving clarity and scannability
  • Added practical command examples throughout to help users understand real-world usage
  • Improved visual hierarchy with consistent markdown formatting
  • Preserved all original feature documentation while making it more discoverable

https://claude.ai/code/session_01HxvzW8c1s5f8fzuiXGXMxs

- Document all CLI flags including --no-xml, -v/--verbose, -d/--dir-only,
  --no-auto, --reset-version, and --test-models which were missing
- Add documentation for include_patterns global config field (was undocumented)
- Add documentation for additional_excludes and additional_includes profile
  fields (were undocumented) with examples showing per-profile file filtering
- Rewrite as practical usage docs rather than a manifesto: quick start,
  full CLI reference tables, configuration schema, profile field reference,
  built-in profile descriptions, AI integration, and workflow examples
- Remove inaccurate model names from the AI providers table

https://claude.ai/code/session_01HxvzW8c1s5f8fzuiXGXMxs
@gemini-code-assist
Copy link

Summary of Changes

Hello @FloLey, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly overhauls the README.md to enhance user experience and information accessibility. The primary goal was to improve readability and navigation, making it easier for new users to onboard and for existing users to quickly find relevant information. The changes establish a clearer hierarchy of content, ensuring that essential quick-start guides are immediately visible, while detailed references are logically structured and easily discoverable.

Highlights

  • Table of Contents: Added a comprehensive Table of Contents to the README for improved navigation and quick access to sections.
  • Information Hierarchy: Reorganized sections to prioritize quick-start information, moving Installation and Quick Start to the top for faster user onboarding.
  • CLI Reference Expansion: Expanded the CLI Reference into organized subsections, including scanning, output, AI, meta commands, and profile flags, for clearer understanding.
  • Configuration Documentation: Clarified configuration documentation with detailed schema explanations and practical examples for ignore_patterns and include_patterns.
  • Profile Enhancements: Enhanced profile documentation by adding clear field descriptions and practical examples for additional_excludes and additional_includes.
  • Workflow Guide Improvement: Improved the workflow guide by replacing abstract 'phases' with concrete, task-oriented examples for common development scenarios.
  • Built-in Profiles Streamlining: Streamlined the presentation of built-in profiles, converting them from a table format to individual subsections with usage examples.
  • AI Integration Reorganization: Reorganized AI integration into a dedicated section, providing a clear provider table, usage examples, and diagnostic tools.
  • Content Simplification: Simplified the introductory description to be more concise and benefit-focused, and removed redundant content throughout the document.
Changelog
  • README.md
    • Completely restructured the document for improved readability and navigation.
    • Introduced a Table of Contents.
    • Reorganized and expanded various sections including Installation, Quick Start, CLI Reference, Configuration, Profiles, Built-in Profiles, AI Integration, and Workflow Guide.
    • Simplified the introductory text and removed redundant content.
Activity
  • No specific activity (comments, reviews, progress updates) was found in the provided context.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@FloLey FloLey merged commit 772aa7d into master Feb 21, 2026
12 checks passed
@FloLey FloLey deleted the claude/rewrite-readme-docs-HLfmo branch February 21, 2026 14:49
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request significantly improves the README.md by restructuring it with a table of contents and better organization. The changes enhance readability and user onboarding by prioritizing quick-start information and clarifying various sections. The new layout is well-thought-out and makes the documentation much more accessible. The changes are primarily documentation-focused and do not introduce any functional changes to the codebase itself. The restructuring of the README is a positive step towards better user experience.

|:-----|:------------|
| `--auto` | Force auto-send to AI after generating the dump. |
| `--no-auto` | Disable auto-send even if the active profile has `auto_send: true`. |
| `--model ID` | Override the AI model for this run (e.g. `claude-sonnet-4-5-20250929`). |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The example model ID claude-sonnet-4-5-20250929 seems to be a placeholder or an outdated model name. It would be better to use a current and widely recognized model ID for clarity and accuracy, such as claude-3-5-sonnet-latest which is used elsewhere in the document.

Suggested change
| `--model ID` | Override the AI model for this run (e.g. `claude-sonnet-4-5-20250929`). |
|" --model ID` | Override the AI model for this run (e.g. `claude-3-5-sonnet-latest`). |

## ⚙️ Installation & Configuration
| Provider | Models | Env var |
|:---------|:-------|:--------|
| Anthropic (Claude) | `claude-3-5-sonnet-latest`, `claude-opus-...` | `ANTHROPIC_API_KEY` |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The model ID claude-opus-... is incomplete. It should either be a full model ID or a more generic representation if specific versions are not meant to be listed. For consistency, consider using claude-3-opus-20240229 or similar if it's a valid model, or simply claude-opus if it's meant to be a family of models.

Suggested change
| Anthropic (Claude) | `claude-3-5-sonnet-latest`, `claude-opus-...` | `ANTHROPIC_API_KEY` |
| Anthropic (Claude) | `claude-3-5-sonnet-latest`, `claude-3-opus-20240229` | `ANTHROPIC_API_KEY` |

| Provider | Models | Env var |
|:---------|:-------|:--------|
| Anthropic (Claude) | `claude-3-5-sonnet-latest`, `claude-opus-...` | `ANTHROPIC_API_KEY` |
| Google (Gemini) | `gemini-2.5-pro`, `gemini-2.0-flash` | `GOOGLE_API_KEY` |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The model ID gemini-2.0-flash is used here, but gemini-3-flash is used in the previous version of the README and gemini-2.5-pro is used in the example. For consistency, it would be better to use the same model ID throughout the document, or clarify the difference between these models.

Suggested change
| Google (Gemini) | `gemini-2.5-pro`, `gemini-2.0-flash` | `GOOGLE_API_KEY` |
| Google (Gemini) | `gemini-2.5-pro`, `gemini-3-flash` | `GOOGLE_API_KEY` |

# With AI support (all providers)
pip install "git+https://github.com/FloLey/dumpcode.git#egg=dumpcode[ai]"
# Override the model for this run
dumpcode --readme --auto --model gemini-2.5-pro

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The example model ID gemini-2.5-pro is used here, but gemini-3-flash is used in the previous version of the README and gemini-2.0-flash is used in the table above. For consistency, it would be better to use the same model ID throughout the document, or clarify the difference between these models.

Suggested change
dumpcode --readme --auto --model gemini-2.5-pro
dumpcode --readme --auto --model gemini-3-flash

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.

2 participants