concept AIList { S name; S text; bool botFlag, mighty; long modified; S status; transient S textMD5; transient int lines = -1; bool isPublicRead() { ret cic(status, "PUBLIC READ"); } }