You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,3 +142,56 @@ For example: `bd create --help` shows `--parent`, `--deps`, `--assignee`, etc.
142
142
- Do NOT clutter repo root with planning documents
143
143
144
144
For more details, see README.md and QUICKSTART.md.
145
+
146
+
## Implementation Tracking (IMPLEMENTATION.md)
147
+
148
+
**IMPORTANT**: The `IMPLEMENTATION.md` file at the repository root is a **persistent tracking document** for the WebKitGTK 6.0 / GTK4 implementation work. It is NOT an ephemeral planning document.
149
+
150
+
### Requirements
151
+
152
+
1.**Update with EVERY commit** that touches GTK4/WebKitGTK 6.0 related code
153
+
2.**Track all architectural decisions** with context, decision, and rationale
154
+
3.**Maintain progress status** for each implementation phase
155
+
4.**Document API differences** between GTK3 and GTK4
156
+
5.**Keep file references** accurate and up-to-date
157
+
158
+
### What to Update
159
+
160
+
- Phase completion status (✅ COMPLETE, 🔄 IN PROGRESS, 📋 PENDING)
161
+
- New decisions made during implementation
162
+
- Files created or modified
163
+
- Changelog entries with dates
164
+
- TODO items discovered during work
165
+
166
+
### Commit Message Pattern
167
+
168
+
When updating IMPLEMENTATION.md:
169
+
```
170
+
docs: update implementation tracker for [phase/feature]
171
+
```
172
+
173
+
## Landing the Plane (Session Completion)
174
+
175
+
**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds.
176
+
177
+
**MANDATORY WORKFLOW:**
178
+
179
+
1.**File issues for remaining work** - Create issues for anything that needs follow-up
0 commit comments