Skip to content

Commit e7d7548

Browse files
committed
New scripts and updates to instructions to remove references and delete readmes
1 parent b9c23bd commit e7d7548

34 files changed

+461
-3853
lines changed

.devcontainer/README.md

Lines changed: 0 additions & 204 deletions
This file was deleted.

.github/instructions/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/instructions/_index.instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ tags:
1414
applyTo: '**'
1515
domain: meta
1616
stability: stable
17-
references:
18-
- ../custom-instructions.md
1917
---
2018
# Master Instructions Index
2119

.github/instructions/copilot-ai-agent.instructions.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,7 @@ logs/agents/YYYY-MM-DD-generate-theme-agent.log
407407
"errors": 0,
408408
"warnings": 0
409409
},
410-
"artifacts": [
411-
"output-theme/",
412-
"output-theme/style.css",
413-
"output-theme/functions.php",
414-
"output-theme/theme.json"
415-
],
410+
"artifacts": ["output-theme/", "output-theme/style.css", "output-theme/functions.php", "output-theme/theme.json"],
416411
"config": {
417412
"theme_slug": "my-awesome-theme",
418413
"theme_name": "My Awesome Theme",
@@ -595,14 +590,6 @@ npm run lint -- --verbose
595590

596591
---
597592

598-
## Version History
599-
600-
| Date | Change |
601-
| ---------- | ---------------------------------------- |
602-
| 2025-12-07 | Initial AI agent instructions |
603-
| 2025-12-07 | Added logging and reporting guidance |
604-
| 2025-12-07 | Integrated with governance documentation |
605-
606593
## Examples
607594

608595
- Logging template in "Logging & Reporting" shows the required lifecycle messages with `FileLogger`.

0 commit comments

Comments
 (0)