al lot of detail fixed.

check_tree.sh not works correctl AND ponted out sever oprh=ned fioes not accounted for

Transformato page and maybe more pges off 


dir index for all?

root@bambustudio:/AI# find . -name "*index*" -name "*.html" | grep -v pre-refactor | grep -v building-in-public | sort
./ai-stack/ai-stack-index.html
./ai-stack/index.html
./collaboration/collaboration-index.html
./collaboration/index.html
./deep-dive/cli-tools/index.html
./deep-dive/deep-dive-index.html
./deep-dive/index.html
./index.html
./learning/index.html
./learning/learning-index.html
./resources/index.html
./resources/resources-index.html
root@bambustudio:/AI#  find . -name "*index*" -name "*.html" | grep -v pre-refactor | grep -v building-in-public | sort  |cut -d/ -f2 | sort -u
ai-stack
collaboration
deep-dive
index.html
learning
resources
root@bambustudio:/AI# ls -lR | egrep  ^d | awk '{print $9}'
ai-stack
biomes
collaboration
deep-dive
glossary
learning
remember
resources
TMA
addendum
building-in-public
cli-tools
AI
LLM

