Protocol5 Site Operations
This note is the maintainer-facing entry point for Protocol5.com site, host, publish, and smoke-test work.
Metadata
| Field | Value |
|---|---|
| Source site | protocol5.com |
| Source URL | https://protocol5.com/ |
| Canonical AIWikis URL | https://aiwikis.org/protocol5/files/docs-protocol5-site-operations-md-c39cbfef/ |
| Source reference | docs/protocol5-site-operations.md |
| File type | md |
| Content category | guide |
| Last fetched | 2026-06-22T01:56:21.9510185Z |
| Last changed | 2026-05-08T01:27:33.0391850Z |
| Content hash | sha256:c39cbfef96fb816a315ac6d47657372f9498d15c550720538d7e8130bdcfbed7 |
| Import status | unchanged |
| Raw source layer | data/sources/protocol5/docs-protocol5-site-operations-md-c39cbfef96fb.md |
| Normalized source layer | data/normalized/protocol5/docs-protocol5-site-operations-md-c39cbfef96fb.txt |
Current File Content
Structure Preview
- Protocol5 Site Operations
- Current Site Contract
- Architecture
- Frozen Generated Routes
- Publish Flow
- Targeted Validation
- Reading Path
Raw Version
# Protocol5 Site Operations
This note is the maintainer-facing entry point for Protocol5.com site, host, publish, and smoke-test work.
## Current Site Contract
Protocol5.com is the parent public brand for three sibling areas:
- Mathematics: exact arithmetic, variable-base tools, Radix 63404, and preserved Prime/Fibonacci references.
- UAI Protocols: official Protocol5 UAI-1 for .NET implementation guidance, package downloads, samples, API notes, workbench routes, compatibility notes, and support for .NET developers implementing UAI.
- The Iota Protocol: JustAnIota IOTA-1 (ɩ≃1) approximate public-symbol semantic conversion under `/Protocols/Iota`, with the English ⇄ ɩ≃1 language converter at `/Protocols/Iota/language-converter`.
UAIX.org remains authoritative for the UAI standard, schemas, validator, registry, governance, roadmap, changelog, and public conformance records.
## Architecture
- `Protocol5.com.Host` is the ASP.NET Core host.
- `Protocol5.com/SiteContent` is the public static content root.
- `NS12.Calculator` is the Blazor WebAssembly calculator, converter, and encryption shell.
- `Protocol5.UAI.CSharp` is the .NET implementation package.
- `Publish-Protocol5.ps1` stages publish output and preserves generated compatibility trees.
## Frozen Generated Routes
Do not edit, move, restyle, wrap, regenerate, reformat, minify, or template files under:
- `Protocol5.com/SiteContent/Prime/**`
- `Protocol5.com/SiteContent/Fibonacci/**`
Modern overview pages for those references live outside the frozen trees:
- `/Math/prime-references`
- `/Math/fibonacci-references`
Run this guard before PR handoff for site work:
```powershell
powershell -ExecutionPolicy Bypass -File tools\check-frozen-generated-assets.ps1
```
## Publish Flow
Use `Publish-Protocol5.ps1` as a staging step. It defaults to stage-only mode and writes a comparison report. Do not treat a clean publish directory as the whole live site, because production has generated Prime/Fibonacci content that is larger than the repository copy.
```powershell
powershell -ExecutionPolicy Bypass -File .\Publish-Protocol5.ps1
```
Only use `-ApplyToPublishRoot` after reviewing the staging report and confirming the preserve source for generated compatibility content.
## Targeted Validation
For this modernization slice, run:
```powershell
powershell -ExecutionPolicy Bypass -File tools\check-frozen-generated-assets.ps1
powershell -ExecutionPolicy Bypass -File tools\check-no-public-http-links.ps1
powershell -ExecutionPolicy Bypass -File tools\check-empty-links.ps1
powershell -ExecutionPolicy Bypass -File tools\check-protocol5-route-contract.ps1
dotnet restore PrecisionCalculator.sln
dotnet build PrecisionCalculator.sln -c Debug /p:SkipProtocol5TranslationValidation=true
dotnet test NS12.VariableBase.Mathematics.Providers.Tests\NS12.VariableBase.Mathematics.Providers.Tests.csproj
dotnet test Protocol5.UAI.CSharp.Tests\Protocol5.UAI.CSharp.Tests.csproj
```
Run hosted smoke tests against a running host when route behavior changes:
```powershell
powershell -ExecutionPolicy Bypass -File tools\Smoke-TestProtocol5PublicPaths.ps1 -BaseUrl http://127.0.0.1:5000
```
## Reading Path
- `AGENTS.md` and `readme.human` for current AI/human handoff rules.
- `docs/protocol5-uai-dotnet-hub-modernization.md` for the architecture decision.
- `Protocol5.com.Host/Program.cs` for route mappings.
- `Protocol5.com/README.md` for content ownership.
- `Protocol5.UAI.CSharp/README.md` and `docs/package-usage.md` for package integration.
Why This File Exists
This is a source file from protocol5.com. 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 is a focused source unit. Its path, headings, and metadata give an agent a retrieval handle that is smaller than loading the entire site or repository.
Structure
The file is structured around these visible headings: Protocol5 Site Operations; Current Site Contract; Architecture; Frozen Generated Routes; Publish Flow; Targeted Validation; Reading Path. 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
- Source overview
- Site file index
- Site report index
- UAI system index
- Source provenance
- Site directory
- Organization reports
Provenance And History
- Current observation:
2026-06-22T01:56:21.9510185Z - Source origin:
current-source-workspace - Retrieval method:
local-source-workspace - Duplicate group:
sfg-944(primary) - Historical hash records are stored in
data/hashes/source-file-history.jsonl.
Machine-Readable Metadata
{
"title": "Protocol5 Site Operations",
"source_site": "protocol5.com",
"source_url": "https://protocol5.com/",
"canonical_url": "https://aiwikis.org/protocol5/files/docs-protocol5-site-operations-md-c39cbfef/",
"source_reference": "docs/protocol5-site-operations.md",
"file_type": "md",
"content_category": "guide",
"content_hash": "sha256:c39cbfef96fb816a315ac6d47657372f9498d15c550720538d7e8130bdcfbed7",
"last_fetched": "2026-06-22T01:56:21.9510185Z",
"last_changed": "2026-05-08T01:27:33.0391850Z",
"import_status": "unchanged",
"duplicate_group_id": "sfg-944",
"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.
- Protocol5.com Protocol5.com source-system overview for transparent AIWikis memory demonstration.
- Protocol5.com Source Memory Guide AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
- Protocol5.com Files Site-scoped current-source file index for Protocol5.com.