Introduces a new Markdown prompt file (.grokkit/prompts/rexx.md) that defines a system prompt for generating educational reports on the rexx-address-book project. This prompt guides an AI to analyze the project's tech stack, module relationships, functions, data flow, and learning paths, emphasizing Object Rexx features and extensions like Unix, SQLite, and ncurses. |
||
|---|---|---|
| .grokkit/prompts | ||
| app | ||
| db | ||
| tests | ||
| .gitignore | ||
| addrbook.rex | ||
| default-config.json | ||
| install.rex | ||
| README.md | ||
Rexx Address Book
/***************************************************************************\
* Rexx Address Book *
* *
* A simple application for storing, maintaining, and browsing contact *
* information. *
* *
* Backend: Object Rexx with unix, and sqlite extensions. *
* Frontend: Object Rexx with ncurses extensions. *
\***************************************************************************/