GoalPro v0.1.0
Changelog
v0.1.0 - 2026-06-26
GoalPro's first GitHub release formalizes the upgrade from a single Goal Contract generator into a dual-prompt Skill for execution and continued improvement.
Changed
- Reframed GoalPro around
Goal Prompt + Loop Promptacross the README and both runtime skill copies. - Kept the prompt-only boundary explicit: GoalPro generates copyable prompts, but does not execute the goal or run the loop without separate user authorization.
- Added Loop fields for evidence review, gap diagnosis, verification delta, guardrails, Done / Continue / Pause decisions, and
Next LOOP packethandoff. - Expanded examples for login, strategic research, file + chat output, fuzzy website requests, TypeScript migration, and Claude Code task prompts.
- Updated source rules to connect iterative improvement with evidence, loop state, no-progress thresholds, and stop/escalation conditions.
- Ignored
.claude/project-task-state.jsonso local Claude task state stays out of Skill releases.
Verification
.agentsand.claudeGoalPro skill mirrors have matching SHA256 hashes forSKILL.md,references/source-rules.md, andreferences/examples.md.- Static diff inspection confirms the release scope is limited to GoalPro docs, skill rules, examples, and release notes.
graphify querywas used before release-oriented source inspection, following the repo's graph-first navigation rule.