Is your code refactoring request related to a problem?
Portable schemas currently live under .github/schemas, which blurs the line between GitHub-native repo configuration and reusable plugin validation.
Parent epic: #283.
Describe the Refactoring / Review Task
Move only active, portable schemas into /.schemas and update schema references in docs, VS Code settings, and validators.
Use Case
Plugin, skill, agent, hook, workflow, and frontmatter schemas should be usable outside GitHub's special .github folder.
Acceptance Criteria
Is your code refactoring request related to a problem?
Portable schemas currently live under
.github/schemas, which blurs the line between GitHub-native repo configuration and reusable plugin validation.Parent epic: #283.
Describe the Refactoring / Review Task
Move only active, portable schemas into
/.schemasand update schema references in docs, VS Code settings, and validators.Use Case
Plugin, skill, agent, hook, workflow, and frontmatter schemas should be usable outside GitHub's special
.githubfolder.Acceptance Criteria
/.schemas.refactor/.