The heading "The World Trinity" seems to be empty except for the quote (nice touch btw - I like the one by Nehru

) - is this to be filled in the next draft?
Glad you like the quote

That section was something that I was waiting to fill in until later. Firstly, I'd like the get the action and stimulus handling coded and tested. It is usually good to write this kind of documentation when the processing is freshly coded. I find that writing it beforehand is like writing a spec; it is very theoretical, pitfalls, roadbloacks and "oh %&$?, I did not think of that before. How do we handle it?" moments inevitably come up. Writing right after the testcases have all passed green means that everything - including the corner cases (which is what many test cases cover) - is fresh in the mind.
Also, we are toying with
special diagramming pallets for designing actions and stimuli graphically, they will aslo have to be fleshed out. The idea is that if you just want to create an action or a stimulus and the required metamemes all exist, you can just bang it out. If you need to peer deeper and design or modify a metameme, then you'll have to understand how the DNA trinity works.
The next section "The DNA Trinity" has one empty page before the MetaMemes sub-heading... Does this mean that Meta-Memes is part of the "The DNA trinity" or is it a separate topic needing its own heading and quote?
That is a typo. The DNA Trinity is meme, meta-meme and entity.
I struggled for awhile with the explanation on metameme recursion. I got hung up on the explanation around the use of cardinality to allow metamemes to have references to other metamemes of the same type. I am still a bit confused as to how exactly you prevent circular references. Can a metememe A have a member metameme B that in turn has metameme A as a member ?
That needs a cleaner explanation. The crux is this. A plastic bag can in principle contain another plastic bag; or many. However, you are not required to have plastic bags within your plastic bags. So we can say the membership cardinality is 0..n. If the cardinality was 1..n or n..n, we would have a problem. That would mean that a shopping bag must also have another shopping bag inside. Since the inside shopping bag must also contain a shopping bag, we'd get an endless loop just creating the shopping bag. The shoppingbag would be a meme. It might be created from a "portable container" metameme.
I hope this helps.