You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+3-62Lines changed: 3 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -694,68 +694,9 @@ Synthetic data generation for sequences, ecosystems, and biological systems.
694
694
695
695
## Documentation
696
696
697
-
For detailed documentation about AI contributions to specific modules, organized by category:
698
-
699
-
### Repository-Level Documentation
700
-
-**Main Source Development**: [`src/metainformant/AGENTS.md`](src/metainformant/AGENTS.md) - Overall AI assistance in source code development
701
-
-**Source Organization**: [`src/AGENTS.md`](src/AGENTS.md) - Source code infrastructure and organization
702
-
-**Configuration Management**: [`config/AGENTS.md`](config/AGENTS.md) - Configuration system development
703
-
-**General Documentation**: [`docs/AGENTS.md`](docs/AGENTS.md) - AI assistance in documentation development
704
-
705
-
Note: The `output/` directory is **strictly ephemeral** and contains **only program-generated analysis results**.
706
-
707
-
**CRITICAL**: Never create documentation, reports, test scripts, or planning documents in `output/`. These belong in `docs/`, `tests/`, or `scripts/` respectively. See `output/.cursorrules` for the complete policy.
708
-
709
-
### Source Module Documentation (Implementation)
710
-
-**Core Utilities**: [`src/metainformant/core/AGENTS.md`](src/metainformant/core/AGENTS.md) - Core infrastructure and shared utilities
711
-
-**DNA Analysis**: [`src/metainformant/dna/AGENTS.md`](src/metainformant/dna/AGENTS.md) - DNA sequence analysis and genomics
712
-
-**RNA Analysis**: [`src/metainformant/rna/AGENTS.md`](src/metainformant/rna/AGENTS.md) - RNA transcriptomic analysis and workflow orchestration
-**Protein Documentation**: [`docs/protein/AGENTS.md`](docs/protein/AGENTS.md) - Protein analysis documentation development
738
-
-**Epigenome Documentation**: [`docs/epigenome/AGENTS.md`](docs/epigenome/AGENTS.md) - Epigenome documentation development
739
-
-**Ontology Documentation**: [`docs/ontology/AGENTS.md`](docs/ontology/AGENTS.md) - Ontology documentation development
740
-
-**Phenotype Documentation**: [`docs/phenotype/AGENTS.md`](docs/phenotype/AGENTS.md) - Phenotype documentation development
741
-
-**Ecology Documentation**: [`docs/ecology/AGENTS.md`](docs/ecology/AGENTS.md) - Ecology documentation development
742
-
-**Mathematical Biology Documentation**: [`docs/math/AGENTS.md`](docs/math/AGENTS.md) - Mathematical biology documentation development
743
-
-**GWAS Documentation**: [`docs/gwas/AGENTS.md`](docs/gwas/AGENTS.md) - GWAS module documentation development
744
-
-**Information Theory Documentation**: [`docs/information/AGENTS.md`](docs/information/AGENTS.md) - Information-theoretic analysis documentation development
745
-
-**Life Events Documentation**: [`docs/life_events/AGENTS.md`](docs/life_events/AGENTS.md) - Life course event analysis documentation development
746
-
-**Visualization Documentation**: [`docs/visualization/AGENTS.md`](docs/visualization/AGENTS.md) - Visualization documentation development
747
-
-**Simulation Documentation**: [`docs/simulation/AGENTS.md`](docs/simulation/AGENTS.md) - Simulation documentation development
748
-
-**Single-Cell Documentation**: [`docs/singlecell/AGENTS.md`](docs/singlecell/AGENTS.md) - Single-cell documentation development
749
-
-**Quality Control Documentation**: [`docs/quality/AGENTS.md`](docs/quality/AGENTS.md) - Quality control documentation development
750
-
-**Network Analysis Documentation**: [`docs/networks/AGENTS.md`](docs/networks/AGENTS.md) - Network analysis documentation development
751
-
-**Machine Learning Documentation**: [`docs/ml/AGENTS.md`](docs/ml/AGENTS.md) - Machine learning documentation development
752
-
-**Multi-Omics Documentation**: [`docs/multiomics/AGENTS.md`](docs/multiomics/AGENTS.md) - Multi-omics documentation development
753
-
754
-
### Scripts and Testing
755
-
-**RNA Scripts**: [`scripts/rna/AGENTS.md`](scripts/rna/AGENTS.md) - RNA workflow scripts development
756
-
-**Amalgkit Scripts**: [`scripts/rna/amalgkit/AGENTS.md`](scripts/rna/amalgkit/AGENTS.md) - Amalgkit script development
757
-
-**Core Scripts**: [`scripts/core/AGENTS.md`](scripts/core/AGENTS.md) - Core utility scripts development
758
-
-**Test Data**: [`tests/data/AGENTS.md`](tests/data/AGENTS.md) - Test data organization documentation
697
+
AI contributions are documented per module in `src/metainformant/<module>/AGENTS.md`. Each module-level AGENTS.md describes AI assistance for that specific domain.
698
+
699
+
Note: The `output/` directory is **strictly ephemeral** and contains **only program-generated analysis results**. Never create documentation in `output/`.
0 commit comments