-
Notifications
You must be signed in to change notification settings - Fork 0
TypeScript ecosystem: add fixture matrix, rule coverage, docs, examples, and Wiki updates #103
Copy link
Copy link
Open
Labels
area:docsRepository documentationRepository documentationarea:examplesExample apps and usage recipesExample apps and usage recipesarea:fixturesFixture matrix and snapshot coverageFixture matrix and snapshot coveragearea:wikiGitHub Wiki content and maintenanceGitHub Wiki content and maintenancedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestphase:7-ecosystem-expansionPost-v1 framework, ORM, and ecosystem expansionPost-v1 framework, ORM, and ecosystem expansionpriority:p2Needed for polish, adoption, or release readinessNeeded for polish, adoption, or release readinesssize:xlExtra-large implementation sliceExtra-large implementation slicestack:typescriptTypeScript, JavaScript, or TS ecosystem supportTypeScript, JavaScript, or TS ecosystem support
Description
Metadata
Metadata
Assignees
Labels
area:docsRepository documentationRepository documentationarea:examplesExample apps and usage recipesExample apps and usage recipesarea:fixturesFixture matrix and snapshot coverageFixture matrix and snapshot coveragearea:wikiGitHub Wiki content and maintenanceGitHub Wiki content and maintenancedocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestphase:7-ecosystem-expansionPost-v1 framework, ORM, and ecosystem expansionPost-v1 framework, ORM, and ecosystem expansionpriority:p2Needed for polish, adoption, or release readinessNeeded for polish, adoption, or release readinesssize:xlExtra-large implementation sliceExtra-large implementation slicestack:typescriptTypeScript, JavaScript, or TS ecosystem supportTypeScript, JavaScript, or TS ecosystem support
Parent
Part of #89.
Context
Expanded TypeScript framework and ORM support should be fixture-backed and documented. This issue tracks cross-cutting validation and public-facing docs for the TypeScript ecosystem expansion.
Scope
safe/andunsafe/cases where appropriate:nestjs_typeormnestjs_mongoosefastify_drizzlehono_kyselykoa_knexadonis_lucidremix_drizzle_or_prismasveltekit_drizzle_or_mongodbtrpc_typeorm_or_drizzlegraphql_mongoose_or_sqlINV001-INV008andHINT001-HINT006scenarios have TypeScript expansion fixture coverage.docs/, config schema docs, testing fixture docs, examples, and Wiki pages for expanded TypeScript support.Acceptance Criteria
.rulepath.yml, scan output, CI/baseline use, and suppression guidance.Test Plan
crates/rulepath_cli/testsor a TypeScript-specific integration test file.cargo fmt --all -- --check,cargo clippy --locked --workspace --all-targets,cargo test --locked --workspace, andcargo build --locked --workspace.