File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Daily Startup V4
2+
3+ ## ChatGPT
4+ Open the Project.
5+ Start a NEW chat.
6+ Paste:
7+
8+ Use docs/dev/PROJECT_INSTRUCTIONS.md as system instructions.
9+
10+ Current task:
11+ <TASK_NAME>
12+
13+ ## Codex
14+ Paste the minimal command from:
15+ - docs/dev/templates/CODEX_AUTO_COMMAND.md
16+
17+ ## Optional GitHub prompts
18+ - Show me files in repo <repo-name >
19+ - Open file <path >
20+ - Review PR <number > in repo <repo-name >
Original file line number Diff line number Diff line change 1+ # GitHub Connector Usage
2+
3+ The GitHub connector is connected, but ChatGPT does not browse it automatically.
4+ You must ask explicitly.
5+
6+ ## Good prompts
7+ - Show me files in repo <repo-name >
8+ - Open file <path > in repo <repo-name >
9+ - Read README.md from repo <repo-name >
10+ - Review issue <number > in repo <repo-name >
11+ - Review PR <number > in repo <repo-name >
12+
13+ ## Best practice
14+ Keep GitHub usage narrow and file-specific.
15+ For implementation, continue using local repo + Codex.
16+ For planning, use ChatGPT Project + PROJECT_INSTRUCTIONS.md.
Original file line number Diff line number Diff line change 1+ # V4 Automation
2+
3+ ## Goal
4+ Minimize startup effort while keeping repo work surgical and low-token.
5+
6+ ## Stack
7+ - ChatGPT Project = remembers workflow
8+ - docs/dev/PROJECT_INSTRUCTIONS.md = ChatGPT operating instructions
9+ - AGENTS.md = Codex auto-loaded repo rules
10+ - .codex/skills/repo-build/SKILL.md = Codex BUILD workflow
11+ - GitHub connector = optional file lookup when explicitly requested
12+
13+ ## Daily Startup
14+ In a NEW chat inside the Project, send only:
15+
16+ Use docs/dev/PROJECT_INSTRUCTIONS.md as system instructions.
17+
18+ Current task:
19+ <PLAN_PR or BUILD_PR name>
20+
21+ ## Codex Command
22+ Use the template in docs/dev/templates/CODEX_AUTO_COMMAND.md
23+
24+ ## When to use GitHub connector
25+ Use it only when you explicitly want ChatGPT to inspect repo files through GitHub, such as:
26+ - "Open file <path >"
27+ - "Show me files in repo <name >"
28+ - "Read <repo >/<path >"
29+ - "Review this PR/issue"
30+
31+ ## Do not use GitHub connector for
32+ - broad repo scans
33+ - vague cleanup requests
34+ - workflow startup
35+ - anything already available in your local repo/Codex flow
Original file line number Diff line number Diff line change 1- ./docs/dev/PROJECT_INSTRUCTIONS
1+ Use docs/dev/PROJECT_INSTRUCTIONS.md as system instructions.
2+
3+ Current task:
4+ <TASK_NAME>
Original file line number Diff line number Diff line change 1+ Use docs/dev/PROJECT_INSTRUCTIONS.md as system instructions.
2+
3+ Current task:
4+ <TASK_NAME>
You can’t perform that action at this time.
0 commit comments