Clarify distinction between computational and psychological concepts #28
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.
This PR addresses the confusion between computational concepts and psychological processes in the repository by adding clear distinctions and explanatory documentation.
Problem
The repository contains a mix of psychology content and computational examples (BrainFuck programming language, Coq formal proofs, etc.) without clear distinctions, potentially leading to confusion where computational terminology might be mistaken for psychological processes.
Solution
Added comprehensive clarifications throughout the repository:
1. Created
COMPUTATIONAL_CLARITY.mdA dedicated documentation file that explains:
2. Updated
README.md3. Enhanced other files
假惺惺.mdfor BrainFuck sectionPsychological Invariants.vexplaining it contains computational modeling, not psychological processes themselves4. Repository maintenance
.gitignoreto prevent build artifacts in future commits__pycache__filesImpact
These changes prevent conceptual confusion by clearly distinguishing when content represents:
The repository now makes it clear that computation can be used as a tool to study psychology, but computational processes should not be conflated with psychological processes themselves.
Fixes #27.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.