v1.2.0-alpha.130 - Spec-to-code pipeline with evidence tracking

KTS Hip Forge
Spec in. Working app out.

Write what you need. KHF keeps requirements, checks, and delivery in one place so AI tools and humans stay aligned from first note to shipped app.

click to copy $ curl -fsSL https://www.hforge.online/install.sh | bash

Why KHF

AI tools write code fast. KHF keeps the plan, checks, and feedback connected so work stays clear from idea to release.

1

Start from plain requirements

Write what the product should do in simple docs. KHF turns them into a clear, structured plan your team and AI tools can follow.

2

Works with your AI tools

Plug into Droid, Claude Code, Cursor, and similar tools. Agents can read the plan, open tasks, and check progress without extra setup scripts.

3

Know what is done

Every requirement links to acceptance checks and tests. You can see what is covered, what is missing, and what is ready to ship.

4

Nothing gets lost

Project memory keeps requirements, decisions, and session history. Come back tomorrow and pick up where you left off.

5

Report bugs in one command

Crashes and command errors report automatically (no prompt). Or run khf feedback "what broke". Opt out anytime with khf feedback --off.

6

Release scope enforcement

Define must-have REQs per release. Engine blocks release until every REQ is implemented + tested. khf scope gate, khf implement, khf audit --strict. No silent skips.

7

Pre-commit review & post-bug RCA

khf review checks chain + audit + diff vs ACs before commit. khf diagnose gathers signal + similar past + chain neighbors after a bug. khf diagnose --retest verifies the fix.

8

Works with GitHub & GitLab

Auto-detects your git provider. Issue sync works with GitHub and GitLab (including self-hosted). No manual configuration needed.

9

Data model discovery

khf erd generate extracts entities from your spec and codebase. Detects SQL, Prisma, TypeORM, Django, Rails, and GORM models. Output as Mermaid, PlantUML, or DBML.

10

Screen & UX guidance

Design system audits, screen pattern advice, state management directives, i18n conventions, deployment checklists. Your AI agent gets clear rules for each platform.

Get started in 30 seconds

Install once. Use it with your AI coding tools. Currently shipping for macOS Apple Silicon.

10
Core features
~8MB
Download size
50+
CLI commands
macOS
Apple Silicon
1. Install
# Recommended
curl -fsSL https://www.hforge.online/install.sh | bash

# Check it worked
khf --version
# khf 1.2.0-alpha.130 (KTS Hip Forge CLI)

# Later updates
khf update
2. Start a project
# Inside your repo
cd your-project
khf init

# Manual feedback anytime
khf feedback "what happened"

# Crashes/errors auto-report by default (no prompt)
# Opt out: khf feedback --off

# Connect your AI tool (Droid / Claude Code)
# .factory/mcp.json
{
  "mcpServers": {
    "khf": {
      "command": "khf",
      "args": ["--mcp-stdio"]
    }
  }
}
Read public changelog

Stay current

Version checks and app updates use simple public endpoints. No extra update service to run.

GET /latest.json
{
  "version": "1.2.0-alpha.130",
  "notes": "Git provider detection, full obfuscation layer, source code protection, CLI refactor",
  "pub_date": "2026-07-20T08:00:00Z",
  "platforms": {
    "darwin-aarch64": {
      "url": "https://github.com/hieple7985/kts-hip-forge/releases/download/v1.2.0-alpha.58/"
    }
  }
}
GET /cli-version.txt
$ curl https://www.hforge.online/cli-version.txt
1.2.0-alpha.130

$ curl https://www.hforge.online/versions.json
{
  "stable": "1.2.0-alpha.130",
  "latest": "1.2.0-alpha.130",
  "release_url": "https://github.com/hieple7985/kts-hip-forge/releases/tag/v1.2.0-alpha.130"
}

# Bug reports go here (POST)
# https://www.hforge.online/api/feedback