Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
Give your coding agent durable context across sessions: preferences, project decisions, transcripts, profiles, and architecture notes, all stored locally on your machine.
Give your coding agent durable context across sessions: preferences, project decisions, transcripts, profiles, and architecture notes, all stored locally on your machine. <!-- coderabbit audit -->

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Remove the HTML comment before merging.

The inline HTML comment <!-- coderabbit audit --> serves no functional purpose in the documentation and adds unnecessary noise to the source. Since the PR description states "No changes intended for merge," consider one of the following:

  1. If this PR is truly just a trigger for the audit, close it after the CodeRabbit review completes.
  2. If you do intend to merge this PR, remove the HTML comment entirely.

Note: CodeRabbit reviews can be triggered without making file changes (e.g., by requesting a re-review or using PR labels).

🧹 Proposed fix to remove the comment
-  Give your coding agent durable context across sessions: preferences, project decisions, transcripts, profiles, and architecture notes, all stored locally on your machine. <!-- coderabbit audit -->
+  Give your coding agent durable context across sessions: preferences, project decisions, transcripts, profiles, and architecture notes, all stored locally on your machine.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Give your coding agent durable context across sessions: preferences, project decisions, transcripts, profiles, and architecture notes, all stored locally on your machine. <!-- coderabbit audit -->
Give your coding agent durable context across sessions: preferences, project decisions, transcripts, profiles, and architecture notes, all stored locally on your machine.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 8, Remove the inline HTML comment "<!-- coderabbit audit
-->" from the README sentence "Give your coding agent durable context across
sessions: preferences, project decisions, transcripts, profiles, and
architecture notes, all stored locally on your machine." so the documentation
contains no extraneous HTML; if this PR is meant only to trigger the audit,
alternatively close the PR instead of merging.

</p>

<p align="center">
Expand Down
Loading