summaryrefslogtreecommitdiff
path: root/makima/frontend/package.json
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): regenerate pnpm-lock.yaml as v6 format + pin packageManager ↵soryu2026-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (#123) Build env's pnpm warned "Ignoring not compatible lockfile" against the v9 lockfile produced by my last regen — older pnpm (8.x and below, which some build images still ship) only understands v6 lockfiles, and falls back to "no lockfile" mode which then errors under --frozen-lockfile: WARN Ignoring not compatible lockfile at /app/pnpm-lock.yaml ERR_PNPM_NO_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent Two-pronged fix: 1. Regenerate the lockfile in v6 format using pnpm 8.15.4 via corepack (`corepack pnpm@8.15.4 install`). The lockfile now starts with `lockfileVersion: '6.0'` again — readable by both old and new pnpm. 2. Pin `packageManager: "pnpm@8.15.4"` in package.json so build envs that respect corepack/Volta install the right version automatically instead of falling back to whatever's globally installed. Verified locally with `corepack pnpm@8.15.4 install --frozen-lockfile` (the CI command). \`tsc --noEmit\` passes. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* feat: document-mode directive UI proof of concept (Lexical) (#101)soryu2026-04-291-0/+8
| | | | | | | | | | | * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Backend: feature flag + goal-edit interrupt messaging * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * feat: soryu-co/soryu - makima: Frontend: Lexical document editor with step blocks, context menu, countdown
* Replace custom DAG editor with React Flow librarysoryu2026-02-051-0/+1
| | | | | | | | | - Install @xyflow/react for smooth node-based UI - Create custom DefinitionNode and ContractNode components - Use React Flow's built-in drag-and-drop, edge drawing, pan/zoom - Removes laggy custom implementation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Initial Control systemsoryu2026-01-111-0/+1
|
* Add file body and initial tool call systemsoryu2025-12-231-1/+2
|
* Update makima FE build command for railwaysoryu2025-12-231-0/+1
|
* Update makima FE to have autoscroll and simplify FEsoryu2025-12-231-0/+1
|
* Update makima FE to add initial listening systemsoryu2025-12-231-0/+27