Skip to content

Commit e4d5d08

Browse files
ernadoclaude
andcommitted
docs(roadmap): record Phase 7 progress (examples, benchmarks, docs)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a2d8808 commit e4d5d08

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/roadmap.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,14 @@ Deferred within Phase 5: payment answers
170170

171171
-`pool.Pool` re-pointed at public `Bot`; GC, keepalive
172172
-`cmd/botapi` HTTP server as an optional example (local Bot-API server)
173-
- ☐ Examples: echo bot, media bot, inline bot, handler/middleware
174-
- ☐ Allocation tests on hot paths; benchmarks vs HTTP Bot API clients
173+
- ◐ Examples: `examples/echo` (handler + middleware), `examples/buttons`
174+
(inline keyboards + callback queries), `examples/inline` (inline mode). Media
175+
bot still to add.
176+
- ☑ Allocation tests on hot paths (`bench_test.go`): entity/markup/user
177+
conversion and `file_unique_id`, with `-benchmem`.
175178
- ☐ Conformance test against kept `botdoc` extractor (API-version drift guard)
176-
- ☐ Docs: package docs, migration guide, README
179+
- ◐ Docs: package docs (`doc.go`) and README done; reference/migration guide
180+
still to write.
177181

178182
## Phase 8 — Release
179183

0 commit comments

Comments
 (0)