inly-core/
├── src/ PHP backend
│ ├── Actions/ CoreAction base and built-in actions
│ ├── Models/ User, ValueStore, and base model traits
│ ├── Tables/ CoreTable, columns, and filters
│ ├── Pages/ CoreIndexPage, CoreShowPage, page helpers
│ ├── Properties/ Property types, SchemaDefinition, adapters
│ ├── Workflows/ Workflow base classes and traits
│ ├── Services/ AutoRegistration, and other services
│ └── Layouts/ Layout base classes and navigation
│
├── resources/
│ ├── js/core/ React components, hooks, and utilities
│ └── css/ Core stylesheet
│
├── stubs/laravel/ Files published to client projects
│ ├── app/ Application scaffolding (models, enums, helpers)
│ ├── .cursor/skills/ Agent skills for client projects
│ └── config/ Default config stubs
│
├── docs/ Mintlify documentation
├── tests/ Pest test suite (Orchestra Testbench)
└── bin/ release.sh and deploy-forge.sh