Releases: KimYx0207/GoalPro
Releases · KimYx0207/GoalPro
Release list
GoalPro v0.1.3
Clarifies that GoalPro's deliverable is always two copyable instruction prompts: Goal Prompt and Loop Prompt.
Changed
- Reframe
Workflow lensas a judgment layer used while generating the two prompts, not as a third output, workflow prompt, executor, scheduler, or flowchart deliverable. - Make repeated-work guidance write Trigger, Checkpoint, Brief, and source-of-truth details into
Goal Prompt/Loop Promptonly when they help the two-prompt contract. - Update the website and Xiaohongshu examples so they explicitly start from the two-prompt output shape.
- Mirror the clarification across
.agentsand.claude.
Verification
git diff --checkpassed with only LF-to-CRLF warnings..agentsand.claudeGoalPro skill mirrors have matching SHA256 hashes forSKILL.md,references/source-rules.md, andreferences/examples.md.- Key dual-prompt boundary phrases were checked with
rg, includingGoal Prompt + Loop Prompt,第三个 Workflow Prompt, and两段指令提示词. graphify update .completed after the wording correction.
GoalPro v0.1.2
Adds a workflow lens to GoalPro so repeated automation-style requests become safer, clearer Goal + Loop contracts without turning every task into a workflow.
Changed
- Add
Workflow lensguidance for recurring work such as daily, weekly, automatic, publishing, operations, monitoring, queues, review, and sync tasks. - Teach GoalPro to add
Trigger,Checkpoint,Brief, and source-of-truth guidance only when a request is genuinely repeatable. - Strengthen the one-question rule: route-changing ambiguity should ask one blocking question with a recommended answer, while context-answerable questions should be resolved by reading context.
- Update the Xiaohongshu publisher example to model a safe publishing workflow with late human confirmation, decision briefs, and clear non-automation boundaries.
- Clarify that one-off website work should not be forced into workflow form unless the user asks for ongoing feedback, updates, operations, or measurement.
- Mirror all Skill, source-rules, and examples changes across
.agentsand.claude.
Verification
git diff --checkpassed with only LF-to-CRLF warnings..agentsand.claudeGoalPro skill mirrors have matching SHA256 hashes forSKILL.md,references/source-rules.md, andreferences/examples.md.- Key workflow-lens fields were checked with
rg, includingWorkflow lens,Trigger,Checkpoint,Brief,推荐答案, and小红书自动发布器. graphify update .completed after the workflow-lens update.
GoalPro v0.1.1
Improves GoalPro's Loop Prompt contract and adds concrete, user-judgeable examples for automation-heavy fuzzy product requests.
Changed
- Front-load
时间参数in Loop Prompt guidance while keeping automation setup as a separately authorized step. - Strengthen completion reporting so final reports include a judgeable sample or case snippet, not just validation claims.
- Refine Loop rules around evidence review, intent amplification, automation readiness, and stop or escalation boundaries.
- Add a full Xiaohongshu publisher example that requires deep research before implementation and distinguishes publishing assistance from unsafe or unverified automation.
- Mirror all GoalPro Skill, source-rules, and examples changes across
.agentsand.claude.
Verification
git diff --checkpassed with only LF-to-CRLF warnings..agentsand.claudeGoalPro skill mirrors have matching SHA256 hashes forSKILL.md,references/source-rules.md, andreferences/examples.md.- Key fields and examples were checked with
rg, including时间参数,验收样例, and我需要小红书自动发布器. graphify update .completed after the example update.
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.