Skip to content

Commit 4d54f4c

Browse files
author
supermodel-bot
committed
Deploy arch-docs for jonathanpopham/ghostie
1 parent 868275a commit 4d54f4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+611
-611
lines changed

site/jonathanpopham/ghostie/all/index.html

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

site/jonathanpopham/ghostie/domain-cloudsync.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet">
1212

1313
<title>CloudSync Domain — ghostie Architecture | ghostie Architecture Docs</title>
14-
<meta name="description" content="Handles the synchronization orchestration and cloud backend communication for memory persistence. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.">
14+
<meta name="description" content="Manages the multi-device synchronization and persistence of AI memory states using cloud providers. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.">
1515
<link rel="canonical" href="https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-cloudsync/">
1616
<meta property="og:title" content="CloudSync Domain — ghostie Architecture — ghostie Architecture Docs">
17-
<meta property="og:description" content="Handles the synchronization orchestration and cloud backend communication for memory persistence. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.">
17+
<meta property="og:description" content="Manages the multi-device synchronization and persistence of AI memory states using cloud providers. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.">
1818
<meta property="og:url" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-cloudsync.html">
1919
<meta property="og:image" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-cloudsync.svg">
2020
<meta property="og:type" content="article">
2121
<meta property="og:site_name" content="ghostie Architecture Docs">
2222
<meta name="twitter:card" content="summary_large_image">
2323
<meta name="twitter:title" content="CloudSync Domain — ghostie Architecture — ghostie Architecture Docs">
24-
<meta name="twitter:description" content="Handles the synchronization orchestration and cloud backend communication for memory persistence. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.">
24+
<meta name="twitter:description" content="Manages the multi-device synchronization and persistence of AI memory states using cloud providers. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.">
2525
<meta name="twitter:image" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-cloudsync.svg">
2626

2727
<style>:root {
@@ -855,9 +855,9 @@
855855
.hero-stat .num { font-size: 18px; }
856856
}
857857
</style>
858-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Handles the synchronization orchestration and cloud backend communication for memory persistence. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-cloudsync.svg"],"name":"CloudSync Domain — ghostie Architecture","url":"https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-cloudsync.html"}</script>
858+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Manages the multi-device synchronization and persistence of AI memory states using cloud providers. Architectural overview of the CloudSync domain in the ghostie codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-cloudsync.svg"],"name":"CloudSync Domain — ghostie Architecture","url":"https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-cloudsync.html"}</script>
859859
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/jonathanpopham/ghostie/","name":"Home","position":1},{"@type":"ListItem","name":"CloudSync Domain — ghostie Architecture","position":2}]}</script>
860-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The CloudSync domain is an architectural grouping in the ghostie codebase. Handles the synchronization orchestration and cloud backend communication for memory persistence. It contains 0 source files."},"name":"What is the CloudSync domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The CloudSync domain contains 1 subdomain(s): SyncOrchestration."},"name":"What subdomains are in CloudSync?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The CloudSync domain contains 0 source files."},"name":"How many files are in CloudSync?"}]}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The CloudSync domain is an architectural grouping in the ghostie codebase. Manages the multi-device synchronization and persistence of AI memory states using cloud providers. It contains 0 source files."},"name":"What is the CloudSync domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The CloudSync domain contains 1 subdomain(s): SyncManager."},"name":"What subdomains are in CloudSync?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The CloudSync domain contains 0 source files."},"name":"How many files are in CloudSync?"}]}</script>
861861
</head>
862862
<body>
863863
<script>var __basePath = (function() { try { return new URL("https:\/\/repos.supermodeltools.com\/jonathanpopham\/ghostie").pathname.replace(/\/$/, ""); } catch(e) { return ""; } })();</script>
@@ -927,7 +927,7 @@ <h1 class="entity-title">CloudSync Domain — ghostie Architecture</h1>
927927

928928

929929
<div class="entity-summary">
930-
<p>Handles the synchronization orchestration and cloud backend communication for memory persistence.</p>
930+
<p>Manages the multi-device synchronization and persistence of AI memory states using cloud providers.</p>
931931
</div>
932932

933933
</div>
@@ -949,8 +949,8 @@ <h3>Entity Profile</h3>
949949
<h3>Dependency Diagram</h3>
950950
<pre class="mermaid">graph TD
951951
domain_CloudSync["CloudSync"]
952-
subdomain_CloudSync_SyncOrchestration["SyncOrchestration"]
953-
domain_CloudSync --> subdomain_CloudSync_SyncOrchestration
952+
subdomain_CloudSync_SyncManager["SyncManager"]
953+
domain_CloudSync --> subdomain_CloudSync_SyncManager
954954
style domain_CloudSync fill:#6366f1,stroke:#818cf8,color:#fff</pre>
955955
</div>
956956

