Offline conformance prototypes for DeepSeek agent continuity work.
This is not an official DeepSeek project, not a compatibility certification, and not an adoption claim. The default path does not call providers, execute tools, write target files, write memory backends, publish artifacts, or perform outreach.
Public repository: https://github.com/ctxyao/ds-compatible
Latest release: https://github.com/ctxyao/ds-compatible/releases/tag/v0.1.0
License: Apache-2.0
Validate synthetic traces and produce receipt JSON:
PYTHONPATH=src python3 -m ds_agent_conformance validate-trace fixtures/traces/valid_tool_reasoning_custody.json --receipt /tmp/receipt.json
PYTHONPATH=src python3 -m ds_agent_conformance render-receipt /tmp/receipt.json
PYTHONPATH=src python3 -m ds_agent_conformance validate-receipt /tmp/receipt.jsonList bundled examples:
PYTHONPATH=src python3 -m ds_agent_conformance examplesRun the local gate:
PYTHONPATH=src python3 -m unittest tests/test_validator.py
PYTHONPATH=src python3 -m unittest tests/test_benchmark.py
PYTHONPATH=src python3 -m unittest tests/test_codewhale.py
PYTHONPATH=src python3 -m ds_agent_conformance benchmark
PYTHONPATH=src python3 scripts/check_week1_gate.py
PYTHONPATH=src python3 scripts/check_week2_product_gate.py
PYTHONPATH=src python3 -m ds_agent_conformance real-repo readiness
PYTHONPATH=src python3 scripts/check_real_repo_dry_run_gate.py
PYTHONPATH=src python3 scripts/generate_local_drafts.py
PYTHONPATH=src python3 scripts/generate_ecosystem_packet.py
PYTHONPATH=src python3 scripts/check_launch_readiness.py
PYTHONPATH=src python3 scripts/check_product_release_gate.pyThe local benchmark reports only synthetic-fixture quality. It can quantify:
- positive fixture pass rate
- negative corpus rejection rate
- diagnostic localization rate
- invariant-family coverage
- risk-rejection lift versus a no-gate baseline
- runtime and receipt-size overhead
- local product-impact proxy metrics: review-time reduction, fix suggestions, source refs preserved, rollback/action boundary preservation, and maintainer-actionability score
It cannot yet quantify real downstream integration savings, maintainer adoption, or product efficiency. Those require Week 2/3 dry-runs against real agent integrations.
scripts/check_week2_product_gate.py is the current local productization gate.
It can mark real repo dry-run as ready, but it keeps adoption claims and
product-optimization claims false.
Current dry-run targets:
- DeepSeek-TUI
- Reasonix
- Codex via Moon Bridge
- Claude Code through the DeepSeek Anthropic endpoint
Run:
PYTHONPATH=src python3 -m ds_agent_conformance real-repo readiness
PYTHONPATH=src python3 scripts/generate_local_drafts.pyThe generated drafts are local-only notes under artifacts/drafts/. They are
not published issues, PRs, adoption evidence, or external product-optimization
evidence.
The ecosystem readiness packet is written under
artifacts/ecosystem-packet/. It is an owner-review packet, not adoption or
product-optimization evidence.
The first-target implementation plan has a published proposal issue but no target-code PR authorization:
docs/deepseek-tui-receipt-export-implementation-plan.mdartifacts/deepseek-tui/implementation-plan.json
Gate:
PYTHONPATH=src python3 scripts/check_deepseek_tui_plan.pyBuild and validate a public-safe CodeWhale runtime receipt:
PYTHONPATH=src python3 -m ds_agent_conformance codewhale build-receipt fixtures/codewhale/valid_completed_turn.json --receipt /tmp/codewhale-receipt.json
PYTHONPATH=src python3 -m ds_agent_conformance codewhale validate-receipt /tmp/codewhale-receipt.jsonThe builder is pure/offline: it reads a fixture and writes an optional receipt. It does not call providers, execute tools, write target files, mutate memory, or perform outreach.
The local product release standard is documented in
docs/product-release-criteria.md.
Run:
PYTHONPATH=src python3 scripts/check_product_release_gate.pyThe gate writes:
artifacts/release/product-release-readiness-2026-06-01.json
Release artifacts:
docs/release-notes-v0.1.0.mdartifacts/release/release-manifest-0.1.0.jsonartifacts/release/github-publication-receipt-2026-06-01.json
This gate checks whether every known uncertainty has been converted into a testable, auditable, rollbackable constraint. It does not claim external success.
PYTHONPATH=src python3 scripts/check_strategy_confidence.pyThe CodeWhale-first outreach packet is an owner-approved attempt packet, not an adoption or endorsement claim:
artifacts/source-recheck/deepseek-tui-2026-06-01.jsonartifacts/outreach/owner-approval-2026-06-01.jsonartifacts/outreach/codewhale-issue-draft.mdartifacts/outreach/publication-receipt-2026-06-01.json
The current publication target is Hmbown/CodeWhale; Hmbown/DeepSeek-TUI is
treated as a legacy ecosystem reference unless same-day source recheck changes
that.
Published proposal: Hmbown/CodeWhale#2556
Gate:
PYTHONPATH=src python3 scripts/check_outreach_packet.py
PYTHONPATH=src python3 scripts/check_launch_readiness.pyAllowed now:
- local strategy
- synthetic fixtures
- proposed schemas
- dry-run receipts
- public-safe examples
Not allowed now:
- public adoption claim
- DeepSeek endorsement
- compatibility certification
- benchmark superiority
- safety proof
- major-significance claim