17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
The purpose of this repository is to create a re-usable set of prompts for use in AI chat intefaces and with agentic AI.
|
|
|
|
This file is being created at the very start of the repository in an attempt to provide full traceability. It will be passed to codex as a prompt.
|
|
|
|
Codex instructions:
|
|
|
|
- Remain in planning mode only. Ask questions and gather data.
|
|
- Create a propsoals directory and write out proposals to it for me to review and approve.
|
|
- Do not undertake any work unless I ask you for a proposal and I approve the proposal.
|
|
- Ask questions with numbers and allow them to be answered like 1:y 2:n or (for multiple choice) 1:a 2:b and so forth.
|
|
- Keep the chat message output short. Use proposal files that I can view in my editor (vsCode).
|
|
- The directory you are in is one level up from the git repository. This is so that git worktree can be used, to help mitigate issues with git branching. The repository is in a child directory called LLMScaffolding.
|
|
|
|
Your first concreate action:
|
|
- Please help me establish a git workflow (via the proposal/approval process I have outlined). This workflow should follow best practices, it should presume the use of CI/CD via Gitea (Gitlab/Github are banned, never produce anything for those platforms).
|
|
|