## Description Create the foundational Rails engine structure for ActivePrompt within the activeagent gem. ## Tasks - [ ] Create lib/active_prompt.rb main module file - [ ] Create lib/active_prompt/engine.rb with Rails engine configuration - [ ] Create lib/active_prompt/version.rb - [ ] Setup engine namespace and isolation - [ ] Configure asset pipeline for the engine ## Acceptance Criteria - Engine loads without errors - Can be required in a Rails application - Namespace isolation works correctly
Description
Create the foundational Rails engine structure for ActivePrompt within the activeagent gem.
Tasks
Acceptance Criteria