Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove XML escaping from output generator #29

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

yamadashy
Copy link
Owner

This PR removes XML escaping from the output generator to improve readability and AI comprehension of the generated output.

Changes:

  • Removed XML escaping for file paths and contents in repository files

Note: This change assumes that the input data (file paths, contents, etc.) does not contain characters that would break XML syntax. If there's a possibility of such characters, we may need to implement a more robust solution, such as using CDATA sections for file contents.

@yamadashy yamadashy merged commit 6b287c6 into main Aug 2, 2024
20 checks passed
@yamadashy yamadashy deleted the fix/unnecessary-escape branch August 2, 2024 13:34
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.

1 participant