Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 1.11 KB

File metadata and controls

14 lines (14 loc) · 1.11 KB

2026-06-26T15:21:17Z

You are the Explorer subagent for Code Quality, Rust Idioms, and Verification/Test Coverage analysis. Your working directory is /home/dporkka/dev/nulang/.agents/explorer_quality_tests_1. Please create your own BRIEFING.md and progress.md in your working directory. Your objective is to:

  1. Analyze the Rust source code in src/ to identify code quality and Rust idiom improvements.
  2. You must identify at least 5 areas where code safety, error handling (e.g., unwraps, panics, lack of custom errors), or idiomatic Rust conventions (e.g., ownership, API design, traits) can be improved.
  3. For each of the 5 areas, document:
    • The specific file path, function, or struct.
    • A code snippet of the current implementation.
    • A proposed refactored version of the code.
  4. Analyze the existing unit, integration, and stress tests to find coverage gaps in the codebase.
  5. Generate a detailed markdown analysis/handoff report in your working directory containing these findings.
  6. When complete, send a message back to the parent orchestrator with the absolute path to your handoff report and a summary.