This repository is being prepared as the public workflow-facing repository for
the Research workflow.
Its intended role is:
- the main public workflow instantiation repository for
Research - a repository for a cleaned public workflow example
- the public workflow-facing companion repository to
Four-Layer-OCED-M-Framework
This repository is not a full public runtime mirror of the local research system.
Plainly:
- this repository is not a full public runtime mirror
It exists to present the Research workflow in public-safe workflow-pack
form:
- readable without private oral context
- bounded by explicit public scope
- eventually validatable through explicit public-safe commands
- later usable with agent hosts through repository-provided entry files
- a public workflow-pack repository
- a workflow-facing repository rather than a framework-only repository
- a place for cleaned public workflow materials, explicit scope statements, and later public-safe validation and evidence summaries
- not a full mirror of the local
Clinical_Research_System - not a dump of raw experiment runs or raw evidence packs
- not the paper itself
- not a claim that the entire local research runtime is already public
The repository is now v1 ready for a first public workflow-pack release.
Current truth:
- the local
Researchworkflow already has a sealed current route - a frozen baseline experiment bundle already exists locally
- this public repository now exposes a bounded public workflow-pack surface over that local source base
- a public validation command, agent entry file, and compact frozen evidence summary are present
Current limit:
- this repository is still not a full public runtime mirror
- this repository is still not the full raw evidence archive
- later strengthening work remains possible in future versions
For the precise status statement, read PUBLIC_STATUS.md.
For the readiness decision, read docs/v1_readiness_review.md.
The framework repository and this repository do different jobs.
- framework repository:
https://github.com/chenhaoran2068/Four-Layer-OCED-M-Framework - workflow repository:
https://github.com/chenhaoran2068/Research_Workflow
Short version:
Four-Layer-OCED-M-Frameworkexplains the frameworkResearch_Workflowpresents a workflow-facing public instantiation lane
For the exact wording discipline, read RELATIONSHIP_TO_FRAMEWORK.md.
Start here:
START_HERE.mdREPOSITORY_SCOPE.mdPUBLIC_STATUS.mdPUBLIC_BOUNDARY.mdRELATIONSHIP_TO_FRAMEWORK.mddocs/direct_execution_readiness.md
Research_Workflow v1 currently supports:
download-and-readdownload-and-validate- bounded
agent-assisted use
It is not intended to be a first-release full deployment mirror.
It is also not yet a standalone direct-execution workflow engine.
For the exact distinction between:
- an agent-usable workflow pack
- and a direct-execution system
read:
docs/direct_execution_readiness.md
For a future architecture sketch beyond the current v1 target, read:
docs/future_download_and_run_blueprint.md
For the concrete shared-runtime contract that future flow packs should follow, read:
docs/multi_flow_runtime_contract.md
For the stable post-current-stage sequence after the current baseline, read:
docs/next_stage_roadmap.md
For machine-readable contract surfaces that later implementation work can follow, read:
schemas/flow_pack_contract.schema.jsonschemas/host_profile.schema.jsonschemas/run_record.schema.json
The repository now also contains the first standard flow-pack starter surface
for the research flow under:
flows/research/README.mdflows/research/flow.yamlflows/research/route.yamlflows/research/task_schema.jsonflows/research/policy.yaml
This means:
- the first contract-facing flow definition layer is now present
It does not mean:
- a full shared runtime already exists
- a full direct-execution engine is already implemented
The repository now also contains a minimal shared runtime skeleton.
Current runtime skeleton surface:
runtime/__main__.pyruntime/cli.pyruntime/loader.pyruntime/runner.pyconfigs/host_profiles/codex_cli.jsonconfigs/host_profiles/claude_code.jsondocs/runtime_quickstart.mddocs/host_modes.mddocs/agent_host_usage.md
What this means:
- the repository can now complete a minimal loop of:
- load flow
- validate task
- bind host profile
- emit run record
What this does not mean:
- a large autonomous workflow engine is already public
- the full research workflow is already auto-advanced end to end