Change output format to XML

- Change output format from markdown code blocks to structured XML
- Add XML tags for better structure and parsing
- Update documentation and README
- Update version to 0.6.0
This commit is contained in:
Kirill Markin 2025-04-19 13:26:18 +03:00
parent 58b4b23eae
commit 9431ff9d07
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
8 changed files with 727 additions and 176 deletions

View file

@ -30,11 +30,11 @@ def create_default_settings_file() -> None:
gitignore-import-and-ignore: True
# Ignore files and directories for tree
# and "Contents of ..." sections
# and contents sections (<content full_path="...">...</content>)
ignore-tree-and-content:
- ".repo-to-text-settings.yaml"
# Ignore files and directories for "Contents of ..." section
# Ignore files and directories for contents sections
ignore-content:
- "README.md"
- "LICENSE"