Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bootstrap/version.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Constructor Studio pinned cfs version
[cfs]
version = "v1.6.0"
requested_ref = "latest"
version = "v1.5.9"
requested_ref = "v1.5.9"
source_type = "github"
canonical_source = "https://api.github.com/repos/constructorfabric/studio"
effective_source = "https://api.github.com/repos/constructorfabric/studio"
4 changes: 0 additions & 4 deletions .bootstrap/whatsnew.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[whatsnew."v1.6.0"]
summary = "v1.6.0"
details = "### Improvements \r\n \r\n - **Workflow reliability** — fixed broken handoffs in review-fix workflows \r\n (`cf-prompting-fix`, `cf-documenting-fix`): next-step menus now always appear \r\n after a review round, and override paths are clearly surfaced. \r\n - **Blocked state UX** — blocked skill results now consistently show a numbered \r\n next-actions menu instead of prose-only output across all workflows. \r\n - **Review loop fixes** — 15 rounds of semantic review findings resolved: \r\n menus, STOP_TURN boundaries, and next-action coverage gaps corrected \r\n throughout the workflow suite. \r\n \r\n ### Bug Fixes \r\n \r\n - `cf-coding-review`: stray conditional marker in RULES removed — no longer\r\n silently skips rule enforcement in some contexts. \r\n - `cf-prompting-fix`: review-fix handoffs repaired; workflow no longer stalls \r\n after applying fixes. \r\n - `cf-documenting-fix`: brought to full parity with other fix workflows. \r\n \r\n --- \r\n\r\n## What's Changed\r\n* Refactor error handling and improve Pylint integration by @ainetx in https://github.com/constructorfabric/studio/pull/55\r\n* Refactor skill and workflow generation with required bootstrap by @ainetx in https://github.com/constructorfabric/studio/pull/56\r\n* Refactor core skill modules and fix workflow regressions by @ainetx in https://github.com/constructorfabric/studio/pull/57\r\n\r\n\r\n**Full Changelog**: https://github.com/constructorfabric/studio/compare/v1.5.9...v1.6.0"

