fix: Trigger release to publish updated manifest - #6
Merged
Merged
Conversation
|
🎉 This PR is included in version 1.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Member
Author
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
ClaudiaFang
pushed a commit
that referenced
this pull request
Jul 13, 2026
Adds the missing harness subsystems so future agent sessions can start, stay in scope, verify work, and resume reliably: - feature_list.json: local mirror of active/next-up work (GitHub Issues on Project #6 remains the source of truth for the full backlog) - progress.md / session-handoff.md / archive/2026-07.md: session state, restart point, and monthly archive of finished work - init.sh: install + lint + test + build verification entrypoint - AGENTS.md: added Startup Workflow, Definition of Done, Stay in Scope, and End of Session sections (existing agent-tier content kept as-is) - CLAUDE.md: added a short Agent Workflow section routing to the above Validated with the firstsun-harness audit script: 100/100 across all five subsystems (instructions, state, verification, scope, lifecycle). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YYCTyZw7gUmJ7oh1VTmAqh
ClaudiaFang
added a commit
that referenced
this pull request
Aug 7, 2026
ClaudiaFang
added a commit
that referenced
this pull request
Aug 7, 2026
ClaudiaFang
added a commit
that referenced
this pull request
Aug 7, 2026
* fix(sync): ensure parent dirs exist when reverting file moves - Extract ensureParentDirs() helper to src/utils/vault-path.ts for shared use - Call ensureParentDirs() in revertMove and revertMoveGroup before rename - Fixes 'folder does not exist' error when reverting moves to deleted folders - Add focused tests for ensureParentDirs in tests/ui/SyncStatusView.revertMove.test.ts Test plan: ✓ A/old.md → B/new.md, delete A/, revert: creates A/, restores A/old.md ✓ Group move with missing parent: revert creates parent for all files ✓ ensureParentDirs handles nested paths and mkdir failures gracefully Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> * docs: update progress and session handoff for issue #94 fix Issue #94 fix (ensure parent dirs exist when reverting moves) is complete: - lint/build/test all green (502 tests pass) - Commit e25d755 on main - Next priority: manual feat-025 verification or GitHub Project #6 backlog --------- Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
ClaudiaFang
pushed a commit
that referenced
this pull request
Aug 7, 2026
This was referenced Sep 18, 2026
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.
This PR adds an empty commit with the
fix:prefix to manually triggersemantic-releaseand publish the updatedmanifest.jsonto GitHub Releases.