Add development guide for @targetd project#845
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a development/onboarding guide for the @targetd Deno-first monorepo, covering architecture, key patterns (targeting descriptors / PromisedData), workflow commands, testing, conventions, release process, and common pitfalls to help contributors get started quickly.
Changes:
- Introduces a comprehensive
@targetddevelopment guide in repo-level GitHub documentation. - Documents core package roles, targeting-descriptor authoring patterns, and debugging/type-inference tips.
- Captures project conventions (imports, formatting, commits) and operational workflows (testing, releases).
Comments suppressed due to low confidence (1)
.github/copilot-instructions.md:20
- Minor doc nit: “Express-based HTTP server exposing api via REST endpoints” — consider capitalizing “API” and adding punctuation for consistency with other bullets.
- **@targetd/server** - Express-based HTTP server exposing api via REST
endpoints
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…copilot instructions
This was an hallucination.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Introduce a comprehensive development guide that outlines the project overview, architecture, key patterns, development workflow, testing procedures, and important conventions for the @targetd project. This guide aims to facilitate onboarding and provide essential information for contributors.