選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jan Svabenik 75fcaafe14 Add project roadmap and agent guidance 1ヶ月前
cmd/qctextbuilder Initial QC Text Builder MVP scaffold 1ヶ月前
data Improve field mapping UX and label template 1408367 1ヶ月前
dist Improve field mapping UX and label template 1408367 1ヶ月前
docs Add project roadmap and agent guidance 1ヶ月前
internal Improve field mapping UX and label template 1408367 1ヶ月前
migrations Initial QC Text Builder MVP scaffold 1ヶ月前
test/integration Initial QC Text Builder MVP scaffold 1ヶ月前
web Improve field mapping UX and label template 1408367 1ヶ月前
.env.local Initial QC Text Builder MVP scaffold 1ヶ月前
AGENTS.md Add project roadmap and agent guidance 1ヶ月前
README.md Add project roadmap and agent guidance 1ヶ月前
build-local.ps1 Initial QC Text Builder MVP scaffold 1ヶ月前
concept.json Initial QC Text Builder MVP scaffold 1ヶ月前
go.mod Add SQLite persistence and draft review flow 1ヶ月前
go.sum Add SQLite persistence and draft review flow 1ヶ月前
run-local.ps1 Initial QC Text Builder MVP scaffold 1ヶ月前

README.md

QC Text Builder (Go)

QC Text Builder ist eine Go-Anwendung fuer den kontrollierten QC-Textprozess von Template bis Site-Build.

Aktueller Stand

Die App kann heute:

  • AI-Templates aus QC synchronisieren und anzeigen.
  • Templates onboarden (Discovery/Manifest) und Felder fuer Mapping/Review bearbeiten.
  • Drafts anlegen, aktualisieren und im Status draft -> reviewed -> submitted fuehren.
  • Builds aus geprueften Daten starten sowie Job-Status pollen und Editor-URL nachladen.

Wichtig:

  • Leadharvester-Intake und LLM-Autofill sind geplant, aber noch nicht fertig integriert.

Lokaler Start

  1. Env setzen:
    • HTTP_ADDR=:8080
    • DB_DRIVER=sqlite (Default)
    • DB_URL=data/qctextbuilder.db (Default)
    • QC_BASE_URL=https://qc-api.yggdrasil.dev-mono.net/api/v1
    • QC_TOKEN=<bearer token>
  2. Starten:
    • go run ./cmd/qctextbuilder

Persistenz

Default ist SQLite. Gespeichert werden Settings, Templates, Manifeste/Felder, Drafts und Site-Builds.

Draft-/Review-Flow

Empfohlener Ablauf:

  1. Draft anlegen oder via Intake vorbefuellen.
  2. Inhalte im UI/API pruefen und anpassen.
  3. Draft auf reviewed setzen.
  4. Build starten; Draft wird auf submitted fortgeschrieben.

Weiterfuehrende Projektdoku

Zielbild, Roadmap und Ausbaustufen stehen hier:

  • docs/TARGET_STATE_AND_ROADMAP.md

Projektlokale Agentenleitplanken stehen hier:

  • AGENTS.md