@@ -534,7 +534,7 @@ leaks, dangling pointers, or double deletions.
534534This document is a living guide. As the Firebase C++ SDK evolves, new patterns
535535may emerge, or existing practices might change. If you introduce a new common
536536pattern, significantly alter a build process, or establish a new best practice
537- during your work, please take a moment to update this ` Jules .md` file
537+ during your work, please take a moment to update this ` AGENTS .md` file
538538accordingly.
539539
540540Keeping this document current will greatly benefit future AI agents and human
@@ -544,38 +544,38 @@ developers working on this repository.
544544
545545## Recommended General Prompt Instruction
546546
547- When working on this task, please consistently refer to the ` Jules .md` guide
547+ When working on this task, please consistently refer to the ` AGENTS .md` guide
548548for all repository-specific conventions, including setup procedures, coding
549549style, common architectural patterns, and API usage. Pay close attention to the
550550testing strategies outlined, ensuring your implementation includes
551551comprehensive integration tests with detailed test cases in your plan. Implement
552552robust error handling for any new or modified public API methods, following the
553553patterns for ` firebase::Future ` error reporting. If the feature involves
554554platform-specific code, ensure the public API remains consistent across all
555- platforms, as discussed in ` Jules .md` . Write clear, maintainable code,
555+ platforms, as discussed in ` AGENTS .md` . Write clear, maintainable code,
556556adhering to the commenting guidelines, and if you need to add new third-party
557557dependencies, document the rationale and update build configurations according
558558to the established practices. Ensure your changes align with the overall best
559- practices detailed in ` Jules .md` .
559+ practices detailed in ` AGENTS .md` .
560560
561561## Key Directives for Jules AI
562562
563- * ** Prioritize ` Jules .md` ** : This document (` Jules .md` ) contains
563+ * ** Prioritize ` AGENTS .md` ** : This document (` AGENTS .md` ) contains
564564 repository-specific guidelines. Prioritize this information when making
565565 decisions about coding style, testing procedures, architectural patterns,
566566 and API usage.
567567* ** Adherence to Patterns** : Strive to follow the common patterns and best
568568 practices outlined here. This ensures consistency across the codebase.
569- * ** Clarification for Deviations** : If the existing patterns in ` Jules .md` do
569+ * ** Clarification for Deviations** : If the existing patterns in ` AGENTS .md` do
570570 not seem suitable for a specific task, or if a deviation is necessary,
571571 please explicitly state this in your plan or request clarification before
572572 proceeding with implementation.
573- * ** Updating ` Jules .md` ** : If you introduce a new, broadly applicable
573+ * ** Updating ` AGENTS .md` ** : If you introduce a new, broadly applicable
574574 pattern, or if a significant change to the build process or best practices
575575 occurs as part of your task, please include a step in your plan to update
576- ` Jules .md` to reflect these changes.
576+ ` AGENTS .md` to reflect these changes.
577577* ** Testing** : Remember that integration tests are the primary method of
578578 testing. Ensure new features are accompanied by corresponding integration
579- tests as described in the 'Testing' section of ` Jules .md` .
579+ tests as described in the 'Testing' section of ` AGENTS .md` .
580580* ** Commit Messages** : Follow standard commit message guidelines. A brief
581581 summary line, followed by a more detailed explanation if necessary.
0 commit comments