chore: add LLM and agent entry points (root and packages)#1095
Open
premsgr wants to merge 43 commits into
Open
chore: add LLM and agent entry points (root and packages)#1095premsgr wants to merge 43 commits into
premsgr wants to merge 43 commits into
Conversation
…fields - Route test send-notification to handlers.notification.sendNotification - Merge spread before bcc/cc/to so bulk recipients clear inherited addresses - Sort notification controller imports for eslint
…bles Add scripts/docgen with Handlebars templates, docgen.manifest.json for package order and curated demo test links, pnpm docs:generate and verify:llm-docs CI step. README sections use docgen markers; REFERENCE uses package section markers.
…table - Resolve ExportSpecifier via aliased symbol for kind/JSDoc (e.g. formatDate from slonik) - Emit a const row when ts-morph provides no declaration (barrel re-exports)
…-docs # Conflicts: # README.md # packages/config/README.md # packages/error-handler/README.md # packages/slonik/README.md
Add LLM entry points and generated export tables for config, error-handler, and slonik. Bump Last verified SHA in REFERENCE.md.
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.
chore: add LLM and agent entry points (root and packages)
Summary
This branch standardizes AI-agent documentation across the monorepo and package-level artifacts so both humans and agents follow a clear read order.
The diff includes monorepo guidance files (
AGENTS.mdanddocs/llm/*) for source-checkout workflows, plus package-local agent docs forconfig,error-handler,firebase,graphql,mailer,s3,slonik,swagger, anduserthat are intended for published-package consumption.What changed
AGENTS.md,docs/llm/INDEX.md, anddocs/llm/EXAMPLES.mdfor all maintained packages.README.mdfiles with agent-facing pointers and generated public API sections.package.jsonfilesentries so package docs and agent metadata are published with npm artifacts.package.jsonand lockfile metadata in support of docs publishing metadata changes.Scope notes
docs/is monorepo documentation for source checkouts and is not part of built package artifacts.README.md,AGENTS.md, anddocs/llm/*) shipped via each packagefilesconfig.