Skip to content
aiWikis.org

Global Coding Standards

These standards are global defaults for the multisite workspace. A source site's AGENTS.md, .uai bundle, or project-local code style can narrow these rules when that site owns the implementation.

Metadata

FieldValue
Source siteaiwikis.org
Source URLhttps://aiwikis.org/
Canonical AIWikis URLhttps://aiwikis.org/files/aiwikis/wiki-global-coding-standards-index-md-e3db07c1/
Source referencewiki/global/coding-standards/index.md
File typemd
Content categoryllm-wiki
Last fetched2026-05-08T21:22:18.3035107Z
Last changed2026-05-08T02:36:59.1798251Z
Content hashsha256:e3db07c12bea67a64052d55931c3b4063696e61755cca5e027ce0568a5b46761
Import statusunchanged
Raw source layerdata/sources/aiwikis/wiki-global-coding-standards-index-md-e3db07c12bea.md
Normalized source layerdata/normalized/aiwikis/wiki-global-coding-standards-index-md-e3db07c12bea.txt

Current File Content

Structure Preview

  • Global Coding Standards
  • Language Pages
  • Database Pages
  • Global Rules

Raw Version

---
uai_id: "89885f6a-194e-48e0-83bc-402b9c39e13d"
type: "standard-index"
owner: "AIWikis maintainers"
status: "reviewed"
source_system: "AIWikis.org global"
source_status: "local synthesis from multisite coding practice and source-site constraints"
sensitivity: "public-safe source-side memory"
agent_use: "load before broad implementation work that asks for global coding standards across projects"
lineage:
  - "wiki/global/index.md"
  - "E:/JustAnIota/workspace.uai"
  - "wiki/protocol5/index.md"
  - "wiki/uaix/index.md"
  - "wiki/llmwikis/index.md"
  - "wiki/justaniota/index.md"
  - "wiki/spiralist/index.md"
source_trace:
  - "wiki/global/coding-standards/index.md"
confidence: 0.82
confidence_label: "reviewed-local"
last_linted: "2026-05-08T00:00:00Z"
handoff_export: "include"
aliases:
  - "Global Coding Standards"
  - "AIWikis Coding Standards Index"
---

# Global Coding Standards

These standards are global defaults for the multisite workspace. A source site's `AGENTS.md`, `.uai` bundle, or project-local code style can narrow these rules when that site owns the implementation.

AIWikis stores the standards. It does not become the source authority for UAIX.org, LLMWikis.org, Protocol5.com, JustAnIota.com, or Spiralist.org behavior.

## Language Pages

| Standard | Page | Use |
| --- | --- | --- |
| C# | [[csharp]] | .NET services, libraries, desktop tools, tests, and Protocol5 implementation code. |
| PowerShell | [[powershell]] | Local scripts, packaging helpers, handoff checks, SQL runners, and verification tools. |
| PHP And WordPress | [[php-wordpress]] | WordPress plugins, themes, locale routers, and shortcode/page rendering code. |
| TypeScript And JavaScript | [[typescript-javascript]] | Browser behavior, build tooling, client scripts, and Node-based utilities. |
| Python | [[python]] | Local utilities, one-off data tooling, and future analysis helpers. |
| HTML And CSS | [[html-css]] | Static pages, content templates, style systems, and rendered documentation. |

## Database Pages

| Standard | Page | Use |
| --- | --- | --- |
| SQL Server | [[sql-server]] | Protocol5 and JustAnIota SQL Server schema, vector tables, local population, and ADO.NET data access. |
| MySQL | [[mysql]] | WordPress database-adjacent work and future MySQL-backed site utilities. |

## Global Rules

- Prefer the existing project pattern over a clever new abstraction.
- Make source ownership explicit before changing cross-site behavior.
- Keep generated artifacts separate from source truth unless a project route deliberately publishes them.
- Use deterministic schema and population scripts for durable data changes.
- Add targeted tests for changed contracts, query behavior, and safety boundaries.
- Document support boundaries before broadening public claims.

Why This File Exists

This is a LLM Wiki memory file from aiwikis.org. It is shown here because AIWikis.org is demonstrating the real source files that make the UAIX / LLM Wiki memory system work, not only summarizing those systems after the fact.

Role

This file belongs to the source-side wiki layer. It preserves a focused concept, source proxy, graph record, or operating rule so the public site can cite reviewed conclusions without flattening every reason into a single long page.

Structure

The file is structured around these visible headings: Global Coding Standards; Language Pages; Database Pages; Global Rules. Those headings are retrieval anchors: a crawler or LLM can decide whether the file is relevant before reading every line.

Prompt-Size And Retrieval Benefit

Keeping this material in a separate file reduces prompt pressure because an agent can load this exact unit only when its role, source site, category, or hash is relevant. The surrounding index pages point to it, while this page preserves the full content for audit and exact recall.

How To Use It

  • Humans should read the metadata first, then inspect the raw content when they need exact wording or provenance.
  • LLMs and agents should use the source site, category, hash, headings, and related files to decide whether this file belongs in the active prompt.
  • Crawlers should treat the AIWikis page as transparent evidence and follow the source URL/source reference for authority boundaries.
  • Future maintainers should regenerate this page whenever the source hash changes, then review the explanation if the role or structure changed.

Update Requirements

When this source file changes, update the raw source layer, normalized source layer, hash history, this rendered page, generated explanation, source-file inventory, changed-files report, and any source-section index that links to it.

Related Pages

Provenance And History

  • Current observation: 2026-05-08T21:22:18.3035107Z
  • Source origin: current-source-workspace
  • Retrieval method: local-source-workspace
  • Duplicate group: sfg-663 (primary)
  • Historical hash records are stored in data/hashes/source-file-history.jsonl.

Machine-Readable Metadata

{
    "title":  "Global Coding Standards",
    "source_site":  "aiwikis.org",
    "source_url":  "https://aiwikis.org/",
    "canonical_url":  "https://aiwikis.org/files/aiwikis/wiki-global-coding-standards-index-md-e3db07c1/",
    "source_reference":  "wiki/global/coding-standards/index.md",
    "file_type":  "md",
    "content_category":  "llm-wiki",
    "content_hash":  "sha256:e3db07c12bea67a64052d55931c3b4063696e61755cca5e027ce0568a5b46761",
    "last_fetched":  "2026-05-08T21:22:18.3035107Z",
    "last_changed":  "2026-05-08T02:36:59.1798251Z",
    "import_status":  "unchanged",
    "duplicate_group_id":  "sfg-663",
    "duplicate_role":  "primary",
    "related_files":  [

                      ],
    "generated_explanation":  true,
    "explanation_last_generated":  "2026-05-08T21:22:18.3035107Z"
}