Skip to content

lordnek0/deschel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 DESCHEL – DESCHEDULER GRID ENGINE

Structured CLI-based Task Grid Simulator
Spreadsheet-inspired execution panel built with Node.js.


🚀 Overview

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.


✨ Features

  • 📊 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

🖥️ CLI Commands

cmd: add | tick | remove | exit

add

Add a new task to the grid.

tick

Simulate execution cycle (increase run counters).

remove

Remove a task by ID.

exit

Shutdown Deschel engine.


📊 Dashboard Panel

Grid-based execution preview of the Descheduler Engine.

Dashboard Panel


📁 Project Structure

deschel/
│
├── index.js
├── package.json
├── proof/
│   └── dashboard-panel.jpg
├── README.md
└── SKILL.md

⚙️ Installation

Clone repository:

git clone <your-fork-url>
cd deschel

Install dependencies:

npm install

Run:

node index.js

🧪 Example Execution Flow

  1. add → task1 → 5
  2. add → task2 → 10
  3. tick
  4. tick
  5. remove → 1
  6. exit

Grid updates dynamically after every command.


🧱 Architecture Concept

  • Table-based CLI renderer
  • In-memory task state management
  • Command-driven execution loop
  • Structured console formatting

🔗 Trac Wallet

trac1zurka75dcdu2an46wknv236j3f9clpsk49yn8yrwv56u0jsr5jjqeczlm4

🧠 Intercom Reference

This repository is a customized fork implementation with enhanced UI rendering and structured execution dashboard.


📌 Status

Active fork with custom grid engine and execution preview proof included.


📜 License

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:

  1. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  2. Any substantial modification, redistribution, or fork of this project must include proper attribution to the original repository and author.

  3. 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.

About

Deschel A Grid-based task simulation engine built with Node.js featuring structured table rendering and runtime execution tracking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%