Skip to content

Releases: SWBaek/improvement-ai

manage-focus-cycle v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 06:54
24aef6b

Added

  • A bounded Primary Focus Cycle workflow for delivery, maintenance, research, and decision work.
  • A Completion Contract with explicit closure, stopping, and reopen conditions.
  • A deterministic, schema-versioned renderer for the temporary Focus Cycle Workspace.
  • Adaptive paragraph, list, table, and Mermaid discussion blocks.

Security and reliability

  • Escape all project-provided text before inserting it into HTML.
  • Reject unknown schema fields, unsafe link schemes, invalid discussion blocks, and unsupported schema versions.
  • Write Workspace files atomically and retain readable Mermaid source when the pinned CDN dependency is unavailable.

Compatibility

  • Codex is the supported client for this release.
  • Other Agent Skills clients may load the common SKILL.md but are not verified.
  • The renderer requires Python 3.13 and uses only the standard library.
  • Workspace input schema version is 1.

Migration

This is the first public version. Pre-release placeholder-based Workspace generation has no compatibility guarantee and should be replaced by the bundled renderer.

Rollback

Install the manage-focus-cycle-v0.1.0 tag directly when a later version must be replaced with this release.

Install

npx skills@latest add SWBaek/improvement-ai --skill manage-focus-cycle --agent codex -y

Update

npx skills@latest update manage-focus-cycle --project -y

Reproducible install / rollback

npx skills@latest add https://github.com/SWBaek/improvement-ai/tree/manage-focus-cycle-v0.1.0/skills/manage-focus-cycle --agent codex -y

Codex is the supported client for this release. Other Agent Skills clients are unverified.