Skip to content

Conversation

@jeremyeder
Copy link
Collaborator

Summary

Reorganize documentation to reflect current repository state and improve discoverability.

Changes

Documentation Reorganization:

  • Move docs/quickstart.mddocs/README.md for better discoverability
  • Delete redundant docs/index.md
  • Update all cross-references in README.md and PRESENTATION file

CLAUDE.md Updates:

  1. Repository Structure - Added new automation scripts section:

    • .github/scripts/codebase_agent/ Python module
    • AI client with Vertex AI and Anthropic API support
    • GitHub event parsing and PR automation
  2. Documentation Structure - Updated to reflect current state:

    • docs/README.md - Quickstart guide
    • docs/patterns/ - Standalone pattern docs
    • docs/adr/ - ADR scaffolding
    • Removed references to deleted files (architecture.md, tutorial.md, api-reference.md)
  3. CI/CD Workflows - Now documents all 5 workflows:

    • codebase-agent.yml - Issue-to-PR and PR review automation
    • docs-validation.yml - Markdown linting and Mermaid validation
    • ci.yml - General CI
    • deploy-docs.yml - GitHub Pages deployment
    • security.yml - Security scanning

Files Changed

Modified:
  CLAUDE.md                        - Complete repository documentation update
  PRESENTATION-ambient-code-reference.md - Fix quickstart.md reference
  README.md                        - Update quickstart link and structure

Renamed:
  docs/quickstart.md → docs/README.md

Deleted:
  docs/index.md                    - Redundant, content merged elsewhere

Test Plan

  • Markdown linting passes
  • All cross-references updated
  • Repository structure accurately documented
  • No broken links

🤖 Generated with Claude Code

jeremyeder and others added 2 commits January 14, 2026 21:49
Reorganize documentation to reflect current repository state:

- Move docs/quickstart.md to docs/README.md for better discoverability
- Delete redundant docs/index.md
- Update CLAUDE.md with accurate repository structure
- Document new codebase-agent.yml workflow and automation scripts
- Update all cross-references to new doc paths in README and PRESENTATION

Changes to CLAUDE.md:
- Add .github/scripts/codebase_agent/ automation module
- Document all 5 GitHub Actions workflows (was 2)
- Update docs/ structure to reflect standalone patterns approach
- Remove references to deleted architecture.md, tutorial.md, api-reference.md

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update ci.yml to check for docs/README.md instead of docs/quickstart.md
and remove check for deleted docs/index.md. Add check for docs/adr/.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jeremyeder jeremyeder merged commit 2ac786c into main Jan 15, 2026
4 checks passed
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