diff --git a/flight/Engine.php b/src/Engine.php similarity index 100% rename from flight/Engine.php rename to src/Engine.php diff --git a/flight/Flight.php b/src/Flight.php similarity index 100% rename from flight/Flight.php rename to src/Flight.php diff --git a/flight/autoload.php b/src/autoload.php similarity index 100% rename from flight/autoload.php rename to src/autoload.php diff --git a/flight/commands/AiGenerateInstructionsCommand.php b/src/commands/AiGenerateInstructionsCommand.php similarity index 100% rename from flight/commands/AiGenerateInstructionsCommand.php rename to src/commands/AiGenerateInstructionsCommand.php diff --git a/flight/commands/AiInitCommand.php b/src/commands/AiInitCommand.php similarity index 100% rename from flight/commands/AiInitCommand.php rename to src/commands/AiInitCommand.php diff --git a/flight/commands/ControllerCommand.php b/src/commands/ControllerCommand.php similarity index 100% rename from flight/commands/ControllerCommand.php rename to src/commands/ControllerCommand.php diff --git a/flight/commands/RouteCommand.php b/src/commands/RouteCommand.php similarity index 100% rename from flight/commands/RouteCommand.php rename to src/commands/RouteCommand.php diff --git a/flight/core/Dispatcher.php b/src/core/Dispatcher.php similarity index 100% rename from flight/core/Dispatcher.php rename to src/core/Dispatcher.php diff --git a/flight/core/EventDispatcher.php b/src/core/EventDispatcher.php similarity index 100% rename from flight/core/EventDispatcher.php rename to src/core/EventDispatcher.php diff --git a/flight/core/Loader.php b/src/core/Loader.php similarity index 100% rename from flight/core/Loader.php rename to src/core/Loader.php diff --git a/flight/database/PdoWrapper.php b/src/database/PdoWrapper.php similarity index 100% rename from flight/database/PdoWrapper.php rename to src/database/PdoWrapper.php diff --git a/flight/database/SimplePdo.php b/src/database/SimplePdo.php similarity index 100% rename from flight/database/SimplePdo.php rename to src/database/SimplePdo.php diff --git a/flight/net/Request.php b/src/net/Request.php similarity index 100% rename from flight/net/Request.php rename to src/net/Request.php diff --git a/flight/net/Response.php b/src/net/Response.php similarity index 100% rename from flight/net/Response.php rename to src/net/Response.php diff --git a/flight/net/Route.php b/src/net/Route.php similarity index 100% rename from flight/net/Route.php rename to src/net/Route.php diff --git a/flight/net/Router.php b/src/net/Router.php similarity index 100% rename from flight/net/Router.php rename to src/net/Router.php diff --git a/flight/net/UploadedFile.php b/src/net/UploadedFile.php similarity index 100% rename from flight/net/UploadedFile.php rename to src/net/UploadedFile.php diff --git a/flight/template/View.php b/src/template/View.php similarity index 100% rename from flight/template/View.php rename to src/template/View.php diff --git a/flight/util/Collection.php b/src/util/Collection.php similarity index 100% rename from flight/util/Collection.php rename to src/util/Collection.php diff --git a/flight/util/Json.php b/src/util/Json.php similarity index 100% rename from flight/util/Json.php rename to src/util/Json.php diff --git a/flight/util/ReturnTypeWillChange.php b/src/util/ReturnTypeWillChange.php similarity index 100% rename from flight/util/ReturnTypeWillChange.php rename to src/util/ReturnTypeWillChange.php