Version 0

MortelOS Dev Tools

Developer tooling for MortelOS package decisions and governance checks.

mortelos/dev-tools provides developer tooling for package-ready feature decisions.

Use It For

Area Package responsibility
Decision logging Record whether a feature is package-now, package-ready or workspace-only.
Governance checks Validate package decision logs locally or in CI.
Workflow support Keep package boundaries explicit before implementation starts.

Install

composer require mortelos/dev-tools --dev

Commands

php artisan mortelos:package-decision "Customer Portal" \
  --decision=package-ready \
  --surface=mortelos/customer-portal \
  --reason="Reusable shell with customer-specific tenant policy and branding."

php artisan mortelos:package-decisions:check --require-reason

Boundaries

Use this package for development workflow and governance. It does not own runtime portal behavior.