One shared pen
M8Shift acts as a cooperative repository mutex. One agent claims the pen, works, then hands it off explicitly.
A free, open-source local relay for coordinating multiple AI agents on the same repository: one writer at a time, explicit handoffs, a readable turn journal, and no server or M8Shift API key.

The full M8Shift website is being prepared. This temporary homepage is the public entry point while the GitHub Pages repository, domain, and final documentation are being connected.
M8Shift solves a simple problem: when several AI agents work inside the same repository, they can overwrite each other. The project introduces one clear, inspectable rule: only one agent writes at a time. Other agents wait for their turn, then resume from an explicit handoff with the context they need.
M8SHIFT.md file containing the lock and the turn journal.claim -> work -> append sequence to avoid simultaneous writers.The product is already available as open source. The complete public website will follow with documentation, installation guides, use cases, CLI references, and architecture notes.
This page tests the m8shift.github.io repository, the VitePress build, GitHub Pages publishing, and the future m8shift.ai domain.