@@ -959,7 +959,7 @@ <h3>Dependency Diagram</h3>
959959
<div class="visuals-cell force-graph-container">
960960
<h3>Relationship Graph</h3>
961961
<div id="force-graph" data-center="domain-cloudsync"></div>
962-
<script type="application/json" id="graph-data">{"nodes":[{"id":"domain:CloudSync","label":"CloudSync","type":"Domain","slug":"domain-cloudsync"},{"id":"subdomain:CloudSync:SyncOrchestration","label":"SyncOrchestration","type":"Subdomain","slug":"subdomain-syncorchestration"}],"edges":[{"source":"domain:CloudSync","target":"subdomain:CloudSync:SyncOrchestration","type":"contains"}]}</script>
962+
<script type="application/json" id="graph-data">{"nodes":[{"id":"domain:CloudSync","label":"CloudSync","type":"Domain","slug":"domain-cloudsync"},{"id":"subdomain:CloudSync:SyncManager","label":"SyncManager","type":"Subdomain","slug":"subdomain-syncmanager"}],"edges":[{"source":"domain:CloudSync","target":"subdomain:CloudSync:SyncManager","type":"contains"}]}</script>
963963
<noscript><p class="text-muted">Enable JavaScript to view the interactive relationship graph.</p></noscript>
964964
</div>
965965

@@ -977,7 +977,7 @@ <h3>Relationship Graph</h3>
977977

978978
<div class="entity-section">
979979
<h2>Subdomains</h2>
980-
<ul><li><a href="/jonathanpopham/ghostie/subdomain-syncorchestration.html">SyncOrchestration</a></li></ul>
980+
<ul><li><a href="/jonathanpopham/ghostie/subdomain-syncmanager.html">SyncManager</a></li></ul>
981981
</div>
982982

983983

@@ -1013,12 +1013,12 @@ <h2>Frequently Asked Questions</h2>
10131013

10141014
<details class="faq-item">
10151015
<summary class="faq-question">What is the CloudSync domain?</summary>
1016-
<div class="faq-answer">The CloudSync domain is an architectural grouping in the ghostie codebase. Handles the synchronization orchestration and cloud backend communication for memory persistence. It contains 0 source files.</div>
1016+
<div class="faq-answer">The CloudSync domain is an architectural grouping in the ghostie codebase. Manages the multi-device synchronization and persistence of AI memory states using cloud providers. It contains 0 source files.</div>
10171017
</details>
10181018

10191019
<details class="faq-item">
10201020
<summary class="faq-question">What subdomains are in CloudSync?</summary>
1021-
<div class="faq-answer">The CloudSync domain contains 1 subdomain(s): SyncOrchestration.</div>
1021+
<div class="faq-answer">The CloudSync domain contains 1 subdomain(s): SyncManager.</div>
10221022
</details>
10231023

10241024
<details class="faq-item">

site/jonathanpopham/ghostie/domain-ghostiecore.html renamed to site/jonathanpopham/ghostie/domain-securityservice.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet">
1212

13-
<title>GhostieCore Domain — ghostie Architecture | ghostie Architecture Docs</title>
14-
<meta name="description" content="The primary CLI application and personality loader for the AI environment. Architectural overview of the GhostieCore domain in the ghostie codebase. Contains 0 source files.">
15-
<link rel="canonical" href="https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-ghostiecore/">
16-
<meta property="og:title" content="GhostieCore Domain — ghostie Architecture — ghostie Architecture Docs">
17-
<meta property="og:description" content="The primary CLI application and personality loader for the AI environment. Architectural overview of the GhostieCore domain in the ghostie codebase. Contains 0 source files.">
18-
<meta property="og:url" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-ghostiecore.html">
19-
<meta property="og:image" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-ghostiecore.svg">
13+
<title>SecurityService Domain — ghostie Architecture | ghostie Architecture Docs</title>
14+
<meta name="description" content="Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage. Architectural overview of the SecurityService domain in the ghostie codebase. Contains 0 source files.">
15+
<link rel="canonical" href="https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-securityservice/">
16+
<meta property="og:title" content="SecurityService Domain — ghostie Architecture — ghostie Architecture Docs">
17+
<meta property="og:description" content="Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage. Architectural overview of the SecurityService domain in the ghostie codebase. Contains 0 source files.">
18+
<meta property="og:url" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-securityservice.html">
19+
<meta property="og:image" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-securityservice.svg">
2020
<meta property="og:type" content="article">
2121
<meta property="og:site_name" content="ghostie Architecture Docs">
2222
<meta name="twitter:card" content="summary_large_image">
23-
<meta name="twitter:title" content="GhostieCore Domain — ghostie Architecture — ghostie Architecture Docs">
24-
<meta name="twitter:description" content="The primary CLI application and personality loader for the AI environment. Architectural overview of the GhostieCore domain in the ghostie codebase. Contains 0 source files.">
25-
<meta name="twitter:image" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-ghostiecore.svg">
23+
<meta name="twitter:title" content="SecurityService Domain — ghostie Architecture — ghostie Architecture Docs">
24+
<meta name="twitter:description" content="Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage. Architectural overview of the SecurityService domain in the ghostie codebase. Contains 0 source files.">
25+
<meta name="twitter:image" content="https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-securityservice.svg">
2626

