This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ============================================================================ | |
# zenOS Universal Slash Command Parser | |
# ============================================================================ | |
# | |
# SPEC: | |
# ----- | |
# A minimal, extensible parser for one/two-letter slash-commands with arguments | |
# for scaling workflows. Designed for rapid command input in automators, bots, | |
# and Personal Knowledge Management (PKM) systems. | |
# |