Wiki Schema

Pluronymous LLC — bidirectional structured substrate, agent-agent and human-agent interaction protocols, product-market fit demonstration. Covers the technical stack, the agent ecosystem HermQube + 3

Wiki Schema

Domain

Pluronymous LLC — bidirectional structured substrate, agent-agent and human-agent interaction protocols, product-market fit demonstration. Covers the technical stack, the agent ecosystem (HermQube + 3 MKCTP), the substrate architecture, and related research.

Conventions

  • File names: lowercase, hyphens, no spaces (e.g., bidirectional-structured-substrate.md)
  • Every wiki page starts with YAML frontmatter (see Frontmatter section below)
  • Use [[wikilinks]] to link between pages (minimum 2 outbound links per page)
  • When updating a page, always bump the updated date
  • Every new page must be added to index.md under the correct section
  • Every action must be appended to log.md
  • Provenance markers: On pages that synthesize 3+ sources, append ^[raw/articles/source-file.md] at the end of paragraphs whose claims come from a specific source.

Frontmatter

---
title: Page Title
created: YYYY-MM-DD
updated: YYYY-MM-DD
type: entity | concept | comparison | query | summary
tags: [from taxonomy below]
sources: [raw/articles/source-name.md]
# Optional quality signals:
confidence: high | medium | low
contested: true
contradictions: [other-page-slug]
---

raw/ Frontmatter

---
source_url: https://example.com/article
ingested: YYYY-MM-DD
sha256: <hex digest of the body after the closing --->
---

Tag Taxonomy

Agent System

  • agent, hermqube, mkctp, operator, multi-agent, agent-protocol

Architecture

  • substrate, bidirectional, protocol, schema, data-model, interface

Technology

  • rust, web, tui, gui, websocket, wasm, backend, frontend

Product

  • product-market-fit, deployment, demo, overlay, chatroom, streaming

Research

  • paper, benchmark, survey, comparison, pattern, anti-pattern

People & Orgs

  • person, company, lab, open-source

Meta

  • comparison, timeline, controversy, prediction, todo, decision

Rule: every tag on a page must appear in this taxonomy. If a new tag is needed, add it here first, then use it.

Page Thresholds

  • Create a page when an entity/concept appears in 2+ sources OR is central to one source
  • Add to existing page when a source mentions something already covered
  • DON’T create a page for passing mentions, minor details, or things outside the domain
  • Split a page when it exceeds ~200 lines
  • Archive a page when fully superseded — move to _archive/, remove from index

Entity Pages

One page per notable entity (agent, product, org, model, tool). Include:

  • Overview / what it is
  • Key facts and dates
  • Relationships to other entities ([[wikilinks]])
  • Source references

Concept Pages

One page per concept or topic. Include:

  • Definition / explanation
  • Current state of knowledge
  • Open questions or debates
  • Related concepts ([[wikilinks]])

Comparison Pages

Side-by-side analyses. Include:

  • What is being compared and why
  • Dimensions of comparison (table format preferred)
  • Verdict or synthesis
  • Sources

Update Policy

When new information conflicts with existing content:

  1. Check dates — newer sources generally supersede older ones
  2. If genuinely contradictory, note both positions with dates and sources
  3. Mark the contradiction in frontmatter: contradictions: [page-name]
  4. Flag for user review in the lint report

Write a comment