fix: update mokostandards xmlns to point to MokoStandards-API repo

Schema documentation lives alongside the API implementation.
Updated namespace URI in spec docs, XSD schema, PHP parser,
XML template, and self-referencing .mokostandards manifest.

Old: https://standards.mokoconsulting.tech/mokostandards/1.0
New: https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Miller
2026-05-05 14:44:17 -05:00
parent fe38765d03
commit 46a87d2a98
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ use SimpleXMLElement;
class MokoStandardsParser
{
public const SCHEMA_VERSION = '1.0';
public const NAMESPACE_URI = 'https://standards.mokoconsulting.tech/mokostandards/1.0';
public const NAMESPACE_URI = 'https://git.mokoconsulting.tech/MokoConsulting/MokoStandards-API';
public const STANDARDS_SOURCE = 'https://git.mokoconsulting.tech/MokoConsulting/MokoStandards';
/** Valid platform slugs — must match definitions/default/*.tf filenames. */