generated from coulomb/repo-seed
fix: update remaining .feedback references to feedback
Update directory structure diagrams and copy examples to use the new visible feedback/ directory instead of hidden .feedback/ This ensures all documentation is consistent with the ReusableCapabilitiesArchitecture v0.1 specification.
This commit is contained in:
@@ -17,7 +17,7 @@ This capability uses the **feedback pattern** - a simple, reusable approach for
|
||||
## Directory Structure
|
||||
|
||||
```
|
||||
.feedback/
|
||||
feedback/
|
||||
├── inbound/ # New feedback awaiting review
|
||||
├── reviewed/ # Feedback that's been reviewed (optional)
|
||||
├── archived/ # Old/resolved feedback (optional)
|
||||
@@ -305,7 +305,7 @@ Thanks for the great tool!
|
||||
mkdir -p feedback/inbound feedback/reviewed feedback/archived
|
||||
|
||||
# 2. Copy this README
|
||||
cp /path/to/feedback/template/README.md .feedback/
|
||||
cp /path/to/feedback/template/README.md feedback/
|
||||
|
||||
# 3. Add to .gitignore (optional - feedback can be committed or ignored)
|
||||
echo "feedback/inbound/*.md" >> .gitignore
|
||||
|
||||
Reference in New Issue
Block a user