1.6 KiB
1.6 KiB
AGENT.md - Universal AI Entry Point
This document serves as the unified entry point for all AI agents (Gemini, Claude, GPT, etc.) interacting with the Scraping & CDN Service.
🚀 Mission Statement
To provide a specialized, zero-bloat backend engine for high-concurrency web scraping and image persistent caching.
🛑 Global AI Protocols
As an AI agent, you MUST adhere to the following when working on this codebase:
- Professionalism: Maintain a factual, technical, and objective tone.
- No Hyperbole: Prohibited from using marketing-speak or exaggerated praise (e.g., "amazing", "powerful").
- Minimalism: Prioritize the Zero-Bloat Policy. If a request adds unnecessary complexity or dependencies, challenge the user and suggest a leaner alternative.
- Zero Suppression: Never use suppression flags (
#[allow],@ts-ignore) to bypass warnings. Fix the underlying logic or types. - Observability: Ensure critical business flows emit structured logs and request context where needed.
🔗 Technical Context
- Architecture: GEMINI.md (Logic flows, tech stack).
- Maintenance: Development Guide (Coding standards).
- Observability: Metrics Guide (Standard telemetry).
If you are an AI assistant, start by reading GEMINI.md for the full architectural context.