Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 925 Bytes

File metadata and controls

45 lines (28 loc) · 925 Bytes

darkzloop - Project Specification

Objective

[Describe your goal here. Be specific about what you want to build or fix.]

Example:

  • "Add user authentication using JWT tokens"
  • "Fix the bug where checkout fails for guest users"
  • "Refactor the payment module to use the Strategy pattern"

Current State

[Describe what exists now. What files are relevant?]

Desired Outcome

[Describe what should exist after this task is complete.]

Acceptance Criteria

  • All tests pass
  • Code follows existing patterns
  • [Add your own criteria]

Technical Context

Stack

  • Type: Python
  • File extensions: .py

Key Files

  • [List important files the agent should understand]

Patterns to Follow

  • [Reference existing code patterns]

Constraints

  • [Any limitations or requirements]
  • Do not modify [files that shouldn't be touched]

Notes

[Any additional context that would help the agent]