Last active
March 1, 2025 01:14
-
-
Save benzmuircroft/a8977e6231a7f1c438b7b8d254740d9d to your computer and use it in GitHub Desktop.
Breadcrumb comments
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
Comment Format for Task Tracking | |
Each task is marked with # πTASK-NAME, followed by a flow reference showing: | |
π Origin location (role + file path) | |
π Previous step (role + file path) | |
π Next step (role + file path) | |
Example Implementation | |
# πlogin ππ·/src/auth/login.js ππ±/src/app/init.js ππͺ/src/service/auth.js | |
# πlogout ππ±/src/app/sessions.js ππ·/src/auth/logout.js ππͺ/src/service/sessions.js | |
# πchat-message ππͺ/src/service/chatRelay.js ππ±/src/app/chatRouter.js ππ·/src/chat/sendMessage.js | |
Key Benefits | |
β Easy to search β Just look for # πTASK-NAME | |
β Visually structured β Roles and flow are clear | |
β Minimal yet powerful β No unnecessary clutter | |
β Future-proof β Adapts to changes in code | |
π This system is clean, intuitive, and ready to use! |
The ratchet
tool has extended functionality (it bends as modes and accepts various bits)
bits would be sub modules (plug-n-play to other modules or handling for use-cases or data-types)
then how to recipes and document the input/output + methods
basically there should be no gaps in standing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Module Recipe Usage comments todo: next