Structured CLI-based Task Grid Simulator
Spreadsheet-inspired execution panel built with Node.js.
Deschel (Descheduler Engine) is a grid-based CLI task simulation system designed with a spreadsheet-style interface.
The system allows users to:
- Create scheduled tasks
- Simulate execution cycles
- Track run counters
- Remove tasks dynamically
- Visualize everything in a structured table layout
This implementation enhances the forked architecture with a clean grid-based dashboard panel and execution preview.
- 📊 Excel-style grid layout (box-based table UI)
- 🧠 Dynamic task simulation
- 🔁 Run counter tracking
- ➕ Add & remove tasks
- ⚡ Lightweight CLI engine
- 🧱 Structured column formatting
- 📸 Execution proof included
cmd: add | tick | remove | exit
Add a new task to the grid.
Simulate execution cycle (increase run counters).
Remove a task by ID.
Shutdown Deschel engine.
Grid-based execution preview of the Descheduler Engine.
deschel/
│
├── index.js
├── package.json
├── proof/
│ └── dashboard-panel.jpg
├── README.md
└── SKILL.md
Clone repository:
git clone <your-fork-url>
cd deschel
Install dependencies:
npm install
Run:
node index.js
- add → task1 → 5
- add → task2 → 10
- tick
- tick
- remove → 1
- exit
Grid updates dynamically after every command.
- Table-based CLI renderer
- In-memory task state management
- Command-driven execution loop
- Structured console formatting
trac1zurka75dcdu2an46wknv236j3f9clpsk49yn8yrwv56u0jsr5jjqeczlm4
This repository is a customized fork implementation with enhanced UI rendering and structured execution dashboard.
Active fork with custom grid engine and execution preview proof included.
MIT License
Copyright (c) 2026 Deschel Grid Engine
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
Any substantial modification, redistribution, or fork of this project must include proper attribution to the original repository and author.
-
This software is provided for educational, experimental, and development purposes. It is not intended for production-grade scheduling systems unless independently audited and verified.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
