It annoyed me that some of the rules did not have notes, but I found them in the source code. Here's the sql to add the notes for the various Bots: rules
Code:
UPDATE rule_values
SET notes = "Adjust mana regen for bots, 1 is fast and higher numbers slow it down 3 is about the same as players."
WHERE rule_name = "Bots:BotManaRegen";
UPDATE rule_values
SET notes = "Allow for buffs to complete even if the bot caster is out of mana. Only affects buffing out of combat."
WHERE rule_name = "Bots:BotFinishBuffing";
UPDATE rule_values
SET notes = "Number of bots that each account can create"
WHERE rule_name = "Bots:CreateBotCount";
UPDATE rule_values
SET notes = "Number of bots a character can have spawned at one time, You + 71 bots is a 12 group raid"
WHERE rule_name = "Bots:SpawnBotCount";
UPDATE rule_values
SET notes = "Optional quest method to manage bot spawn limits using the quest_globals name bot_spawn_limit, see: /bazaar/Aediles_Thrall.pl"
WHERE rule_name = "Bots:BotQuest";
UPDATE rule_values
SET notes = "Bots will cast single target buffs as group buffs, default is false for single. Does not make single target buffs work for MGB."
WHERE rule_name = "Bots:BotGroupBuffing";
UPDATE rule_values
SET notes = "Anita Thrall's (Anita_Thrall.pl) Bot Spell Scriber quests."
WHERE rule_name = "Bots:BotSpellQuest";