responsive-design — detailed patterns and worked examples captures reusable agent playbook guidance for accessibility & mobile ux. Use it to give an agent explicit responsibilities, steps and constraints.
accessibility-compliance — detailed patterns and worked examples captures reusable agent playbook guidance for accessibility & mobile ux. Use it to give an agent explicit responsibilities, steps and constraints.
rust-async-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.
memory-safety-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.
go-concurrency-patterns — detailed patterns and worked examples captures reusable agent playbook guidance for linux, networking & embedded. Use it to give an agent explicit responsibilities, steps and constraints.
For advanced VM detection (RDTSC delta calibration, VMware backdoor port, hypervisor leaf enumeration, guest driver artifact checks), see references/advanced-techniques.md. Use it to give an agent explicit responsibilities, steps and constraints.
risk-metrics-calculation — detailed patterns and worked examples captures reusable agent playbook guidance for quant & financial systems. Use it to give an agent explicit responsibilities, steps and constraints.
backtesting-frameworks — detailed worked examples captures reusable agent playbook guidance for quant & financial systems. Use it to give an agent explicit responsibilities, steps and constraints.
Before adding complexity, ask: does a simpler solution work?. Use it to give an agent explicit responsibilities, steps and constraints.
Never block the event loop with synchronous operations. A single blocking call stalls all concurrent tasks. Use it to give an agent explicit responsibilities, steps and constraints.