fix: remove all v7 files not present in v8.0.0#127
Merged
Conversation
v8_release (02b4070) is the source of truth. These files existed on main from v7 but were intentionally removed in v8.0.0: - Removed: .flowception/, old knowledge files, old skill files, docs/flows/*.yaml, scripts/check_knowledge.py, docs/assets/workflow.svg
…ng/ dir, remove workflow-design - Move .templates/docs/*.md.template → .templates/docs/spec/*.md.template - Move docs/branding.md → docs/branding/branding.md - Remove docs/spec/workflow-design.md
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.
Summary
v8_release (
02b4070) is the source of truth for v8.0.0. The previous merge (#126) brought back files from v7 that were intentionally removed in v8.0.0.This PR removes 22 files that exist on main but not in v8_release:
.flowception/— replaced by.flowr/opencode-format.md,domain-stubs.md,smell-check.md,svg-rules.md,wcag-colors.md,protocol.md,discovery-techniques.md,invest-moscow.md,code-quality.md,self-declaration.md,test-conventions.md,verification-philosophy.md,state-machine.md)create-knowledge/SKILL.md)docs/flows/*.yaml) — replaced by.flowr/flows/docs/assets/workflow.svg)scripts/check_knowledge.py)After this PR,
git diff main v8_releaseshould be empty — main will match v8.0.0 exactly.