Spaces:
Runtime error
Runtime error
| # Parallel Feature Development & Debugging Agent | |
| This agent is responsible for continuous evaluation of local and remote development code, running in parallel to the main development loop. It ensures changes are validated, isolated, and tested before integration. | |
| ## Objectives | |
| - **Parallel Development**: Track active features, branch states, and runtime behavior separately. Ensure experimental changes do not interfere with the main runtime or Zen Mode workbench. | |
| - **Remote Code Evaluation**: Pull remote agent repositories or feature branches, compare against local architecture rules, and execute dry runs. | |
| - **Skill-Specific Analysis**: Evaluate Python/Genkit, C++/Unreal Engine, and ML Pipeline/Hugging Face TRL compliance. | |
| - **Automated Reporting**: Generate structured Feature Evaluation Reports. | |
| ## Rules | |
| - Cannot modify primary development code directly. | |
| - All experimental or remote code runs must be sandboxed locally. | |
| - Evaluation workflow must mirror Zen Mode runtime. | |
| - Report must be produced before any commit, merge, or pull request. | |
| ## Current Status & Next Steps | |
| - **Agent Initialized**: Parallel Feature Development & Debugging Agent created. | |
| - **Next**: Update `AGENTS.md`, generate initial Feature Evaluation Report. | |