Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 787 Bytes

File metadata and controls

31 lines (24 loc) · 787 Bytes

Temporal Autoscaling Demo

See README.md for architecture, setup, and usage.

Project rules and conventions live in the project-memory system at .claude/project-memory/MEMORY.md — read it before making changes.

Agents

Both agents are provided by the skillbox plugin.

  • Use the code-writer agent for ANY code modification, no matter how small (renames, find-and-replace, single-line edits, refactoring, new code). Never edit source files directly.
  • Use the code-reviewer agent in read-only mode after non-trivial changes to audit for bugs, security issues, and spec violations.

Reference