Skip to content

Commit 0887065

Browse files
fix: remove spaces and colons from all remaining files for web compatibility
Renamed additional files across the codebase that contained spaces or colons (e.g., `UI Mockups.md` -> `UI-Mockups.md`, `CACM-ADK MVP...` -> `CACM-ADK-MVP...`) to use URL-safe hyphens. Updated all internal references across HTML, Markdown, JSON, and JS files to match the new paths. This ensures cross-platform compatibility (resolving Windows cloning issues with colons) and robust static routing for GitHub Pages. Co-authored-by: adamvangrover <200125393+adamvangrover@users.noreply.github.com>
1 parent 65d1163 commit 0887065

36 files changed

Lines changed: 298 additions & 298 deletions
File renamed without changes.

archive/index23.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Decision trees are used by agents to make decisions in a structured and transpar
231231

232232
Ontologies and schemas provide a way to define the semantic context of the data in the ADAM system. They allow agents to understand the meaning of the data and to reason about it in a more intelligent way.
233233

234-
### 3.1. `context_definition.jsonld` and `CACM:SaaS_DefaultRisk_v1.jsonld`
234+
### 3.1. `context_definition.jsonld` and `CACM-SaaS_DefaultRisk_v1.jsonld`
235235

236236
* **Purpose:** These files contain the ontologies and schemas for the ADAM system. They define the concepts, properties, and relationships that are used to represent the data in the system.
237237
* **Schema:** The ontologies and schemas are represented in JSON-LD format, which is a standard for representing linked data in JSON.

data/DATA_NAVIGATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ graph TD
2525
2626
subgraph Ontologies
2727
E[context_definition.jsonld]
28-
F[CACM:SaaS_DefaultRisk_v1.jsonld]
28+
F[CACM-SaaS_DefaultRisk_v1.jsonld]
2929
end
3030
3131
subgraph Core Data

data/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ <h1 class="mono" style="margin: 0; font-size: 1.2rem; color: var(--primary-color
232232
</li>
233233

234234
<li class="file-item">
235-
<a href="CACM:SaaS_DefaultRisk_v1.jsonld" style="display: flex; align-items: center; width: 100%; color: inherit; text-decoration: none;">
235+
<a href="CACM-SaaS_DefaultRisk_v1.jsonld" style="display: flex; align-items: center; width: 100%; color: inherit; text-decoration: none;">
236236
<span class="file-icon">📄</span>
237-
<span class="file-name">CACM:SaaS_DefaultRisk_v1.jsonld</span>
237+
<span class="file-name">CACM-SaaS_DefaultRisk_v1.jsonld</span>
238238

239239
</a>
240240
</li>

docs/Conceptual CACM-ADK System Architecture (Mermaid Syntax).md renamed to docs/Conceptual-CACM-ADK-System-Architecture-(Mermaid-Syntax).md

File renamed without changes.

docs/REQUIREMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ To reduce confusion and ensure that this document remains the single source of t
201201

202202
- `docs/architecture.md` (v19.0): The content of this document is outdated and has been superseded by the information in this requirements document and the `docs/SYSTEM_OVERVIEW.md`.
203203
- `CONTRIBUTING.md` (v17.0): The contribution guidelines should be updated to be version-agnostic and should be moved to a more prominent location, such as the root of the repository or the `docs` directory.
204-
- `UI Mockups.md` (v19.2): The UI/UX requirements in this document have been updated and incorporated into section 1.3 of this document.
204+
- `UI-Mockups.md` (v19.2): The UI/UX requirements in this document have been updated and incorporated into section 1.3 of this document.
205205

206206
By archiving these documents, we can ensure that all stakeholders are working from the most current and accurate information.

docs/archive/Adam v19.1 System Management and Optimization Guide.md renamed to docs/archive/Adam-v19.1-System-Management-and-Optimization-Guide.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)