Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 546 Bytes

File metadata and controls

23 lines (18 loc) · 546 Bytes

Specification: core

Scope

Documentation for the core domain in MetaInformAnt.

Architecture

  • Dependency Level: Documentation
  • Component Type: Guide
  • Location: docs/core/

Data Structures

  • Files:
    • README.md: Overview
    • AGENTS.md: AI Attribution
    • SPEC.md: This file
    • *.md: Topic-specific guides

Integration

  • Source: src/metainformant/core/
  • Tests: tests/test_core_*.py

Testing Policy

  • Zero Mock: All tests must use real implementations. Mocks are strictly prohibited.