- Introduced a primary agent for the Fidelity AI Workspace to maintain context and support daily engineering tasks. - Created commands for loading workspace context, drafting updates for Jeff, and logging daily notes. - Implemented translation and standup generation commands to enhance communication clarity. - Developed a compaction plugin to preserve essential workspace context during sessions. - Established a structured approach for managing project knowledge, communication rules, and decision-making processes. - Updated README and project structure to reflect new workflows and usage guidelines.
578 B
578 B
Debugging Flow Strategy
Goal
Turn incomplete reports into clear, reproducible debugging context that can be shared accurately.
Steps
- Identify the entry point.
- Confirm whether the user is authenticated or non-authenticated.
- Capture the reported behavior exactly as described.
- Reproduce the issue if possible.
- Compare expected versus actual behavior.
- Check whether the same behavior exists in main.
- Classify the issue as:
- external report
- existing behavior
- regression
- Write the result using Context, Observation, and Action.