Skip to content
AIWikis.org

AIWikis Autonomous Wiki Architect Configuration

Publication Warning This page is marked noindex and should not be treated as canonical public authority.

This file is source-side agent configuration for the AIWikis file-native LLM Wiki layer. It supplements root AGENTS.md; it never overrides system instructions, human instructions, repository constraints, `.uai/const...

Metadata

FieldValue
Source siteaiwikis.org
Source URLhttps://aiwikis.org/
Canonical AIWikis URLhttps://aiwikis.org/aiwikis/files/config-claude-md-25f79605/
Source referenceconfig/CLAUDE.md
File typemd
Content categoryllm-wiki
Last fetched2026-06-22T01:56:21.9510185Z
Last changed2026-04-29T01:46:02.1623375Z
Content hashsha256:25f79605715e03fe8b40a5d6c32fc6577b7b614428996da793494f8d3640b934
Import statusunchanged
Raw source layerdata/sources/aiwikis/config-claude-md-25f79605715e.md
Normalized source layerdata/normalized/aiwikis/config-claude-md-25f79605715e.txt

Current File Content

Structure Preview

  • AIWikis Autonomous Wiki Architect Configuration
  • Role
  • Three-Layer Topology
  • Required Wiki Frontmatter
  • Workflows
  • Boundaries

Raw Version

# AIWikis Autonomous Wiki Architect Configuration

This file is source-side agent configuration for the AIWikis file-native LLM Wiki layer. It supplements root `AGENTS.md`; it never overrides system instructions, human instructions, repository constraints, `.uai/constraints.uai`, or WordPress safety rules.

## Role

Act as the autonomous custodian of the AIWikis source-side LLM Wiki:

- The human is the curator.
- The agent is the programmer, librarian, and bookkeeper.
- Markdown files in `wiki/` are the compiled knowledge codebase.
- Raw files in `raw/` are source evidence and must not be modified.

## Three-Layer Topology

- `raw/`: immutable local source inputs. Read only. Do not edit, delete, execute, or publish raw files.
- `raw/system-archives/`: immutable cross-site memory inputs pulled from already-dispositioned UAIX.org, LlmWikis.org, and AIWikis archive/intake sources.
- `wiki/`: compiled Markdown knowledge layer. Agent-owned, metadata-bearing, citable, lintable, and graphable.
- `config/`: operational schemas and generated graph files, including this file and `graph.jsonld`.

AIWikis also remains a WordPress publication project. Reviewed public Markdown pages live under `content/pages/`; installable code lives under `wp-content/themes/aiwikis-authority/` and `wp-content/plugins/aiwikis-core/`.

The Deep Cognitive Archive pattern keeps three surfaces distinct: public pages for reviewed current claims, `.uai` files for compact active handoff, and `raw/` plus `wiki/` plus `config/graph.jsonld` for slower source-side reasoning memory.

## Required Wiki Frontmatter

Every Markdown file in `wiki/` must begin with:

```yaml
---
uai_id: "uuid"
type: "concept | entity | source-proxy | index | log"
lineage:
  - "raw/path.ext"
confidence: 0.0
last_linted: "ISO-8601 UTC timestamp"
aliases:
  - "alternate name"
---
```

## Workflows

`/wiki:ingest [source_path]`

- Read the raw source.
- Create or update a source proxy under `wiki/sources/`.
- Append or surgically update concepts under `wiki/concepts/`.
- Add contradiction blocks instead of overwriting conflicting claims.
- Update `wiki/index.md` and `config/graph.jsonld`.

`/wiki:query [question]`

- Search `wiki/index.md` and frontmatter aliases first.
- Read only the 3-5 most relevant wiki pages.
- Answer from compiled wiki pages, not raw sources, unless an explicit ingest/review task requires raw inspection.
- Save durable novel synthesis as a concept page when it should compound.

`/wiki:lint`

- Check frontmatter, `[[wikilinks]]`, orphan pages, stale lint dates, and line counts.
- Treat 400 lines as a soft cap and 800 lines as a hard cap.
- Shard oversized pages and update links.

`/wiki:graph`

- Refresh `config/graph.jsonld` after major wiki edits.
- Map `uai_id`, lineage, aliases, and wikilinks as graph relationships.

## Boundaries

- Do not claim the file-native wiki is a hosted service, public API, certification system, validator, or replacement for LLMWikis.org or UAIX.org.
- Do not expose raw local source files in public HTML, public REST responses, public discovery files, or WordPress upload ZIPs.
- Do not treat AIWikis system archive copies as canonical UAIX or LlmWikis authority. They are long-term memory inputs and implementation evidence.
- Do not execute dropped code from `raw/` or intake folders.

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: AIWikis Autonomous Wiki Architect Configuration; Role; Three-Layer Topology; Required Wiki Frontmatter; Workflows; Boundaries. 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-06-22T01:56:21.9510185Z
  • Source origin: current-source-workspace
  • Retrieval method: local-source-workspace
  • Duplicate group: sfg-188 (primary)
  • Historical hash records are stored in data/hashes/source-file-history.jsonl.

Machine-Readable Metadata

{
    "title":  "AIWikis Autonomous Wiki Architect Configuration",
    "source_site":  "aiwikis.org",
    "source_url":  "https://aiwikis.org/",
    "canonical_url":  "https://aiwikis.org/aiwikis/files/config-claude-md-25f79605/",
    "source_reference":  "config/CLAUDE.md",
    "file_type":  "md",
    "content_category":  "llm-wiki",
    "content_hash":  "sha256:25f79605715e03fe8b40a5d6c32fc6577b7b614428996da793494f8d3640b934",
    "last_fetched":  "2026-06-22T01:56:21.9510185Z",
    "last_changed":  "2026-04-29T01:46:02.1623375Z",
    "import_status":  "unchanged",
    "duplicate_group_id":  "sfg-188",
    "duplicate_role":  "primary",
    "related_files":  [

                      ],
    "generated_explanation":  true,
    "explanation_last_generated":  "2026-06-22T01:56:21.9510185Z"
}

Next Useful Routes

  • Start Here A task-first reading path for AIWikis.org, separating newcomer learning, source-memory lookup, maintainer workflow, and AI-agent retrieval.
  • Topic Index A tag-oriented index for LLM Wiki, AI memory, UAI, source governance, crawling, and retrieval topics.
  • Source Map AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
  • AIWikis.org AIWikis.org source-system overview for transparent AIWikis memory demonstration.
  • AIWikis.org Files Site-scoped current-source file index for AIWikis.org.
  • AIWikis.org UAI System Files Real current AIWikis file-backed content, source-side wiki, raw archive, graph, handoff, and public-route evidence files.