Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.11 KB

File metadata and controls

30 lines (24 loc) · 1.11 KB

Agent Rules

This file defines default working rules for this repository.

Default Startup Order

When starting a new task in this project:

  1. Read README.md for current project overview
  2. Check configs/ for current configuration
  3. Read src/dynamic/config.py for VM settings
  4. Check results/experiments/ for latest experiment data

Planning Mode

  • Prefer question-and-answer flow with options.
  • Ask one question at a time.
  • Keep explanations short unless the user asks for detail.

Implementation Guardrail

  • Before writing implementation code, confirm with the user first.
  • Before modifying VM automation (src/dynamic/vm_controller.py), verify against dynamic-log-capture/docs/manual-deployment.md.

Key References

  • VM: ransom-lab, snapshot: exp6
  • Admin: admin/7566, Analyst: analyst/7566
  • Guest paths: C:\admin\ (logs), C:\analyst\ (samples)
  • Procmon: C:\admin\Procmon\Procmon64.exe
  • Capture scripts: dynamic-log-capture/start_capture.bat, stop_capture.bat
  • LLM backend: configs/secrets/openai.json

Scope

  • These rules are project-local and intended for long-running continuity.