Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.25 KB

File metadata and controls

28 lines (19 loc) · 1.25 KB

Universal Refiner Context

This directory contains the core intelligence and governance layer of PromptImprover.

Sub-Module Contexts

Refer to these files for detailed instructions on each component:

  • Core: Server orchestration, configuration, and the Command Center Dashboard.
  • History: Event Store, Commit Ingestion, and the Learning Layer.
  • Memory: Neural Snippets (RAG) and the Local Brain (persistent patterns).
  • Engine: Prompt Refinement and Linter logic.
  • Detectors: Tech stack and architectural pattern scouting.
  • Transport: MCP communication protocols.

Component Ownership

Standards

All code in this directory must adhere to:

  • GEMINI.md: Project-specific engineering mandates.
  • AGENTS.md: Role-specific agent instructions.
  • Vitest: All logic must be covered by tests in the tests/ directory.