Haft/6.1.0#59
Merged
Merged
Conversation
esbuild lockfile pins platform-specific binaries. macOS lockfile installs darwin binary on Linux CI → Exec format error. Deleting lockfile before install lets npm resolve correct platform.
Reject replacement DecisionRecords when the same ProblemCard already has a live decision, including lineage resolved through linked portfolios. Update tests and illegal-state documentation to reflect the new B1 enforcement boundary.
fix(artifact): enforce one live decision per problem
rm -f package-lock.json alone wasn't enough — npm install reuses existing node_modules with darwin esbuild binary. Must rm -rf both.
actions/setup-node npm cache persists platform-specific esbuild binaries across runs. Cached darwin binary causes Exec format error on linux. Disable cache; goreleaser hooks do clean install anyway.
tree-sitter requires CGO. Cross-compilation from linux_amd64 to darwin or linux_arm64 fails without cross-compiler toolchain. Ship linux_amd64 binary from goreleaser. macOS users use go install or install.sh (which falls back to source build). Removed desktop build from goreleaser — desktop app needs Wails CLI on macOS, not goreleaser cross-compile.
Replace single-runner goreleaser with native matrix builds: - linux_amd64 (ubuntu-latest) - linux_arm64 (ubuntu-24.04-arm) - darwin_arm64 (macos-latest) - darwin_amd64 (macos-13) Each platform builds natively → CGO/tree-sitter works everywhere. TUI bundle built once on ubuntu, shared across all builds. Desktop frontend embed built per-platform. Final job creates GitHub Release with checksums via gh CLI. Removes goreleaser dependency entirely.
/h-verify scan now includes: pending problems count, addressed problems without linked decisions, and invariant violations from knowledge graph. Single entry point for "what needs attention" beyond just decisions/drift.
Hybrid markdown+YAML workflow policy file: - Parse at serve/agent startup into defaults + path policies - Inject Intent + Defaults into agent system prompts - haft init creates commented example if none exists - Schema documented in spec/WORKFLOW.md
Enum: optimization, diagnosis, search, synthesis. Accepted on frame, stored in DB, shown in /h-status and /h-problems output. MCP schema updated for both serve and standalone modes.
- README: stable vs pre-alpha surface callouts, haft check CI example - CI: haft check step in workflow - h-onboard: deep scan with module-by-module analysis and subagent hints - SCOPE_FREEZE: add DDR→task pipeline, deep onboard, dashboard terminology - TERM_MAP: add Dashboard, Implement, Adopt, Automation terms - Desktop: problem type shown in tasks and projects pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.