Source and example access
How to use Fabric Harness when the source repository is restricted and how to request repository access.
The Fabric Harness source repository is currently restricted. A GitHub 404 while signed out does
not mean that the npm packages or this documentation are unavailable; it means your GitHub account
does not have repository access.
You can install and use the published packages without cloning the framework repository:
npx --yes @fabric-harness/cli@latest init my-agents
cd my-agents
npm install
npx fh doctor --getting-started --tools --model mock/test-modelThe public site includes the complete security hardening guide, license and attribution, API inventory, deployment guidance, and copyable examples needed for normal product evaluation.
Repository examples, contribution workflows, commit history, and internal release evidence require authorized access. Contact TechFabric to request access and include your GitHub username, organization, and the Fabric Harness use case you are evaluating.
Do not rely on a git clone command from an old guide unless TechFabric has confirmed access for
your GitHub account.