Releases: jakyeamos/tmcp
Release list
TMCP 0.3.3
TMCP 0.3.3 promotes curated scoped packet seeds into first-class graph and recommendation nodes, adds scoped seed promotion-preview edges, tightens workflow selector overlap handling, fixes direct file-root harvest identity, and makes release packages deterministic with stable artifact hashes.
TMCP 0.3.2
TMCP 0.3.2 publishes the composition release.
Highlights:
- Adds
tmcp_compose_packet,tmcp_runtime_next,tmcp_record_receipt, and--composesupport on explain/recommend. - Adds advisory global cache support for promoted harvest graphs and run receipts.
- Strengthens deterministic routing metadata extraction for harvested skills.
- Hardens release packaging, release evidence handling, and Windows workflow-path portability.
Verification:
- Tag workflow run
28695113628passed on Ubuntu, macOS, and Windows for Python 3.10 and 3.13. - Main workflow run
28695077513passed for release-prep commit58d7034. - Local release package check passed and produced the attached
tmcp-v0.3.2.tar.gz. python3 -m unittest discover -s tests,ruff check .,ruff format --check .,basedpyright,py_compile,node --check,python3 scripts/check_release_evidence.py ., andclaude plugin validate .passed.
TMCP 0.3.1
TMCP 0.3.1 adds expert rubric evidence diagnostics and hardens release packaging.\n\nHighlights:\n- Added evidence_contract and evidence_diagnostics to expert rubric review results so coarse evidence_json records are reported before they produce uncited findings.\n- Removed the environment-sensitive fake-AIOS adapter unit test.\n- Excluded local .aios/, .codex/, and .quality-runner/ artifact directories from generated release packages.\n\nVerification:\n- python3 -m unittest discover -s tests: 39 passed\n- py_compile: passed\n- node --check scripts/tmcp_launcher.mjs: passed\n- python3 scripts/check_release_package.py . --output /private/tmp/tmcp-v0.3.1.tar.gz: passed
TMCP 0.2.5
Changes
- Generalized expert profile coverage requirements beyond UI reviews.
- Added profile-specific coverage gates for security/privacy, public-sector readiness, developer experience, general review, and visual polish.
- Expert rubric reviews now reject off-profile evidence and request a generic profile-coverage remediation slice.
- Added regression coverage for non-visual security/privacy review failures.
Verification
- Local release package check passed.
- GitHub Actions run 28305312874 passed across macOS, Ubuntu, and Windows on Python 3.10 and 3.13.
TMCP 0.2.4
Changes
- Adds packet substance checks that distinguish process-only scaffolding, thin domain signals, and source-backed playbooks.
- Harvests target project sources by default for review plans before rubric synthesis.
- Adds a public-sector readiness rubric profile for government/compliance/readiness audits.
- Strengthens the expert UI rubric with visual product-quality coverage requirements, coverage-gap validation, and a remediation slice for partial UI evidence.
- Records hosted verification across macOS, Ubuntu, and Windows on Python 3.10 and 3.13.
Verification
- Local unit suite: 27 tests passing.
- Release package check: passing.
- Pre-CR changed-line readiness: passing.
- Hosted GitHub Actions Verify: run 28304950178 passed for the code release commit; run 28304982194 passed for the final tagged documentation commit.
TMCP 0.2.3
Highlights
- Adds direct expert UI rubric CLI aliases: expert-ui-rubric, tmcp-expert-ui-rubric, expert-ui-review, tmcp-ui-rubric, and ui-rubric.
- The aliases route to the standalone TMCP expert_rubric_review_plan workflow with the default objective: Use the TMCP expert UI rubric on this project.
- Tightens agent routing instructions so missing MCP tool exposure uses the TMCP CLI fallback instead of downgrading to a generic rendered UI audit.
- Updates Codex, Claude, MCP Registry, quickstart, install, and CLI docs for the new fallback path.
Verification
- Local unittest suite: 24 tests passing.
- Direct CLI smoke: node scripts/tmcp_launcher.mjs expert-ui-rubric --project-path . --evidence-json '[]' --no-write-artifacts --compact.
- Pre-CR gate passed, including anti-slop.
- GitHub Actions run 28304332814 passed on macOS, Ubuntu, and Windows across Python 3.10 and 3.13.
TMCP 0.2.2
Highlights
- Adds the tmcp_recommend_workflows MCP tool to turn harvested skill/instruction signals into ranked quality workflows.
- Scores priority domains including UI quality, security/privacy, testing, release readiness, developer experience, maintainability, performance, and data integrity.
- Can write reusable recommendation artifacts: workflow-recommendations.json, workflow-recommendations.md, and priority-profile.json.
- Updates Codex, Claude, MCP Registry, examples, quickstart, and verification docs for the new workflow recommendation surface.
Verification
- Local unittest suite: 18 tests passing.
- Direct MCP stdio smoke for tmcp_recommend_workflows passing.
- GitHub Actions run 28260626270 passed on macOS, Ubuntu, and Windows across Python 3.10 and 3.13.
TMCP 0.2.1
Changes
- Added tmcp_doctor for first-run readiness checks across Codex, Claude Code, Claude Desktop, and plain MCP clients.
- Added quickstart, marketplace matrix, packet stability policy, and machine-readable packet schema.
- Added non-UI example workflows for developer onboarding, security/privacy harvest review, and release readiness planning.
Verification
- Local compile, unit tests, install shape, release package, Pre-CR, Claude validation, and Codex plugin validation passed.
- GitHub Actions Verify passed on macOS, Ubuntu, and Windows across Python 3.10 and 3.13.
TMCP v0.2.0
Initial public TMCP plugin release. Includes Codex plugin metadata, Claude Code plugin and marketplace metadata, Claude Desktop MCP install docs, MCP Registry draft metadata, cross-platform Node launcher, and standalone TMCP MCP tools.