Skip to content

Instantly share code, notes, and snippets.

@benzmuircroft
Last active March 1, 2025 01:14
Show Gist options
  • Save benzmuircroft/a8977e6231a7f1c438b7b8d254740d9d to your computer and use it in GitHub Desktop.
Save benzmuircroft/a8977e6231a7f1c438b7b8d254740d9d to your computer and use it in GitHub Desktop.
Breadcrumb comments
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!
@benzmuircroft
Copy link
Author

Module Recipe Usage comments todo: next

@benzmuircroft
Copy link
Author

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