Add next five GitHub domain todo specs and remaining-domain estimate#42
Merged
Merged
Conversation
Copilot
AI
changed the title
Add todo tasks for next 5 GitHub domains
Add next five GitHub domain todo specs and remaining-domain estimate
Jun 9, 2026
Copilot created this pull request from a session on behalf of
pmcelhaney
June 9, 2026 17:16
View session
pmcelhaney
approved these changes
Jun 9, 2026
There was a problem hiding this comment.
Pull request overview
Adds five new .github/todo task specs to queue up upcoming GitHub simulator domain implementations (Emojis, Licenses, Markdown, Meta, Rate Limit) and document the next work items using the repo’s existing todo format.
Changes:
- Added todo specs for five GitHub API domains under
.github/todo/. - Standardized each todo with front matter and
## Summary/## Scope/## Implementation plan. - Documented planned context/scenario/test work for each domain.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/todo/emojis.md | New todo spec for implementing deterministic GET /emojis. |
| .github/todo/licenses.md | New todo spec for Licenses domain (needs scope/plan to include /licenses/{license} as well). |
| .github/todo/markdown.md | New todo spec for Markdown domain (needs scope/plan to include /markdown/raw as well). |
| .github/todo/meta.md | New todo spec for implementing deterministic GET /meta. |
| .github/todo/rate-limit.md | New todo spec for implementing deterministic GET /rate_limit. |
|
|
||
| ### Route files to implement | ||
|
|
||
| - `routes/licenses.ts` — `GET /licenses` |
Comment on lines
+19
to
+21
| 3. Update `routes/licenses.ts` to use context-backed list logic. | ||
| 4. Seed representative license fixtures in scenarios and include them in `seedGitHub`. | ||
| 5. Add context unit tests in `test/licenses.context.test.ts` and HTTP-level route tests. |
|
|
||
| ### Route files to implement | ||
|
|
||
| - `routes/markdown.ts` — markdown rendering operations |
Comment on lines
+19
to
+21
| 3. Update `routes/markdown.ts` to delegate behavior to context methods. | ||
| 4. Add startup fixtures or helper scenario setup as needed for deterministic rendering tests. | ||
| 5. Add context unit tests and HTTP-level route tests for success and invalid-input behavior. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds five new
.github/todoproposals for the next GitHub simulator domains and computes the updated remaining-domain count. This scopes upcoming implementation work and makes backlog size explicit (31 domains remaining).Original Prompt
Create todos for building out the next 5 GitHub domains. Create a pull request. Then estimate how many domains are remaining.
Manual acceptance tests
.github/todoincludesemojis.md,licenses.md,markdown.md,meta.md, andrate-limit.md.titleplus## Summary,## Scope, and## Implementation plan.$.response[...].random()(36 total, 5 newly queued, 31 remaining).Tasks
.github/todofor: Emojis, Licenses, Markdown, Meta, and Rate Limit.