inti project

This commit is contained in:
root
2026-05-29 04:33:03 -04:00
commit cdeab1796f
699 changed files with 20516 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"scripts": {
"test:architecture": "php artisan test tests/Architecture",
"architecture:scan": "php artisan app:architecture-scan",
"route:inventory": "php artisan api:route-inventory --markdown",
"route:inventory:check": "php artisan app:route-inventory-check",
"dependency:map": "php artisan app:dependency-map --markdown",
"docs:coverage": "php artisan app:docs-coverage",
"release:gate": [
"@test:architecture",
"@architecture:scan",
"@route:inventory",
"@route:inventory:check",
"@dependency:map",
"@docs:coverage"
]
}
}