-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update README and fefactor PyPI guide; increment version to 3.…
…3.0; add todo doc
- Loading branch information
1 parent
48dc9d1
commit c2e14d3
Showing
4 changed files
with
46 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# CodeMapper TODO List | ||
|
||
## Core Functionality | ||
|
||
- [x] Implement direct repository URL analysis | ||
- [ ] Expand Git hosting service support (GitLab, Bitbucket) | ||
- [ ] Develop progress indicator for large repository processing | ||
- [ ] Enable custom branch selection | ||
- [ ] Implement intelligent repository categorization | ||
- [ ] Deterministic analysis | ||
- [ ] AI-powered analysis | ||
- [ ] Add option to update original repo with categories (for owners) | ||
|
||
## Documentation | ||
|
||
- [x] Utilize changelog.md for version tracking | ||
- [ ] Create separate `*_docmap.md` for documentation directories | ||
- [ ] Add repository source information to output file header | ||
|
||
## AI Integration | ||
|
||
- [ ] Implement AI-generated alt text for images | ||
- [ ] Explore base64 image encoding and embedding | ||
|
||
## Output Formats | ||
|
||
- [x] Markdown (default) | ||
- [ ] JSON | ||
- [ ] YAML | ||
- [ ] reStructuredText | ||
- [ ] AsciiDoc | ||
|
||
## User Experience | ||
|
||
- [ ] Develop comprehensive help command and menu | ||
- [ ] Enhance Table of Contents generation | ||
- [ ] Consider using `md_toc` library for robustness | ||
- [ ] EPIC: Introduce Mermaid flow chart option for code execution flow visualization | ||
|
||
## File Handling | ||
|
||
- [x] Generate `*_codemap.md` for file contents and directory structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters