Changelog
The current reality reset that turns the mixed-state repo into a truthful Documint V1 launch path.
TypechangelogReve13cd7b
Current release direction
- Flatten the repo around one root web workspace and one Python backend.
- Replace placeholder “Universal AI Coding Agent” messaging with Documint V1 positioning.
- Publish a real
documint.xyz shape with /, /docs, and /app.
- Add a persistent control plane for workspaces, projects, repo sources, findings, patches, publishes, and activity.
- Add hosted public docs routes under
/p/:workspaceSlug/:projectSlug/docs/....
- Add a hosted CLI and MCP surface that operate against stored project state instead of process-local memory.
- deterministic drift detection persists findings and traces,
- patch drafting supports a deterministic fallback with optional Hugging Face inference,
- PR orchestration stays review-first and branch-based,
- publish normalizes repo-backed markdown into hosted public pages,
- the app now exposes onboarding, project detail, findings, patch review, publish history, and token settings.
Removed from the launch-critical path
- the nested Turborepo starter shell,
- committed
.env files and generated reports,
- tracked Python bytecode caches,
- Go MCP servers as part of the default launch path.