Back to the catalog

🤖 .llms/index: Comprehensive AI Agent Context Index

Hierarchical breakdown of the CmsForNerd v4.1.0 codebase, architecture, state flow, and files.

Open source Repository Open in the app JSON

About

# 🤖 .llms/index: Comprehensive AI Agent Context Index

**Live Demo URL:** [CmsForNerd Live Demo](https://cmsfornerd.onrender.com/index.php)

**MCP Standard Index Context (Token Capped):** [Context7 MCP & LLM standard link](https://context7.com/cmsfornerd/cmsfornerd/llms.txt?tokens=10000)

This document is optimised for parsing by LLMs, cognitive agents, and NotebookLM indexing. It provides a technical
breakdown of the core engine, standard practices, file mappings, and architectural standards of CmsForNerd v4.1.0.

---

## 🛠️ Architectural Foundations & Standards

### 1. PHP 8.4 Strict Type Mandate
- Every PHP source file **MUST** begin with:
```php
declare(strict_types=1);
```
- Strict typing applies to scalar type declarations at function/method call and return sites within the declaring file. The `declare(strict_types=1)` directive is file-scoped and affects type checking for calls made from that file.
- Note: PHP's strict_types mode still permits implicit int-to-float coercion (w

Details

Kind
OKF bundles
Topic
AI, RAG & memory
Publisher
linuxmalaysia
Origin
okf_github
Category
dados
Version
0.1
Added
2026-09-09 19:04:11
Updated
2026-09-09 19:04:11
Origin id
linuxmalaysia/CmsForNerd:.llms/index.md

More