fix: remove assets/gep/events.jsonl from forbidden_paths#149
Open
toller892 wants to merge 1 commit intoEvoMap:mainfrom
Open
fix: remove assets/gep/events.jsonl from forbidden_paths#149toller892 wants to merge 1 commit intoEvoMap:mainfrom
toller892 wants to merge 1 commit intoEvoMap:mainfrom
Conversation
69a542d to
c88516a
Compare
The gene_gep_innovate_from_opportunity Gene's forbidden_paths constraint includes assets/gep/events.jsonl, but the solidify process needs to write to this file to record EvolutionEvents. This creates a contradiction that causes solidify to fail with a forbidden_path violation. This fix removes assets/gep/events.jsonl from the forbidden_paths list, allowing solidify to complete successfully while still protecting critical paths like .git and node_modules. Also removes runtime-specific fields (asset_id, epigenetic_marks, schema_version) that should be computed/managed at runtime rather than committed to the repository.
c88516a to
acaf524
Compare
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.
Fixes #148
Problem
The
gene_gep_innovate_from_opportunityGene'sforbidden_pathsconstraint includesassets/gep/events.jsonl, but the solidify process needs to write to this file to record EvolutionEvents. This creates a contradiction that causes solidify to fail with aforbidden_path touchedviolation.Solution
Remove
assets/gep/events.jsonlfrom theforbidden_pathslist. The file is part of the GEP asset store and should not be forbidden. Critical paths like.gitandnode_modulesremain protected.Testing
.git,node_modules) are still protectedChanges
assets/gep/genes.json: Removedassets/gep/events.jsonlfromgene_gep_innovate_from_opportunity.constraints.forbidden_paths