Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 844 Bytes

File metadata and controls

27 lines (18 loc) · 844 Bytes

AGENTS.md — Labs64.IO :: Documentation

Guidance for AI agents working in this repository. Read this before making changes.

What this project is

Public documentation for the Labs64.IO ecosystem. Organized by module with Markdown files.

Repository layout

Path Purpose
checkout/ Checkout module documentation
payment-gateway/ Payment Gateway documentation
auditflow/ AuditFlow documentation
architecture/ Architecture documentation

Critical guardrails

  1. Each repo has its own git history — do not cross-commit between repositories.
  2. Documentation should be accurate and up-to-date with the codebase.

Conventions

  • Documentation is written in Markdown.
  • Organized by module directory.
  • Keep documentation consistent with the actual codebase behavior.