[whatsnew."v1.5.9"]
summary = "v1.5.9"
details = "## What's New\r\n\r\n This release improves kit installation safety and makes several CLI diagnostics clearer.\r\n\r\n ### Safer kit installs\r\n\r\n - `kit install` now validates public subagent prompt/helper sources before writing any files.\r\n - If a kit references a missing public subagent source, installation now fails cleanly instead of leaving a\r\n partial install behind.\r\n - This validation now applies consistently across both copy and register install modes.\r\n\r\n ### Legacy kit manifest warnings\r\n\r\n - Installing a kit that does not use `.cf-studio-kit.toml` now shows a warning.\r\n - Kits still using `manifest.toml` or other legacy layouts will prompt users to ask kit authors to migrate to the\r\n canonical manifest format.\r\n - This helps surface legacy kits earlier without blocking installation.\r\n\r\n ### Clearer validation output\r\n\r\n - `spec-coverage --system ...` now fails fast with a clear error when an unknown system selector is provided.\r\n - Human-readable output now explicitly lists invalid system selectors, making misconfigured commands easier to\r\n fix.\r\n\r\n ### Better workspace diagnostics\r\n\r\n - `workspace info` now reports degraded workspace states more clearly when metadata or workspace upgrade issues\r\n are detected.\r\n - This makes partial workspace/configuration problems easier to spot during diagnosis.\r\n\r\n ## Why it matters\r\n\r\n - Fewer broken or partial kit installs\r\n - Better visibility into legacy kit formats\r\n - Clearer CLI feedback when configuration is invalid\r\n - Easier troubleshooting for degraded workspace states\r\n\r\n## What's Changed\r\n* Enhance end-to-end tests and refactor CLI command handling by @ainetx in https://github.com/constructorfabric/studio/pull/52\r\n\r\n\r\n**Full Changelog**: https://github.com/constructorfabric/studio/compare/v1.5.8...v1.5.9"
Expand Down
150 changes: 0 additions & 150 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,41 +40,15 @@ build/
.agents/skills/cf-auto-config/SKILL.md
.agents/skills/cf-brainstorm/SKILL.md
.agents/skills/cf-brave-new-world/SKILL.md
.agents/skills/cf-code-planning/SKILL.md
.agents/skills/cf-coding-ci/SKILL.md
.agents/skills/cf-coding-fix/SKILL.md
.agents/skills/cf-coding-gen/SKILL.md
.agents/skills/cf-coding-review/SKILL.md
.agents/skills/cf-coding-tests/SKILL.md
.agents/skills/cf-coding/SKILL.md
.agents/skills/cf-debug-prompts/SKILL.md
.agents/skills/cf-docs-ci/SKILL.md
.agents/skills/cf-docs-planning/SKILL.md
.agents/skills/cf-docs-review/SKILL.md
.agents/skills/cf-documenting-ci/SKILL.md
.agents/skills/cf-documenting-fix/SKILL.md
.agents/skills/cf-documenting-gen/SKILL.md
.agents/skills/cf-documenting-planning/SKILL.md
.agents/skills/cf-documenting-review/SKILL.md
.agents/skills/cf-explain/SKILL.md
.agents/skills/cf-explore/SKILL.md
.agents/skills/cf-generate/SKILL.md
.agents/skills/cf-git-commit/SKILL.md
.agents/skills/cf-help/SKILL.md
.agents/skills/cf-kit-ci/SKILL.md
.agents/skills/cf-kit-fix/SKILL.md
.agents/skills/cf-kit-gen/SKILL.md
.agents/skills/cf-kit-planning/SKILL.md
.agents/skills/cf-kit-review/SKILL.md
.agents/skills/cf-kit/SKILL.md
.agents/skills/cf-map/SKILL.md
.agents/skills/cf-plan/SKILL.md
.agents/skills/cf-planning/SKILL.md
.agents/skills/cf-prompting-ci/SKILL.md
.agents/skills/cf-prompting-fix/SKILL.md
.agents/skills/cf-prompting-gen/SKILL.md
.agents/skills/cf-prompting-planning/SKILL.md
.agents/skills/cf-prompting-review/SKILL.md
.agents/skills/cf-sdlc-change-impact-analysis/SKILL.md
.agents/skills/cf-sdlc-decompose/SKILL.md
.agents/skills/cf-sdlc-doc-adr/SKILL.md
Expand All @@ -86,11 +60,7 @@ build/
.agents/skills/cf-sdlc-pr-review/SKILL.md
.agents/skills/cf-sdlc-pr-status/SKILL.md
.agents/skills/cf-sdlc-reverse-engineer/SKILL.md
.agents/skills/cf-skills-ci/SKILL.md
.agents/skills/cf-skills-planning/SKILL.md
.agents/skills/cf-skills-review/SKILL.md
.agents/skills/cf-studio/SKILL.md
.agents/skills/cf-testing/SKILL.md
.agents/skills/cf-workspace/SKILL.md
.agents/skills/cf-write-docs/SKILL.md
.agents/skills/cf-write-skills/SKILL.md
Expand Down Expand Up @@ -143,41 +113,15 @@ build/
.claude/skills/cf-auto-config/SKILL.md
.claude/skills/cf-brainstorm/SKILL.md
.claude/skills/cf-brave-new-world/SKILL.md
.claude/skills/cf-code-planning/SKILL.md
.claude/skills/cf-coding-ci/SKILL.md
.claude/skills/cf-coding-fix/SKILL.md
.claude/skills/cf-coding-gen/SKILL.md
.claude/skills/cf-coding-review/SKILL.md
.claude/skills/cf-coding-tests/SKILL.md
.claude/skills/cf-coding/SKILL.md
.claude/skills/cf-debug-prompts/SKILL.md
.claude/skills/cf-docs-ci/SKILL.md
.claude/skills/cf-docs-planning/SKILL.md
.claude/skills/cf-docs-review/SKILL.md
.claude/skills/cf-documenting-ci/SKILL.md
.claude/skills/cf-documenting-fix/SKILL.md
.claude/skills/cf-documenting-gen/SKILL.md
.claude/skills/cf-documenting-planning/SKILL.md
.claude/skills/cf-documenting-review/SKILL.md
.claude/skills/cf-explain/SKILL.md
.claude/skills/cf-explore/SKILL.md
.claude/skills/cf-generate/SKILL.md
.claude/skills/cf-git-commit/SKILL.md
.claude/skills/cf-help/SKILL.md
.claude/skills/cf-kit-ci/SKILL.md
.claude/skills/cf-kit-fix/SKILL.md
.claude/skills/cf-kit-gen/SKILL.md
.claude/skills/cf-kit-planning/SKILL.md
.claude/skills/cf-kit-review/SKILL.md
.claude/skills/cf-kit/SKILL.md
.claude/skills/cf-map/SKILL.md
.claude/skills/cf-plan/SKILL.md
.claude/skills/cf-planning/SKILL.md
.claude/skills/cf-prompting-ci/SKILL.md
.claude/skills/cf-prompting-fix/SKILL.md
.claude/skills/cf-prompting-gen/SKILL.md
.claude/skills/cf-prompting-planning/SKILL.md
.claude/skills/cf-prompting-review/SKILL.md
.claude/skills/cf-sdlc-change-impact-analysis/SKILL.md
.claude/skills/cf-sdlc-decompose/SKILL.md
.claude/skills/cf-sdlc-doc-adr/SKILL.md
Expand All @@ -189,11 +133,7 @@ build/
.claude/skills/cf-sdlc-pr-review/SKILL.md
.claude/skills/cf-sdlc-pr-status/SKILL.md
.claude/skills/cf-sdlc-reverse-engineer/SKILL.md
.claude/skills/cf-skills-ci/SKILL.md
.claude/skills/cf-skills-planning/SKILL.md
.claude/skills/cf-skills-review/SKILL.md
.claude/skills/cf-studio/SKILL.md
.claude/skills/cf-testing/SKILL.md
.claude/skills/cf-workspace/SKILL.md
.claude/skills/cf-write-docs/SKILL.md
.claude/skills/cf-write-skills/SKILL.md
Expand Down Expand Up @@ -291,41 +231,15 @@ build/
.cursor/commands/cf-auto-config.md
.cursor/commands/cf-brainstorm.md
.cursor/commands/cf-brave-new-world.md
.cursor/commands/cf-code-planning.md
.cursor/commands/cf-coding-ci.md
.cursor/commands/cf-coding-fix.md
.cursor/commands/cf-coding-gen.md
.cursor/commands/cf-coding-review.md
.cursor/commands/cf-coding-tests.md
.cursor/commands/cf-coding.md
.cursor/commands/cf-debug-prompts.md
.cursor/commands/cf-docs-ci.md
.cursor/commands/cf-docs-planning.md
.cursor/commands/cf-docs-review.md
.cursor/commands/cf-documenting-ci.md
.cursor/commands/cf-documenting-fix.md
.cursor/commands/cf-documenting-gen.md
.cursor/commands/cf-documenting-planning.md
.cursor/commands/cf-documenting-review.md
.cursor/commands/cf-explain.md
.cursor/commands/cf-explore.md
.cursor/commands/cf-generate.md
.cursor/commands/cf-git-commit.md
.cursor/commands/cf-help.md
.cursor/commands/cf-kit-ci.md
.cursor/commands/cf-kit-fix.md
.cursor/commands/cf-kit-gen.md
.cursor/commands/cf-kit-planning.md
.cursor/commands/cf-kit-review.md
.cursor/commands/cf-kit.md
.cursor/commands/cf-map.md
.cursor/commands/cf-plan.md
.cursor/commands/cf-planning.md
.cursor/commands/cf-prompting-ci.md
.cursor/commands/cf-prompting-fix.md
.cursor/commands/cf-prompting-gen.md
.cursor/commands/cf-prompting-planning.md
.cursor/commands/cf-prompting-review.md
.cursor/commands/cf-sdlc-change-impact-analysis.md
.cursor/commands/cf-sdlc-decompose.md
.cursor/commands/cf-sdlc-doc-adr.md
Expand All @@ -337,11 +251,7 @@ build/
.cursor/commands/cf-sdlc-pr-review.md
.cursor/commands/cf-sdlc-pr-status.md
.cursor/commands/cf-sdlc-reverse-engineer.md
.cursor/commands/cf-skills-ci.md
.cursor/commands/cf-skills-planning.md
.cursor/commands/cf-skills-review.md
.cursor/commands/cf-studio.md
.cursor/commands/cf-testing.md
.cursor/commands/cf-workspace.md
.cursor/commands/cf-write-docs.md
.cursor/commands/cf-write-skills.md
Expand Down Expand Up @@ -395,41 +305,15 @@ build/
.github/prompts/cf-auto-config.prompt.md
.github/prompts/cf-brainstorm.prompt.md
.github/prompts/cf-brave-new-world.prompt.md
.github/prompts/cf-code-planning.prompt.md
.github/prompts/cf-coding-ci.prompt.md
.github/prompts/cf-coding-fix.prompt.md
.github/prompts/cf-coding-gen.prompt.md
.github/prompts/cf-coding-review.prompt.md
.github/prompts/cf-coding-tests.prompt.md
.github/prompts/cf-coding.prompt.md
.github/prompts/cf-debug-prompts.prompt.md
.github/prompts/cf-docs-ci.prompt.md
.github/prompts/cf-docs-planning.prompt.md
.github/prompts/cf-docs-review.prompt.md
.github/prompts/cf-documenting-ci.prompt.md
.github/prompts/cf-documenting-fix.prompt.md
.github/prompts/cf-documenting-gen.prompt.md
.github/prompts/cf-documenting-planning.prompt.md
.github/prompts/cf-documenting-review.prompt.md
.github/prompts/cf-explain.prompt.md
.github/prompts/cf-explore.prompt.md
.github/prompts/cf-generate.prompt.md
.github/prompts/cf-git-commit.prompt.md
.github/prompts/cf-help.prompt.md
.github/prompts/cf-kit-ci.prompt.md
.github/prompts/cf-kit-fix.prompt.md
.github/prompts/cf-kit-gen.prompt.md
.github/prompts/cf-kit-planning.prompt.md
.github/prompts/cf-kit-review.prompt.md
.github/prompts/cf-kit.prompt.md
.github/prompts/cf-map.prompt.md
.github/prompts/cf-plan.prompt.md
.github/prompts/cf-planning.prompt.md
.github/prompts/cf-prompting-ci.prompt.md
.github/prompts/cf-prompting-fix.prompt.md
.github/prompts/cf-prompting-gen.prompt.md
.github/prompts/cf-prompting-planning.prompt.md
.github/prompts/cf-prompting-review.prompt.md
.github/prompts/cf-sdlc-change-impact-analysis.prompt.md
.github/prompts/cf-sdlc-decompose.prompt.md
.github/prompts/cf-sdlc-doc-adr.prompt.md
Expand All @@ -441,11 +325,7 @@ build/
.github/prompts/cf-sdlc-pr-review.prompt.md
.github/prompts/cf-sdlc-pr-status.prompt.md
.github/prompts/cf-sdlc-reverse-engineer.prompt.md
.github/prompts/cf-skills-ci.prompt.md
.github/prompts/cf-skills-planning.prompt.md
.github/prompts/cf-skills-review.prompt.md
.github/prompts/cf-studio.prompt.md
.github/prompts/cf-testing.prompt.md
.github/prompts/cf-workspace.prompt.md
.github/prompts/cf-write-docs.prompt.md
.github/prompts/cf-write-skills.prompt.md
Expand All @@ -454,41 +334,15 @@ build/
.windsurf/workflows/cf-auto-config.md
.windsurf/workflows/cf-brainstorm.md
.windsurf/workflows/cf-brave-new-world.md
.windsurf/workflows/cf-code-planning.md
.windsurf/workflows/cf-coding-ci.md
.windsurf/workflows/cf-coding-fix.md
.windsurf/workflows/cf-coding-gen.md
.windsurf/workflows/cf-coding-review.md
.windsurf/workflows/cf-coding-tests.md
.windsurf/workflows/cf-coding.md
.windsurf/workflows/cf-debug-prompts.md
.windsurf/workflows/cf-docs-ci.md
.windsurf/workflows/cf-docs-planning.md
.windsurf/workflows/cf-docs-review.md
.windsurf/workflows/cf-documenting-ci.md
.windsurf/workflows/cf-documenting-fix.md
.windsurf/workflows/cf-documenting-gen.md
.windsurf/workflows/cf-documenting-planning.md
.windsurf/workflows/cf-documenting-review.md
.windsurf/workflows/cf-explain.md
.windsurf/workflows/cf-explore.md
.windsurf/workflows/cf-generate.md
.windsurf/workflows/cf-git-commit.md
.windsurf/workflows/cf-help.md
.windsurf/workflows/cf-kit-ci.md
.windsurf/workflows/cf-kit-fix.md
.windsurf/workflows/cf-kit-gen.md
.windsurf/workflows/cf-kit-planning.md
.windsurf/workflows/cf-kit-review.md
.windsurf/workflows/cf-kit.md
.windsurf/workflows/cf-map.md
.windsurf/workflows/cf-plan.md
.windsurf/workflows/cf-planning.md
.windsurf/workflows/cf-prompting-ci.md
.windsurf/workflows/cf-prompting-fix.md
.windsurf/workflows/cf-prompting-gen.md
.windsurf/workflows/cf-prompting-planning.md
.windsurf/workflows/cf-prompting-review.md
.windsurf/workflows/cf-sdlc-change-impact-analysis.md
.windsurf/workflows/cf-sdlc-decompose.md
.windsurf/workflows/cf-sdlc-doc-adr.md
Expand All @@ -500,11 +354,7 @@ build/
.windsurf/workflows/cf-sdlc-pr-review.md
.windsurf/workflows/cf-sdlc-pr-status.md
.windsurf/workflows/cf-sdlc-reverse-engineer.md
.windsurf/workflows/cf-skills-ci.md
.windsurf/workflows/cf-skills-planning.md
.windsurf/workflows/cf-skills-review.md
.windsurf/workflows/cf-studio.md
.windsurf/workflows/cf-testing.md
.windsurf/workflows/cf-workspace.md
.windsurf/workflows/cf-write-docs.md
.windsurf/workflows/cf-write-skills.md
Expand Down
Loading