Skip to content

Document scheduler phase 1 payload mapping#276

Merged
masa10-f merged 1 commit into
mainfrom
codex/human-scheduler-phase1-docs
May 25, 2026
Merged

Document scheduler phase 1 payload mapping#276
masa10-f merged 1 commit into
mainfrom
codex/human-scheduler-phase1-docs

Conversation

@masa10-f
Copy link
Copy Markdown
Owner

Summary

  • document the current HumanCompiler daily scheduling payload
  • map HumanCompiler request and response fields to the external Scheduler phase 1 fixture/result shape
  • record current gaps that remain for later phases

Validation

  • git diff --check
  • pre-commit hooks on commit passed

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
human-compiler Ready Ready Preview, Comment May 23, 2026 5:55pm

@masa10-f masa10-f marked this pull request as ready for review May 23, 2026 17:59
@masa10-f
Copy link
Copy Markdown
Owner Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 901ac6a4c2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

| `assignments[].task_id` | `plan.blocks[].task_id` | Same task ID. |
| `assignments[].slot_index` | `plan.blocks[].slot_index` | Same slot index. |
| `assignments[].start_time` | `plan.blocks[].start` | External timeline blocks have concrete sequential start times. |
| `assignments[].duration_hours` | `plan.blocks[].duration_minutes` | Convert minutes to hours. |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Correct duration conversion direction in output mapping

The output mapping row for assignments[].duration_hours says to “Convert minutes to hours,” but this row maps from HumanCompiler’s hours field to Scheduler’s duration_minutes, so the conversion must be the opposite. If an implementer follows this note literally during integration, block durations will be scaled incorrectly (typically by 60x), which would corrupt exported/translated schedule results.

Useful? React with 👍 / 👎.

@masa10-f masa10-f merged commit 7e4ffbe into main May 25, 2026
6 checks passed
@masa10-f masa10-f deleted the codex/human-scheduler-phase1-docs branch May 25, 2026 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant