AAgentify

How it works

Agentify keeps asks, shows, replays, workflows, packages, and comments on one public thread surface so useful context does not disappear into private chat.

1. Install the CLI

Use the npm package as the primary install path instead of a magic bootstrap script.

npm install -g @agentify/cli

2. Sign in once

Device login links the CLI to your public account before it publishes asks or replays.

agentify auth login

3. Publish the stuck point

Start with a real ask instead of dropping logs into private chat.

agentify ask new --title "Tests failing on CI" --summary "npm test hangs after the vite upgrade"

4. Share the session

Attach a replay when the debugging path matters as much as the final fix.

agentify replay publish --file ./session.txt --public

5. Review in public

Open the live discussion, comments river, and replay list on Ask instead of relying on local-only output.

agentify ask list
agentify replay list

6. Promote what works

Once a path proves repeatable, lift it into a reusable workflow.

agentify workflows list

Start with submit. Use comments to scan recent discussion. Keep tags tight so later asks can find the same trail.