This package contains the first structured bundle for the Alchemy Contact System discussed in chat.
PROMPT_ALCHEMY_CONTACT_SYSTEM_v0.txt- ready-to-paste prompt for ChatGPT testing
alchemy_contact_system_v0.contract.json- binding behavioral contract object
ds.alchemy_contact_contract_v0.json- JSON Schema for validating the contract object
env.alchemy_contact_runtime_v0.json- JSON Schema for one live dialogue runtime state
alchemy_contact_runtime_example_v0.json- example runtime object
README.md- this file
The package fixes three layers:
-
Prompt layer
- how the AI is instructed to behave
-
Contract layer
- what rules are binding and non-optional
-
Runtime layer
- how one dialogue session can be represented and checked
The system is built around:
- client state progression: S0 -> S4
- adaptive client level handling: L0 -> L4
- four separated roles:
- Socrates
- Expander
- Perelman
- Contractor
For a first test in ChatGPT:
- Paste the prompt from
PROMPT_ALCHEMY_CONTACT_SYSTEM_v0.txt - Optionally paste the contract object after it
- Start a real client-like conversation
- Observe:
- whether the model asks only one question at a time
- whether it adapts to the client's level
- whether it avoids pressure
- whether the final formulation feels like the client's own idea
This package is a behavioral and structural v0. It is not yet a full execution runtime or validator pipeline. But it already freezes the frame strongly enough so that the rule is no longer just a wish.