LearnNewsExamplesServices
Frontmatter
id7231
titleAdd Regression Testing Guidance to AGENTS.md
stateClosed
labels
enhancement
assigneestobiu
createdAtSep 22, 2025, 4:05 AM
updatedAtSep 22, 2025, 4:15 AM
githubUrlhttps://github.com/neomjs/neo/issues/7231
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 22, 2025, 4:15 AM

Add Regression Testing Guidance to AGENTS.md

Closed v10.8.0 enhancement
tobiu
tobiu commented on Sep 22, 2025, 4:05 AM

1. Overview

This ticket proposes a minor but important enhancement to the AGENTS.md guidelines, specifically by adding a cross-reference to the unit testing guide for bug fixes. This will encourage the AI agent to create regression tests to prevent reoccurring bugs.

2. Scope of Work

2.1. Integrate Regression Testing Guidance into AGENTS.md

  • Task: Add a specific instruction for bug fixes within the "4. Verify" step of the "Development Workflow" section in AGENTS.md.
  • Implementation:
    • Add the following text to step 4: "For bug fixes, ensure you've created regression tests (see learn/guides/UnitTestingWithSiesta.md for guidance)."
    • This provides a clear action item and a direct reference to the relevant testing guide without cluttering the core workflow document.

3. Acceptance Criteria

  • AGENTS.md is updated to include the regression testing guidance in the "4. Verify" step.
  • The reference to learn/guides/UnitTestingWithSiesta.md is accurate.
tobiu assigned to @tobiu on Sep 22, 2025, 4:05 AM
tobiu added the enhancement label on Sep 22, 2025, 4:05 AM
tobiu referenced in commit d1cc4e8 - "Add Regression Testing Guidance to AGENTS.md #7231" on Sep 22, 2025, 4:08 AM
tobiu closed this issue on Sep 22, 2025, 4:15 AM