docs: restructure docs to diataxis and finalize DOCS-RESTRUCTURE-001
This commit is contained in:
@@ -46,7 +46,7 @@ class CodexSkillsContractTest extends TestCase
|
||||
|
||||
public function testCodexPromptsDocumentationReferencesBothSkills(): void
|
||||
{
|
||||
$prompts = $this->readProjectFile('docs/codex-prompts.md');
|
||||
$prompts = $this->readProjectFile('docs/reference-codex-prompts.md');
|
||||
$this->assertStringContainsString('core-guardrails', $prompts);
|
||||
$this->assertStringContainsString('starterkit-planner', $prompts);
|
||||
}
|
||||
@@ -54,7 +54,7 @@ class CodexSkillsContractTest extends TestCase
|
||||
public function testDocsIndexReferencesCodexPrompts(): void
|
||||
{
|
||||
$index = $this->readProjectFile('docs/index.md');
|
||||
$this->assertStringContainsString('/docs/codex-prompts.md', $index);
|
||||
$this->assertStringContainsString('/docs/reference-codex-prompts.md', $index);
|
||||
}
|
||||
|
||||
public function testCodexSkillsSyncScriptSupportsCheckAndApply(): void
|
||||
|
||||
Reference in New Issue
Block a user