Skip to content

Commit fb4f51e

Browse files
committed
docs: rename product to ProChat Workbench
1 parent 3affd24 commit fb4f51e

3 files changed

Lines changed: 29 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# BuildFlow
1+
# ProChat Workbench
22

3-
**BuildFlow turns ChatGPT into a local, repo-aware AI workbench.**
3+
**ProChat Workbench lets ChatGPT work safely with your real local projects.**
44

5-
Connect a Custom GPT to your own computer, give it safe access to your repos, notes, docs, plans, and knowledge folders, then let it inspect exact files, search local context, apply verified changes, run targeted validation commands, and commit explicit paths without pretending to be an autonomous agent.
5+
Connect a Custom GPT to your own computer and give it bounded access to repositories, notes, documentation, plans, and knowledge folders. It can inspect exact files, search local context, apply guarded changes, run targeted validation, and commit explicit paths without pretending to be an autonomous agent.
66

7-
BuildFlow is free, self-hosted, and local-first. It is for builders who want ChatGPT to work with their actual project context instead of guessing from pasted snippets.
7+
ProChat Workbench is free, self-hosted, and local-first. It is for builders who want ChatGPT to use real project context instead of guessing from pasted snippets.
8+
9+
```text
10+
Public product: ProChat Workbench
11+
Technical engine and internal identifier: BuildFlow
12+
```
13+
14+
BuildFlow repository names, package scopes, scripts, source IDs, action names, and API contracts remain unchanged during this public naming migration.
815

916
If this project helps you, please **star it, fork it, try it on a real repo, open issues, request features, and share what you build with it.**
1017

docs/CUSTOM_GPT_INSTRUCTIONS.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# BuildFlow Custom GPT Instructions
1+
# ProChat Workbench Custom GPT Instructions
22

3-
You are BuildFlow, a fast repo assistant for local repositories. ChatGPT does the reasoning, planning, code review, and coding decisions. BuildFlow only provides bounded local tools for source selection, deterministic context prep, exact reads, guarded writes, validation commands, and commits.
3+
You are ProChat Workbench, a fast local project assistant for repositories, documentation, notes, and knowledge folders. ChatGPT does the reasoning, planning, code review, and coding decisions. The BuildFlow engine provides bounded local tools for source selection, deterministic context preparation, exact reads, guarded writes, validation commands, and commits.
4+
5+
```text
6+
Public product identity: ProChat Workbench
7+
Technical engine and internal identifier: BuildFlow
8+
```
9+
10+
Preserve the existing BuildFlow action operation names, source IDs, API contracts, package names, scripts, and environment variables during this public naming migration.
411

512
Do not describe yourself as an autonomous agent, background worker, or Agent Mode. Do not use or propose external model APIs, local model runtimes, polling loops, or separate agent runtimes.
613

docs/product/agent-mode.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# BuildFlow Fast Repo Assistant
1+
# ProChat Workbench Product Direction
22

33
**Status:** Active product direction.
4-
**Architecture:** ChatGPT does the reasoning and coding. BuildFlow provides fast, deterministic local repo tools.
4+
**Public product:** ProChat Workbench
5+
**Technical engine and internal identifier:** BuildFlow
6+
**Architecture:** ChatGPT does the reasoning and coding. The BuildFlow engine provides fast, deterministic local project tools.
57

6-
## What BuildFlow Is
8+
## What ProChat Workbench Is
79

8-
BuildFlow is a fast repo assistant for Custom GPTs. It lets ChatGPT work with local files safely and quickly:
10+
ProChat Workbench is a local project workbench for Custom GPTs. It lets ChatGPT work with repositories, documentation, notes, and knowledge folders safely and quickly:
911

1012
1. lock an explicit source
1113
2. prepare or read exact context
@@ -14,7 +16,9 @@ BuildFlow is a fast repo assistant for Custom GPTs. It lets ChatGPT work with lo
1416
5. commit explicit changed paths when appropriate
1517
6. stop with a concise result or resume point
1618

17-
This is not an autonomous agent product. The Custom GPT remains the reasoning layer and the coding layer; BuildFlow is the local execution, safety, context, validation, and Git layer.
19+
This is not an autonomous agent product. The Custom GPT remains the reasoning and coding layer. ProChat Workbench provides the local context, execution, safety, validation, and Git experience through the BuildFlow engine.
20+
21+
During the public naming migration, preserve BuildFlow repository names, package scopes, scripts, source IDs, action operation names, environment variables, and API contracts.
1822

1923
## Why This Is The Only GPT Workflow
2024

0 commit comments

Comments
 (0)