the shape of it
What a 14-day pilot looks like.
No sales cycle, no demo environment. Four steps, then a fortnight of real PRs you judge for yourself.
-
Request access.
Email
smartfront.ai@gmail.comwith your GitHub handle. Both repos are private; access is granted per person, over your own GitHub auth. No form, no signup backend. -
Install AgentHarness and the memory.
The harness plugin installs once, user scope, and follows you into every repo. The
hypCLI installs through yourghauth and starts capturing the project. The exact commands are below. -
Run on one real repo for two weeks.
Point it at a real branch of a real repo, then step back. It does the work and remembers what it decided, so the next session builds on the last instead of starting cold. Under the hood: the harness drives through its gate chain, capture records each session, and
hyp digestdistills them. -
Judge by the PRs.
At the end: a fortnight of merged PRs. That is the whole evaluation.
install
Two systems. One install each. Every repo you'll ever open.
No hosted service, no proxy. Both install into the Claude Code your team already runs, using your own GitHub auth. Your code never leaves your infrastructure.
AgentHarness
# inside Claude Code, once per machine, user scope /plugin marketplace add SmartStoreAI/agent-harness /plugin install harness@agent-harness # then wire a repo for the team harness:ready ensure
User-scope install works in every repo automatically. ready ensure wires ignores, pipeline labels, CI gates, and durable stores. Idempotent.
Hyperception
# install via your gh auth (the repo is private) gh api repos/SmartStoreAI/hyperception/contents/install.sh \ -H "Accept: application/vnd.github.raw" | bash hyp doctor # self-check: should be all green hyp capture-enable "$(pwd)" # start capturing this project
Your second brain is a local git repo (~/.hyperception/vault/). Point it at a private remote once with hyp sync remote <url> and it stays synced across machines.
From there it runs on its own. The harness drives the work, capture records the sessions, hyp digest distills them, and the next session recalls what was decided. The loop turns whether or not you are watching it.
Every tier starts as a 14-day pilot on one real repo. A fortnight of its PRs beats any benchmark table.
Before you commit: the work → · the memory → · where your data lives →
The new way of working
Stop reviewing your agent's guesses.
Send your GitHub handle. Two weeks later, judge the loop by the PRs it sent you.