npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@georesearch/dsh-delegation-tools

v0.1.0

Published

Managed one-shot GeoResearch delegation and specialist bootstrap tools

Readme

@georesearch/dsh-delegation-tools

Registers four Coordinator tools, delegate_literature, delegate_experiment, delegate_review, and delegate_writing, plus the specialist-only delegation_bootstrap tool.

Every call fixes the label, persona, geoResearchRole, one-shot spawn provider, depth cap, structured output schema, and role allowlist. The first child request is byte-identical for different task types within the same role. The Host stores the dynamic task type, required Skill set, completion criteria, allowed output kinds, authority, question, constraints, and task until the child calls delegation_bootstrap. Harness rc.5 itself pins delegated approval policy to never when the approval service is present. Missing future domain tools are not stubbed. The shipped configuration uses strictRoleCapabilities: true with capabilityStage: phase6, so the complete implemented specialist catalog is mandatory. It also caps each specialist request at specialistMaxTokens: 16384; a lower parent request cap remains authoritative.

Managed children must call delegation_bootstrap exactly once, then successfully call the skill tool for every core and selected supporting Skill before any role tool or structured_output. The Policy service records both protocol stages and the delegation result exposes the Host-observed requiredSkills and loadedSkills lists. Completed children must return a role- and task-compatible outputKind plus a candidate.

The role contract includes the scope-local structured_output tool guaranteed by the output schema. The global toolFilter.allow list deliberately omits it because Harness rc.5 rejects scope-local names in global restrictions.

Harness rc.5 requires one-shot structured output to have an explicit object root. Every task receives a compact { result: <completed-or-decision> } schema containing only that task's allowed completed output kinds plus the bounded decision branch. Generic reports carry exact item and text limits in the tool schema, and the bootstrap result repeats the four-finding hard limit as the last Host constraint. The Host unwraps the transport envelope and applies the authoritative task/output-kind check, role-specific candidate parser, reviewer subject check, and commit validation before reporting success or committing any record.

The cache-sensitive first request keeps stable role policy and the fixed bootstrap protocol. Dynamic task JSON appears in the bootstrap tool result on the second turn. The structured-output schema varies by task so the model does not receive unrelated large candidate contracts; role policy and bootstrap prefixes remain reusable across tasks.

Child provider/model routing is taken from the parent's latest persisted request/header, not only from the Agent's creation-time options. This keeps a session-level model switch authoritative for delegated work and prevents a Flash parent from silently spawning Pro children. The configured specialist output cap is applied after routing so a larger parent allowance cannot reopen an unbounded child response.