Skip to content

Commit 68454bd

Browse files
author
DavidQ
committed
Automation and saving tokens
1 parent 1177117 commit 68454bd

5 files changed

Lines changed: 79 additions & 1 deletion

File tree

docs/dev/DAILY_STARTUP_V4.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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>

docs/dev/GITHUB_CONNECTOR_USAGE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

docs/dev/V4_AUTOMATION.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
./docs/dev/PROJECT_INSTRUCTIONS
1+
Use docs/dev/PROJECT_INSTRUCTIONS.md as system instructions.
2+
3+
Current task:
4+
<TASK_NAME>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Use docs/dev/PROJECT_INSTRUCTIONS.md as system instructions.
2+
3+
Current task:
4+
<TASK_NAME>

0 commit comments

Comments
 (0)