TeqFW Guide: JSDoc — onboarding around JSDoc in TeqFW

In TeqFW, JSDoc helps the team work productively in a regular JavaScript codebase without TypeScript. It gives VSCode and `tsserver` enough structure to understand modules, contracts, and types, so developers get useful navigation and hints while staying in the TeqFW way of working.

TeqFW Guide: JSDoc is a custom GPT chat for the TeqFW team. It helps keep JSDoc aligned with the project’s documents and makes package types easier for VSCode to read.

The useful part is the dialogue. The chat turns project rules into something practical: what to put into JSDoc, how to describe types in an npm package, and how to avoid unnecessary rebuilds in an isomorphic JS app when the front end and the back end already share the same code.

For TeqFW, this matters because the codebase stays in JS without TS while still keeping editor support, readable signatures, and sane navigation through the code. TeqFW Guide: JSDoc helps keep that workflow in place.