refactor: eliminate duplicate control files and consolidate to capabilities/
- Removed duplicate control files from testdrive-jsui/static/js/controls/ - Removed duplicate control files from markitect/static/js/controls/ - Updated all references to point to capabilities/testdrive-jsui/js/controls/ - Fixed relative paths in test files and templates - Consolidated to single source of truth in capabilities directory - Updated plugin configuration and documentation references This eliminates confusion and ensures all systems use the most recent control implementations from the capabilities directory. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -128,7 +128,7 @@ The plugin supports various configuration options:
|
||||
## Extending the Plugin
|
||||
|
||||
### Adding New Controls
|
||||
1. Create new control in `static/js/controls/`
|
||||
1. Create new control in `../capabilities/testdrive-jsui/js/controls/`
|
||||
2. Extend `ControlBase` class
|
||||
3. Register in `main.js` initialization
|
||||
4. Add compass position (nw, ne, e, se, s, sw, w, nw)
|
||||
|
||||
Reference in New Issue
Block a user