These rules supplement the package rules. The experimental publication decision owns the publication policy; the Agent Teams package decision owns dependency isolation and promotion rationale.
@deepseek-ai/dsh-experimental-* npm prefix and joins the dsh release family by default: omit private and set publishConfig.access: public. Only directories in PRIVATE_EXPERIMENTAL_PACKAGE_DIRECTORIES in the publication policy stay private: set private: true and omit publishConfig.dependencies, optionalDependencies, or peerDependencies. Default-product isolation also checks transitive installations, runtime imports, and shipped compositions in CI. Experimental packages may depend on release packages and each other. Tests may use experimental packages through devDependencies; examples may load them explicitly.experimental- from its npm name; update every import and configuration row atomically, then review its public contract, limitations, test evidence, release payload, runtime dependents, and named stable owner.