Skip to content

chore: remove claudedocs/ and outdated proposal from git tracking#253

Merged
CybotTM merged 1 commit intomainfrom
docs/remove-claudedocs-from-tracking
Nov 21, 2025
Merged

chore: remove claudedocs/ and outdated proposal from git tracking#253
CybotTM merged 1 commit intomainfrom
docs/remove-claudedocs-from-tracking

Conversation

@CybotTM
Copy link
Copy Markdown
Member

@CybotTM CybotTM commented Nov 21, 2025

Summary

Remove files that should not be in the repository:

1. claudedocs/ directory (12 files, 3,693 lines)

  • Already in .gitignore (line 50) but was incorrectly committed
  • Contains Claude-generated analysis reports meant for local reference only
  • Files preserved locally for historical context

2. docs/config-refactor.md

Rationale

claudedocs/ should never be in git:

  • These are AI-generated analysis reports for local development reference
  • Should be excluded by .gitignore (already is, but was committed before gitignore rule)
  • No value to repository, only clutters history

config-refactor.md is obsolete:

Local Preservation

All files remain on disk for reference:

  • claudedocs/config-refactor-proposal-implemented.md - Enhanced with implementation notes
  • claudedocs/documentation_audit_report.md - Full audit documentation
  • All other claudedocs/ files preserved for historical context

Impact

  • Breaking changes: None (documentation cleanup only)
  • Files removed from git: 13 (claudedocs/* + config-refactor.md)
  • Local files: Preserved
  • CI/CD: No changes needed

Documentation Audit Finding Resolution

This PR resolves the documentation audit finding regarding unclear proposal status in config-refactor.md. The proposal was marked as implemented and moved to local-only storage.

Future claudedocs/ content will be properly excluded by .gitignore.


Related: Documentation audit from /sc:document command

Remove files that should not be in the repository:

1. **claudedocs/ directory** (12 files, 3,693 lines):
   - Already in .gitignore (line 50) but was incorrectly committed
   - Contains Claude-generated analysis reports for local reference only
   - Files preserved locally for historical context

2. **docs/config-refactor.md**:
   - Outdated proposal document
   - Fully implemented in PR #203 (commit b373b2f, 2025-06-13)
   - Moved to claudedocs/ locally with implementation notes

**Rationale**:
- claudedocs/ should never be in git (local AI analysis only)
- config-refactor.md is obsolete (proposal implemented)
- Resolves documentation audit finding

**Local preservation**:
- All files remain on disk for reference
- claudedocs/config-refactor-proposal-implemented.md has full context
- claudedocs/documentation_audit_report.md documents the audit

Future claudedocs/ content will be properly excluded by .gitignore.
Copilot AI review requested due to automatic review settings November 21, 2025 19:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR performs repository hygiene by removing files that should not be in git tracking. The cleanup removes 13 files (12 from claudedocs/ directory + 1 outdated proposal document) without affecting any code functionality.

Key changes:

  • Removes the claudedocs/ directory which contains AI-generated analysis reports meant for local reference only
  • Removes docs/config-refactor.md, an outdated proposal that was fully implemented in PR #203

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

File Description
claudedocs/*.md (12 files) AI-generated analysis reports removed - already excluded by .gitignore line 50 but were incorrectly committed
docs/config-refactor.md Obsolete proposal document removed - features (JobSource type, syncJobMap function) confirmed implemented in cli/config.go

@CybotTM CybotTM added this pull request to the merge queue Nov 21, 2025
Merged via the queue into main with commit dc1ce80 Nov 21, 2025
20 checks passed
@CybotTM CybotTM deleted the docs/remove-claudedocs-from-tracking branch November 21, 2025 19:38
@CybotTM CybotTM added the released:v0.11.0 Included in v0.11.0 release label Dec 22, 2025
@CybotTM
Copy link
Copy Markdown
Member Author

CybotTM commented Dec 22, 2025

🚀 Released in v0.11.0

Thank you for your contribution! 🙏

This is now available in the latest release. Please test and verify everything works as expected in your environment.

If you encounter any issues, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released:v0.11.0 Included in v0.11.0 release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants