Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.2 KB

File metadata and controls

48 lines (35 loc) · 1.2 KB

AGENTS.md

Project

This is a public showcase repository for a PPTX brand-compliance reviewer.

Delivery Priority

  1. Working vertical slice.
  2. Correct, reviewer-actionable findings.
  3. Low-noise review UX.
  4. Clear docs and honest trade-offs.
  5. Optional AI only after deterministic checks work.

Product Principle

False positives are more harmful than missing low-confidence suggestions. Prefer fewer, high-confidence findings.

Constraints

  • Do not build a generic agent platform.
  • Do not add multi-tenant auth.
  • Do not add auto-fix unless explicitly requested.
  • Do not require AI calls for the app to function.
  • Do not expose uploaded files publicly.
  • Do not commit secrets, raw private deck assets, or local environment files.
  • Do not import or symlink private external agent/runtime surfaces into this repository.
  • Keep this repo showcase-safe and showcase-readable.

Expected Stack

  • FastAPI backend.
  • Next.js + TypeScript frontend.
  • Deterministic PPTX parsing first.
  • AI only for ambiguous checks if later enabled.

Stop Rule

For each implementation slice, report:

  • files changed
  • commands run
  • what works
  • what is still missing
  • risks / trade-offs
  • next recommended step