Skip to content

t1346: fix agents looking for workflows/pulse.md — use full path scripts/commands/pulse.md#2459

Merged
alex-solovyev merged 1 commit intomainfrom
bugfix/fix-pulse-md-path
Feb 27, 2026
Merged

t1346: fix agents looking for workflows/pulse.md — use full path scripts/commands/pulse.md#2459
alex-solovyev merged 1 commit intomainfrom
bugfix/fix-pulse-md-path

Conversation

@alex-solovyev
Copy link
Collaborator

@alex-solovyev alex-solovyev commented Feb 27, 2026

Summary

  • Updated 6 bare pulse.md references across 5 files to use the full relative path scripts/commands/pulse.md
  • Added scripts/commands/pulse.md to the Domain Index table under Orchestration in AGENTS.md
  • Eliminates 75 file_not_found errors where agents guessed workflows/pulse.md as the path

Root Cause

Agent docs referenced pulse.md without a directory prefix. Agents inferred workflows/pulse.md (likely from the nearby workflows/ entries in the Domain Index), but the actual file is at scripts/commands/pulse.md.

Files Changed

File Change
.agents/AGENTS.md pulse.mdscripts/commands/pulse.md in Intelligence-over-scripts paragraph; added to Domain Index Orchestration row
.agents/aidevops/architecture.md Two bare pulse.md references → full path
.agents/scripts/commands/full-loop.md Comment reference → full path
.agents/scripts/commands/runners.md Cross-reference → full path
.agents/tools/code-review/coderabbit.md Step reference → full path

Verification

  • rg 'pulse\.md' .agents/ --type md confirms all 10 references now use scripts/commands/pulse.md
  • Target file .agents/scripts/commands/pulse.md exists and is unchanged
  • No bare pulse.md references remain that could cause path guessing

Closes #2457

Summary by CodeRabbit

Documentation

  • Consolidated documentation path references to use standardized, centralized locations across all internal guidance materials
  • Updated cross-references throughout agent configuration and automation script documentation to reflect consistent directory structure
  • Improved documentation consistency and maintainability by establishing standard paths for guidance resource references

Agents were looking for workflows/pulse.md (75 file_not_found errors from
session miner) because bare `pulse.md` references caused path guessing.

Updated 6 bare references across 5 files to use the full relative path
`scripts/commands/pulse.md`. Added pulse.md to the Domain Index table
under Orchestration so agents can discover it directly.

Closes #2457
@github-actions github-actions bot added the bug Auto-created from TODO.md tag label Feb 27, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 27, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3f342d0 and a6a0b19.

📒 Files selected for processing (5)
  • .agents/AGENTS.md
  • .agents/aidevops/architecture.md
  • .agents/scripts/commands/full-loop.md
  • .agents/scripts/commands/runners.md
  • .agents/tools/code-review/coderabbit.md

Walkthrough

Updates documentation path references across multiple agent guidance and configuration files to correctly point to scripts/commands/pulse.md and scripts/commands/full-loop.md instead of outdated or generic paths, resolving file-not-found errors.

Changes

Cohort / File(s) Summary
Agent Guidance Documentation
.agents/AGENTS.md, .agents/aidevops/architecture.md
Updated references from pulse.md and full-loop.md to explicit scripts/commands/pulse.md and scripts/commands/full-loop.md paths. Added orchestration link to pulse.md in Domain Index.
Command and Tool Documentation
.agents/scripts/commands/full-loop.md, .agents/scripts/commands/runners.md, .agents/tools/code-review/coderabbit.md
Updated internal documentation references to use full path scripts/commands/pulse.md instead of generic pulse.md in comments and guidance sections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

bug

Poem

📍 Paths were wandering, lost in the dark,
From pulse.md vague to scripts/commands/ mark,
Five files aligned with a guide so true,
No more file_not_found — just a cleaner view! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Title clearly and specifically describes the main change: fixing agent references from bare pulse.md to the full path scripts/commands/pulse.md.
Linked Issues check ✅ Passed All coding requirements from #2457 are met: six bare pulse.md references replaced with scripts/commands/pulse.md, Domain Index updated, and file path corrections applied across all specified agent documentation files.
Out of Scope Changes check ✅ Passed All changes directly address the linked issue #2457 scope: path corrections to pulse.md references across agent documentation and Domain Index updates; no extraneous modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bugfix/fix-pulse-md-path

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses a recurring issue where AI agents failed to locate the pulse.md guidance document due to incomplete file paths. By standardizing all references to pulse.md with its full relative path and updating the Domain Index, the changes ensure agents can correctly access necessary documentation, thereby preventing file_not_found errors and improving the reliability of agent operations.

Highlights

  • Path Correction: Updated six bare pulse.md references across five files to use the full relative path scripts/commands/pulse.md.
  • Documentation Update: Added scripts/commands/pulse.md to the Domain Index table under Orchestration in AGENTS.md.
  • Error Resolution: Eliminated 75 file_not_found errors that occurred when agents incorrectly guessed workflows/pulse.md as the path.
Changelog
  • .agents/AGENTS.md
    • Updated pulse.md reference to scripts/commands/pulse.md in the 'Intelligence over scripts' paragraph.
    • Added scripts/commands/pulse.md to the 'Orchestration' row of the Domain Index table.
  • .agents/aidevops/architecture.md
    • Corrected two instances of pulse.md to scripts/commands/pulse.md within the architecture description.
    • Updated the guidance example for fixing supervisor/orchestration bugs to use the full path for pulse.md.
  • .agents/scripts/commands/full-loop.md
    • Modified a comment explaining issue state checks to reference scripts/commands/pulse.md instead of pulse.md.
  • .agents/scripts/commands/runners.md
    • Updated the cross-reference to the pulse.md specification to use its full path.
  • .agents/tools/code-review/coderabbit.md
    • Corrected the reference to the supervisor pulse step in pulse.md to use the full path.
Activity
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions
Copy link

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 36 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Fri Feb 27 11:28:24 UTC 2026: Code review monitoring started
Fri Feb 27 11:28:25 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 36

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 36
  • VULNERABILITIES: 0

Generated on: Fri Feb 27 11:28:28 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly fixes ambiguous path references to pulse.md in various agent documentation files. By replacing the bare filename with the full relative path scripts/commands/pulse.md, the changes eliminate file_not_found errors that occurred when agents tried to guess the file's location. The update is applied consistently across all relevant files, and an entry for pulse.md has been correctly added to the Domain Index table in AGENTS.md. The changes are accurate and effectively resolve the described issue.

@sonarqubecloud
Copy link

@alex-solovyev alex-solovyev merged commit 6778fe8 into main Feb 27, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Auto-created from TODO.md tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

t1346: fix: agents looking for workflows/pulse.md but file is at scripts/commands/pulse.md

1 participant