Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 970 Bytes

File metadata and controls

38 lines (25 loc) · 970 Bytes

PROGRESS.md — NokaMan

墨子 Harness · 自动生成于 2026-07-13


✅ 已完成

  • Added CONTRIBUTING.md for bounty #18 with setup, tests, good-first-issue path, and MergeOS claim flow.
  • Added README links to the contribution guide.
  • Harness initialized for NokaMan bounty #11.
  • Confirmed actual FastAPI and SDK payload fields before defining contracts.
  • Added JSON Schema contracts, TypeScript interfaces, and contract smoke tests.
  • Added README app integration section.
  • Fixed Harness commands to use Python 3.11, matching pyproject.toml.
  • Harness completion commands passed:
    • python3.11 -m compileall src tests
    • python3.11 -m pytest -q
    • python3.11 -m ruff check src tests
    • python3.11 -m build

🔄 进行中

  • Open PR for issue #18.

📋 待办

  • Open PR for issue #18 with Fixes #18.

⚠️ 已知问题

  • python3.11 -m build may require the build package in the local environment.