Skip to content

Conversation

@hannesrudolph
Copy link
Collaborator

@hannesrudolph hannesrudolph commented Oct 28, 2025

This PR updates the Release Notes Writer rules XML files in .roo/rules-release-notes-writer. Changes: - Update 1_main_workflow.xml - Update 2_content_standards.xml - Update 3_user_interactions.xml Generated by Roo automation.


Important

Update XML formatting in release notes writer rules by removing CDATA sections for consistency.

  • Files Updated:
    • .roo/rules-release-notes-writer/1_main_workflow.xml: Removed CDATA sections from <command>, <message_template>, <todos_template>, <output_format>, and <implementation> elements.
    • .roo/rules-release-notes-writer/2_content_standards.xml: Removed CDATA sections from <format>, <template>, and <format_single> elements.
    • .roo/rules-release-notes-writer/3_user_interactions.xml: Removed CDATA sections from <template>, <template_inclusion_policy>, and <template_per_pr_review> elements.
  • Behavior:
    • Ensures XML formatting consistency by removing CDATA sections across multiple XML files.
    • No functional changes to the logic or processing of release notes.

This description was created by Ellipsis for a8b21dd. You can customize this summary. It will automatically update as commits are pushed.

Scope: .roo/rules-release-notes-writer&#10;&#10;- Update 1_main_workflow.xml&#10;- Update 2_content_standards.xml&#10;- Update 3_user_interactions.xml
Copilot AI review requested due to automatic review settings October 28, 2025 17:29
@vercel
Copy link

vercel bot commented Oct 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
roo-code-docs Ready Ready Preview Comment Oct 28, 2025 5:31pm

@roomote
Copy link
Contributor

roomote bot commented Oct 28, 2025

Review Complete

No issues found.

This PR removes CDATA sections from XML elements in the Release Notes Writer rules files. The changes are purely structural/formatting - all actual rule content, commands, and templates remain identical.

Follow Along on Roo Code Cloud

@hannesrudolph hannesrudolph merged commit 184eebc into main Oct 28, 2025
7 checks passed
@hannesrudolph hannesrudolph deleted the chore/release-notes-writer-rules-2025-10-28 branch October 28, 2025 17:31
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 28, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

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

No issues found.

Copy link

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 removes CDATA sections from XML template and command blocks across the release notes writer rule files, replacing them with plain XML text nodes. The changes standardize the XML structure by eliminating the <![CDATA[...]]> wrappers while preserving all content.

Key Changes:

  • Removal of CDATA sections from template, command, and code block elements
  • Updated changelog alignment workflow with improved PR categorization (linked/ambiguous/unlinked)
  • Standardized XML formatting across all three rule files

Reviewed Changes

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

File Description
.roo/rules-release-notes-writer/3_user_interactions.xml Removed CDATA wrappers from templates and updated changelog alignment workflow to partition PRs into linked/ambiguous/unlinked categories
.roo/rules-release-notes-writer/2_content_standards.xml Removed CDATA sections from format templates, examples, and documentation snippets
.roo/rules-release-notes-writer/1_main_workflow.xml Removed CDATA wrappers from shell commands, message templates, and implementation examples throughout the workflow

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants