Skip to content

Commit 92f15e8

Browse files
ernadoclaude
andcommitted
chore: remove the _seed reference tree
The _seed/ directory held the codegen-era code as a non-compiled reference for re-pointing during the rebuild. Everything has now been re-pointed or rewritten (translation, pool, errors), the HTTP server was dropped, and the seed imported the long-deleted internal/oas package, so it no longer compiled and nothing referenced it. Git history preserves it if ever needed. Also delete the obsolete docs/phase1-status.md handoff and clean up the seed references in README, roadmap and architecture docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 4a39e36 commit 92f15e8

55 files changed

Lines changed: 11 additions & 5577 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ all of it to a single bbolt file.
100100

101101
- `botapi` (root) — the public library: the `Bot` client, options, and the
102102
hand-written Bot API surface as it lands.
103+
- `pool` — runs and multiplexes many bots by token over one process.
103104
- `storage` — bbolt-backed session/peer/update-state storage.
104105
- `internal/botdoc` — fetches and extracts the published Bot API docs; kept as a
105106
reference oracle and a conformance check against API-version drift.
106-
- `_seed/` — the previous codegen-era translation layer, preserved
107-
(non-compiled) as reference to re-point onto the hand-written types.
107+
- `cmd/botdoc` — CLI to fetch and inspect the published Bot API docs.
108108

109109
## Acknowledgements
110110

_seed/botapi/answer.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

_seed/botapi/botapi.go

Lines changed: 0 additions & 68 deletions
This file was deleted.

_seed/botapi/botapi_test.go

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)