2727
<style>:root {
2828
--bg: #000000;
@@ -855,9 +855,9 @@
855855
.hero-stat .num { font-size: 18px; }
856856
}
857857
</style>
858-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"The primary CLI application and personality loader for the AI environment. Architectural overview of the GhostieCore domain in the ghostie codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-ghostiecore.svg"],"name":"GhostieCore Domain — ghostie Architecture","url":"https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-ghostiecore.html"}</script>
859-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/jonathanpopham/ghostie/","name":"Home","position":1},{"@type":"ListItem","name":"GhostieCore Domain — ghostie Architecture","position":2}]}</script>
860-
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The GhostieCore domain is an architectural grouping in the ghostie codebase. The primary CLI application and personality loader for the AI environment. It contains 0 source files."},"name":"What is the GhostieCore domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The GhostieCore domain contains 0 source files."},"name":"How many files are in GhostieCore?"}]}</script>
858+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"Recipe","datePublished":"2025-01-01","description":"Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage. Architectural overview of the SecurityService domain in the ghostie codebase. Contains 0 source files.","image":["https://repos.supermodeltools.com/jonathanpopham/ghostie/images/share/domain-securityservice.svg"],"name":"SecurityService Domain — ghostie Architecture","url":"https://repos.supermodeltools.com/jonathanpopham/ghostie/domain-securityservice.html"}</script>
859+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","item":"https://repos.supermodeltools.com/jonathanpopham/ghostie/","name":"Home","position":1},{"@type":"ListItem","name":"SecurityService Domain — ghostie Architecture","position":2}]}</script>
860+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The SecurityService domain is an architectural grouping in the ghostie codebase. Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage. It contains 0 source files."},"name":"What is the SecurityService domain?"},{"@type":"Question","acceptedAnswer":{"@type":"Answer","text":"The SecurityService domain contains 0 source files."},"name":"How many files are in SecurityService?"}]}</script>
861861
</head>
862862
<body>
863863
<script>var __basePath = (function() { try { return new URL("https:\/\/repos.supermodeltools.com\/jonathanpopham\/ghostie").pathname.replace(/\/$/, ""); } catch(e) { return ""; } })();</script>
@@ -906,15 +906,15 @@
906906
<a href="/jonathanpopham/ghostie/">Home</a>
907907
<span class="sep">/</span>
908908
<a href="/jonathanpopham/ghostie/node_type/domain.html">Domain</a><span class="sep">/</span>
909-
<span>GhostieCore Domain — ghostie Architecture</span>
909+
<span>SecurityService Domain — ghostie Architecture</span>
910910
</div>
911-
<h1 class="entity-title">GhostieCore Domain — ghostie Architecture</h1>
911+
<h1 class="entity-title">SecurityService Domain — ghostie Architecture</h1>
912912

913913

914914
<div class="entity-meta">
915915
<a href="/jonathanpopham/ghostie/node_type/domain.html" class="pill pill-accent">Domain</a>
916916

917-
<a href="/jonathanpopham/ghostie/domain/ghostiecore.html" class="pill pill-green">GhostieCore</a>
917+
<a href="/jonathanpopham/ghostie/domain/securityservice.html" class="pill pill-green">SecurityService</a>
918918

919919

920920

@@ -927,7 +927,7 @@ <h1 class="entity-title">GhostieCore Domain — ghostie Architecture</h1>
927927

928928

929929
<div class="entity-summary">
930-
<p>The primary CLI application and personality loader for the AI environment.</p>
930+
<p>Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage.</p>
931931
</div>
932932

933933
</div>
@@ -979,13 +979,13 @@ <h3>Entity Profile</h3>
979979
<h2>Frequently Asked Questions</h2>
980980

981981
<details class="faq-item">
982-
<summary class="faq-question">What is the GhostieCore domain?</summary>
983-
<div class="faq-answer">The GhostieCore domain is an architectural grouping in the ghostie codebase. The primary CLI application and personality loader for the AI environment. It contains 0 source files.</div>
982+
<summary class="faq-question">What is the SecurityService domain?</summary>
983+
<div class="faq-answer">The SecurityService domain is an architectural grouping in the ghostie codebase. Provides cryptographic layers to ensure that sensitive AI personality and memory data are protected during transit and storage. It contains 0 source files.</div>
984984
</details>
985985

986986
<details class="faq-item">
987-
<summary class="faq-question">How many files are in GhostieCore?</summary>
988-
<div class="faq-answer">The GhostieCore domain contains 0 source files.</div>
987+
<summary class="faq-question">How many files are in SecurityService?</summary>
988+
<div class="faq-answer">The SecurityService domain contains 0 source files.</div>
989989
</details>
990990

991991
</div>

0 commit comments

Comments
 (0)