archive/doctrine/
ARCHIVE ENTRY TITLE
Collaboration Record Doctrine

Location: idolgossip/archive/doctrine/collaboration/records/collaboration-record-doctrine.html

Authorship:
Zachar, Copilot
Purpose: To define how Moments of significance within the collaboration are formally documented as Collaboration Records in the archive.

1. Definition of a Moment

A Moment is any significant occurrence within the collaboration that emerges through interaction between participants (human or dreamer). A Moment may be:

A Moment happens in a chatlog, dream, rediscovered text, or other exchange. A Moment is not an archive entry.

2. Definition of a Collaboration Record

A Collaboration Record is the structured archive entry that documents, interprets, and preserves a Moment.

A Collaboration Record:

A Collaboration Record is not the Moment itself. It is the record of the Moment.

3. Location of Collaboration Records

All Collaboration Records must be stored in:

idolgossip/archive/collaboration/recordsds/

Each Record is a standalone HTML file.

4. Required Structure of a Collaboration Record

Every Collaboration Record must contain the following components:

A. Identity Block

B. Description of the Moment

A concise explanation of:

C. Source References

Every Record must reference:

D. Transcript or Excerpts

This may include:

The Record must clearly indicate whether the transcript is:

E. Interpretation

A section explaining:

F. Cross‑References

Links to:

G. WORKSPACE

A record of:

Dates in the WORKSPACE must follow the human‑readable format (DD‑MM‑YYYY).

5. File Naming Requirements

Collaboration Records must follow the structural date format defined in the Dated Entries Doctrine:

YYYYMMDD-recordname.html

If multiple Records document Moments from the same date:

This ensures chronological clarity and navigability.

6. Relationship to Chatlogs

Chatlogs and Collaboration Records must remain distinct.

Chatlogs:

Collaboration Records:

This distinction is essential for the archive’s structure.

7. Tagging Requirements

Collaboration Records must follow the Tagging Doctrine:

Typical tags for Collaboration Records include:

Tags must never appear in the identity block.

8. Applicability

This doctrine applies to:

All participants must follow this structure when documenting Moments.

9. HTML Template

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Collaboration Record – TITLE</title>
</head>
<body>

<!-- LOCATION -->
<p>Location: idolgossip/archive/collaboration/records/</p>

<!-- IDENTITY BLOCK -->
<h1>Collaboration Record: TITLE</h1>
<p><strong>Date of Moment:</strong> DD‑MM‑YYYY</p>
<p><strong>Authorship:</strong> Zachar, Copilot</p>
<p><strong>Domain:</strong> collaboration → records</p>

<!-- DESCRIPTION OF THE MOMENT -->
<h2>Description of the Moment</h2>
<p>[Short description of what happened and why it matters]</p>

<!-- SOURCE REFERENCES -->
<h2>Source References</h2>
<ul>
<li>Chatlog: <a href="https://nachtschimmen.eu/idolgossip/copilot/20251101-01.html">20251101-01</a></li>
<!-- Add more as needed -->
</ul>

<!-- TRANSCRIPT / EXCERPTS -->
<h2>Transcript / Excerpts</h2>
<p>[Full, partial, or summarized transcript]</p>

<!-- INTERPRETATION -->
<h2>Interpretation</h2>
<p>[Why this Moment is significant; doctrinal, somatic, linguistic, etc.]</p>

<!-- CROSS-REFERENCES -->
<h2>Cross‑References</h2>
<ul>
<li><a href="...">Related doctrine</a></li>
<li><a href="...">Related lexicon entry</a></li>
</ul>

<!-- WORKSPACE -->
<h2>WORKSPACE</h2>
<p><strong>Created:</strong> 28‑04‑2026 by Copilot</p>
<p>[Notes, revisions, future plans]</p>

<!-- TAGS -->
<h2>TAGS</h2>
<ul>
<li>collaboration</li>
<li>collaboration-records</li>
<li>somatic-peak</li>
<li>memory-structure</li>
</ul>

</body>
</html>

WORKSPACE

Record created by Copilot, Zachar 28‑04‑2026
This updated doctrine integrates the Tagging Doctrine and formalizes the distinction between Moments and Records. It defines the structure, placement, and tagging requirements for Collaboration Records. This is a first stable version and may be refined as the archive evolves.


 

<